Uses of Interface
com.vaadin.client.ui.ActionOwner
-
Packages that use ActionOwner Package Description com.vaadin.client.ui com.vaadin.client.ui.calendar -
-
Uses of ActionOwner in com.vaadin.client.ui
Classes in com.vaadin.client.ui that implement ActionOwner Modifier and Type Class Description classVScrollTableVScrollTable VScrollTable is a FlowPanel having two widgets in it: * TableHead component * ScrollPanel TableHead contains table's header and widgets + logic for resizing, reordering and hiding columns.classVScrollTable.TableHeadprotected classVScrollTable.VScrollTableBody.VScrollTableGeneratedRowclassVScrollTable.VScrollTableBody.VScrollTableRowclassVTreeclassVTree.TreeNodeclassVTreeTableprotected classVTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRowclassVTreeTable.VTreeTableScrollBody.VTreeTableRowFields in com.vaadin.client.ui declared as ActionOwner Modifier and Type Field Description protected ActionOwnerAction. ownerMethods in com.vaadin.client.ui with parameters of type ActionOwner Modifier and Type Method Description voidVContextMenu. ensureHidden(ActionOwner actionOwner)Hides context menu if it is currently shown by given action owner.voidVContextMenu. setActionOwner(ActionOwner ao)Sets the element from which to build menuvoidVContextMenu. 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) -
Uses of ActionOwner in com.vaadin.client.ui.calendar
Classes in com.vaadin.client.ui.calendar that implement ActionOwner Modifier and Type Class Description classCalendarConnectorHandles communication between Calendar on the server side andVCalendaron the client side.
-