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 containervoid
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
Calendar. addActionHandler(Action.Handler actionHandler)
Adds an action handler to the calender that handles event produced by the context menu.void
Form. addActionHandler(Action.Handler actionHandler)
Deprecated.void
Panel. addActionHandler(Action.Handler actionHandler)
void
Table. addActionHandler(Action.Handler actionHandler)
Registers a new action handler for this containervoid
Tree. addActionHandler(Action.Handler actionHandler)
Adds an action handler.void
UI. addActionHandler(Action.Handler actionHandler)
void
Calendar. removeActionHandler(Action.Handler actionHandler)
void
Form. removeActionHandler(Action.Handler actionHandler)
Deprecated.void
Panel. removeActionHandler(Action.Handler actionHandler)
void
Table. removeActionHandler(Action.Handler actionHandler)
Removes a previously registered action handler for the contents of this container.void
Tree. removeActionHandler(Action.Handler actionHandler)
Removes an action handler.void
UI. removeActionHandler(Action.Handler actionHandler)
-