Uses of Interface
com.vaadin.event.Action.Handler
-
Packages that use Action.Handler Package Description com.vaadin.event com.vaadin.ui -
-
Uses of Action.Handler in com.vaadin.event
Classes in com.vaadin.event that implement Action.Handler Modifier and Type Class Description class
ActionManager
Javadoc TODO Notes:class
ConnectorActionManager
An ActionManager connected to a connector.Fields in com.vaadin.event with type parameters of type Action.Handler Modifier and Type Field Description protected HashSet<Action.Handler>
ActionManager. actionHandlers
List of action handlers.Methods in com.vaadin.event with parameters of type Action.Handler Modifier and Type Method Description void
Action.Container. addActionHandler(Action.Handler actionHandler)
Registers a new action handler for this container.void
ActionManager. addActionHandler(Action.Handler actionHandler)
void
Action.Container. removeActionHandler(Action.Handler actionHandler)
Removes a previously registered action handler for the contents of this container.void
ActionManager. removeActionHandler(Action.Handler actionHandler)
-
Uses of Action.Handler in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Action.Handler Modifier and Type Method Description void
Panel. addActionHandler(Action.Handler actionHandler)
void
UI. addActionHandler(Action.Handler actionHandler)
void
Panel. removeActionHandler(Action.Handler actionHandler)
void
UI. removeActionHandler(Action.Handler actionHandler)
-