Uses of Interface
org.vaadin.miki.markers.Clickable
-
Packages that use Clickable Package Description org.vaadin.miki.events.click org.vaadin.miki.superfields.buttons -
-
Uses of Clickable in org.vaadin.miki.events.click
Classes in org.vaadin.miki.events.click with type parameters of type Clickable Modifier and Type Class Description classComponentClickEvent<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 Clickable Modifier and Type Class Description classIndexedButtonAn indexedButton, i.e.classMultiClickButtonA button that needs multiple clicks before a regular click listener can be invoked.
-