Uses of Interface
org.vaadin.miki.markers.HasState
-
Packages that use HasState Package Description org.vaadin.miki.events.state org.vaadin.miki.superfields.buttons -
-
Uses of HasState in org.vaadin.miki.events.state
Classes in org.vaadin.miki.events.state with type parameters of type HasState Modifier and Type Class Description classStateChangeEvent<S extends Serializable,C extends com.vaadin.flow.component.Component & HasState<S>>Event associated with the change of component's state.interfaceStateChangeListener<S extends Serializable,C extends com.vaadin.flow.component.Component & HasState<S>>Marker interface for objects that listen to state changes.interfaceStateChangeNotifier<S extends Serializable,C extends com.vaadin.flow.component.Component & HasState<S>>Marker interface for objects that broadcastStateChangeEvents. -
Uses of HasState in org.vaadin.miki.superfields.buttons
Classes in org.vaadin.miki.superfields.buttons that implement HasState Modifier and Type Class Description classMultiClickButtonA button that needs multiple clicks before a regular click listener can be invoked.
-