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 withOnStateChangein the given connector type.Methods in com.vaadin.client.metadata with parameters of type OnStateChangeMethod Modifier and Type Method Description voidTypeDataStore. addOnStateChangeMethod(Class<?> clazz, OnStateChangeMethod method)Adds data about a method annotated withOnStateChangefor the given connector type.
-