Uses of Interface
org.vaadin.miki.markers.Clickable
Packages that use Clickable
-
Uses of Clickable in org.vaadin.miki.events.click
Classes in org.vaadin.miki.events.click with type parameters of type ClickableModifier and TypeClassDescriptionclassComponentClickEvent<C extends com.vaadin.flow.component.Component & Clickable>An event for button clicks.interfaceComponentClickListener<C extends com.vaadin.flow.component.Component & Clickable>Marker interface for objects that react toComponentClickEvents.interfaceComponentClickNotifier<C extends com.vaadin.flow.component.Component & Clickable>Marker interface for objects that broadcastComponentClickEvents. -
Uses of Clickable in org.vaadin.miki.superfields.buttons
Classes in org.vaadin.miki.superfields.buttons that implement ClickableModifier and TypeClassDescriptionclassAn indexedButton, i.e.classA button that needs multiple clicks before a regular click listener can be invoked.