Package com.vaadin.shared.annotations
Class DelegateToWidget.Helper
- java.lang.Object
-
- com.vaadin.shared.annotations.DelegateToWidget.Helper
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DelegateToWidget
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Helper()
-
Method Summary
All Methods Static Methods Concrete 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 annotation- Returns:
- the name of the method to delegate to
-
-