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

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

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:
 class ConnectorActionManager
          An ActionManager connected to a connector.
 

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(java.util.Map<java.lang.String,java.lang.Object> variables, Action.Container sender)
           
 

Uses of Action.Container in com.vaadin.ui
 

Classes in com.vaadin.ui that implement Action.Container
 class Calendar
           Vaadin Calendar is for visualizing events in a calendar.
 class Form
          Deprecated. As of 7.0, use FieldGroup instead of Form for more flexibility.
 class LegacyWindow
          Deprecated. 
 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 UI
          The topmost component in any component hierarchy.
 class Window
          A component that represents a floating popup window that can be added to a UI.
 

Uses of Action.Container in com.vaadin.ui.components.colorpicker
 

Classes in com.vaadin.ui.components.colorpicker that implement Action.Container
 class ColorPickerPopup
          A component that represents color selection popup within a color picker.
 



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