Package com.storedobject.vaadin
Interface DetailComponent.ToggleListener
- Enclosing class:
DetailComponent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for the toggle listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when visibility of the content section is toggled.
-
Method Details
-
toggled
Called when visibility of the content section is toggled.- Parameters:
event
- Toggled event
-