Uses of Class
com.vaadin.client.metadata.OnStateChangeMethod
-
Packages that use OnStateChangeMethod Package Description 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 Modifier and Type Method Description static FastStringMap<JsArrayObject<OnStateChangeMethod>>
TypeDataStore. getOnStateChangeMethods(Class<?> type)
Gets data for all methods annotated withOnStateChange
in the given connector type.Methods in com.vaadin.client.metadata with parameters of type OnStateChangeMethod Modifier and Type Method Description void
TypeDataStore. addOnStateChangeMethod(Class<?> clazz, OnStateChangeMethod method)
Adds data about a method annotated withOnStateChange
for the given connector type.
-