Uses of Interface
com.vaadin.event.Action.Container

Packages that use Action.Container
com.vaadin.event   
com.vaadin.ui   
 

Uses of Action.Container in com.vaadin.event
 

Subinterfaces of Action.Container in com.vaadin.event
static interface Action.Notifier
          Action.Containers implementing this support an easier way of adding single Actions than the more involved Action.Handler.
 

Classes in com.vaadin.event that implement Action.Container
 class ActionManager
          Javadoc TODO Notes:
 

Methods in com.vaadin.event with type parameters of type Action.Container
<T extends Component & Action.Container & VariableOwner>
void
ActionManager.setViewer(T viewer)
           
 

Methods in com.vaadin.event with parameters of type Action.Container
 void ActionManager.handleActions(Map<String,Object> variables, Action.Container sender)
           
 

Uses of Action.Container in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Action.Container
 class Form
          Deprecated. Use FieldGroup instead of Form for more flexibility.
 class Panel
          Panel - a simple single component container.
 class Root
          The topmost component in any component hierarchy.
static class Root.LegacyWindow
          Deprecated. 
 class Table
           Table is used for representing data or components in a pageable and selectable table.
 class Tree
          Tree component.
 class TreeTable
          TreeTable extends the Table component so that it can also visualize a hierarchy of its Items in a similar manner that Tree does.
 class Window
          A component that represents a floating popup window that can be added to a Root.
 



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