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.
@FunctionalInterface public interface Clickable
Marker interface for components that can be clicked.- Since:
- 2020-07-07
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclick()Clicks this object.
-