public static interface Action.Handler extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Action[] |
getActions(Object target,
Object sender)
Gets the list of actions applicable to this handler.
|
void |
handleAction(Action action,
Object sender,
Object target)
Handles an action for the given target.
|
Action[] getActions(Object target, Object sender)
target - the target handler to list actions for. For item
containers this is the item id.sender - the party that would be sending the actions. Most of this
is the action container.void handleAction(Action action, Object sender, Object target)
action - the action to be handled.sender - the sender of the action. This is most often the action
container.target - the target of the action. For item containers this is the
item id.Copyright © 2019 Vaadin Ltd. All rights reserved.