Uses of Class
com.vaadin.client.metadata.OnStateChangeMethod

Packages that use OnStateChangeMethod
com.vaadin.client.metadata   
 

Uses of OnStateChangeMethod in com.vaadin.client.metadata
 

Methods in com.vaadin.client.metadata that return types with arguments of type OnStateChangeMethod
static FastStringMap<JsArrayObject<OnStateChangeMethod>> TypeDataStore.getOnStateChangeMethods(java.lang.Class<?> type)
          Gets data for all methods annotated with OnStateChange in the given connector type.
 

Methods in com.vaadin.client.metadata with parameters of type OnStateChangeMethod
 void TypeDataStore.addOnStateChangeMethod(java.lang.Class<?> clazz, OnStateChangeMethod method)
          Adds data about a method annotated with OnStateChange for the given connector type.
 



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