We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.annotations.
Class DelegateToWidget.Helper
- java.lang.Object
-
- com.vaadin.shared.annotations.DelegateToWidget.Helper
-
All Implemented Interfaces:
Enclosing class:
public static class DelegateToWidget.Helper extends Object implements Serializable
Internal helper for handling default values in a uniform way both at runtime and during widgetset compilation.
See Also:
-
-
Constructor Summary
Constructors Constructor Description Helper()
-
Method Summary
All Methods Modifier and Type Method Description static String
getDelegateTarget​(String propertyName, String annotationValue)
Gets the name of the method to delegate to for a given property name and annotation value.
-
-
-
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 propertyannotationValue
- theDelegateToWidget.value()
of the annotationReturns:
the name of the method to delegate to
-
-