Uses of Interface
org.vaadin.miki.markers.HasState
Packages that use HasState
-
Uses of HasState in org.vaadin.miki.events.state
Classes in org.vaadin.miki.events.state with type parameters of type HasStateModifier and TypeClassDescriptionclassStateChangeEvent<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 HasStateModifier and TypeClassDescriptionclassA button that needs multiple clicks before a regular click listener can be invoked.