Interface Action.Notifier
- All Superinterfaces:
Action.Container,Serializable
- Enclosing class:
- Action
Action.Containers implementing this support an easier way of adding
single Actions than the more involved Action.Handler. The added actions
must be Action.Listeners, thus handling the action themselves.
-
Method Summary
Modifier and TypeMethodDescription<T extends Action & Action.Listener>
voidaddAction(T action) <T extends Action & Action.Listener>
voidremoveAction(T action) Methods inherited from interface com.vaadin.flow.component.spreadsheet.framework.Action.Container
addActionHandler, removeActionHandler
-
Method Details
-
addAction
-
removeAction
-