com.vaadin.shared.annotations
Class DelegateToWidget.Helper

java.lang.Object
  extended by com.vaadin.shared.annotations.DelegateToWidget.Helper
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DelegateToWidget

public static class DelegateToWidget.Helper
extends java.lang.Object
implements java.io.Serializable

Internal helper for handling default values in a uniform way both at runtime and during widgetset compilation.

See Also:
Serialized Form

Constructor Summary
DelegateToWidget.Helper()
           
 
Method Summary
static java.lang.String getDelegateTarget(java.lang.String propertyName, java.lang.String annotationValue)
          Gets the name of the method to delegate to for a given property name and annotation value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegateToWidget.Helper

public DelegateToWidget.Helper()
Method Detail

getDelegateTarget

public static java.lang.String getDelegateTarget(java.lang.String propertyName,
                                                 java.lang.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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.