public static interface Action.Container extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
addActionHandler(Action.Handler actionHandler)
Registers a new action handler for this container
|
void |
removeActionHandler(Action.Handler actionHandler)
Removes a previously registered action handler for the contents of
this container.
|
void addActionHandler(Action.Handler actionHandler)
actionHandler
- the new handler to be added.void removeActionHandler(Action.Handler actionHandler)
actionHandler
- the handler to be removed.Copyright © 2019 Vaadin Ltd. All rights reserved.