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>
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
          Form component provides easy way of creating and managing sets fields.
 class Panel
          Panel - a simple single component container.
 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 an application (browser native) window or a sub window.
 



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