Uses of Interface
com.vaadin.client.UILifecycle.StateChangeHandler
-
Packages that use UILifecycle.StateChangeHandler Package Description com.vaadin.client -
-
Uses of UILifecycle.StateChangeHandler in com.vaadin.client
Methods in com.vaadin.client with type parameters of type UILifecycle.StateChangeHandler Modifier and Type Method Description <H extends UILifecycle.StateChangeHandler>
com.google.web.bindery.event.shared.HandlerRegistrationUILifecycle. addHandler(H handler)Adds a state change event handler.Methods in com.vaadin.client that return types with arguments of type UILifecycle.StateChangeHandler Modifier and Type Method Description com.google.web.bindery.event.shared.Event.Type<UILifecycle.StateChangeHandler>UILifecycle.StateChangeEvent. getAssociatedType()static com.google.web.bindery.event.shared.Event.Type<UILifecycle.StateChangeHandler>UILifecycle.StateChangeEvent. getType()Gets the type of the event after ensuring the type has been created.Methods in com.vaadin.client with parameters of type UILifecycle.StateChangeHandler Modifier and Type Method Description protected voidUILifecycle.StateChangeEvent. dispatch(UILifecycle.StateChangeHandler listener)
-