com.vaadin.shared.annotations.

Class DelegateToWidget.Helper

    • Constructor Detail

      • Helper

        public Helper()
    • Method Detail

      • getDelegateTarget

        public static String getDelegateTarget​(String propertyName,
                                               String annotationValue)

        Gets the name of the method to delegate to for a given property name and annotation value.

        Parameters:

        propertyName - the name of the delegated property

        annotationValue - the DelegateToWidget.value() of the annotation

        Returns:

        the name of the method to delegate to