Uses of Interface
com.vaadin.terminal.gwt.client.ui.ActionOwner

Packages that use ActionOwner
com.vaadin.terminal.gwt.client.ui   
com.vaadin.terminal.gwt.client.ui.table   
com.vaadin.terminal.gwt.client.ui.tree   
com.vaadin.terminal.gwt.client.ui.treetable   
 

Uses of ActionOwner in com.vaadin.terminal.gwt.client.ui
 

Fields in com.vaadin.terminal.gwt.client.ui declared as ActionOwner
protected  ActionOwner Action.owner
           
 

Methods in com.vaadin.terminal.gwt.client.ui with parameters of type ActionOwner
 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.terminal.gwt.client.ui with parameters of type ActionOwner
Action(ActionOwner owner)
           
TreeAction(ActionOwner owner)
           
TreeAction(ActionOwner owner, String target, String action)
           
 

Uses of ActionOwner in com.vaadin.terminal.gwt.client.ui.table
 

Classes in com.vaadin.terminal.gwt.client.ui.table that implement ActionOwner
 class VScrollTable
          VScrollTable 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.
 class VScrollTable.TableHead
           
protected  class VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
           
 class VScrollTable.VScrollTableBody.VScrollTableRow
           
 

Uses of ActionOwner in com.vaadin.terminal.gwt.client.ui.tree
 

Classes in com.vaadin.terminal.gwt.client.ui.tree that implement ActionOwner
 class VTree
           
 class VTree.TreeNode
           
 

Uses of ActionOwner in com.vaadin.terminal.gwt.client.ui.treetable
 

Classes in com.vaadin.terminal.gwt.client.ui.treetable that implement ActionOwner
 class VTreeTable
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.