Uses of Interface
com.vaadin.client.ui.ActionOwner
-
Packages that use ActionOwner Package Description com.vaadin.client.ui -
-
Uses of ActionOwner in com.vaadin.client.ui
Fields in com.vaadin.client.ui declared as ActionOwner Modifier and Type Field Description protected ActionOwner
Action. owner
Methods in com.vaadin.client.ui with parameters of type ActionOwner Modifier and Type Method Description void
VContextMenu. ensureHidden(ActionOwner actionOwner)
Hides context menu if it is currently shown by given action owner.void
VContextMenu. setActionOwner(ActionOwner ao)
Sets the element from which to build menu.void
VContextMenu. showAt(ActionOwner ao, int left, int top)
Constructors in com.vaadin.client.ui with parameters of type ActionOwner Constructor Description Action(ActionOwner owner)
TreeAction(ActionOwner owner)
TreeAction(ActionOwner owner, String target, String action)
-