Package org.vaadin.miki.markers
Interface Clickable
- All Known Implementing Classes:
IndexedButton,MultiClickButton
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Marker interface for components that can be clicked.
- Since:
- 2020-07-07
- Author:
- miki
-
Method Summary
-
Method Details
-
click
void click()Clicks this object. What it means is left for implementations to figure out.
-