Package com.vaadin.terminal.gwt.client.ui

Interface Summary
ActionOwner  
ClickRpc  
ConnectorClassBasedFactory.Creator<T>  
Field This interface indicates that the component is a Field (serverside), and wants (for instance) to automatically get the v-modified classname.
LayoutClickRpc  
ManagedLayout  
MediaBaseConnector.MediaControl Server to client RPC interface for controlling playback of the media.
PostLayoutListener  
ShortcutActionHandler.BeforeShortcutActionListener A focusable ComponentConnector implementing this interface will be notified before shortcut actions are handled if it will be the target of the action (most commonly means it is the focused component during the keyboard combination is triggered by the user).
ShortcutActionHandler.ShortcutActionHandlerOwner An interface implemented by those users of this helper class that want to support special components like VRichTextArea that don't properly propagate key down events.
SimpleManagedLayout  
SubPartAware Interface implemented by Widgets which can provide identifiers for at least one element inside the component.
TabIndexState Interface implemented by state classes that support tab indexes.
TreeImages  
 

Class Summary
AbstractClickEventHandler  
AbstractComponentConnector  
AbstractComponentContainerConnector  
AbstractConnector An abstract implementation of Connector.
AbstractFieldConnector  
AbstractLayoutConnector  
AbstractLayoutState  
AbstractMediaState  
Action  
AlignmentInfo  
AlignmentInfo.Bits Bitmask values for client server communication
CalendarEntry  
ClickEventHandler  
ConnectorClassBasedFactory<T>  
ConnectorStateFactory  
ConnectorWidgetFactory  
FocusableFlexTable Adds keyboard focus to FlexPanel.
FocusableFlowPanel  
FocusableScrollPanel A scrollhandlers similar to ScrollPanel.
FocusElementPanel A panel that contains an always visible 0x0 size element that holds the focus
Icon  
JavaScriptComponentConnector  
JavaScriptComponentState  
JavaScriptWidget  
LayoutClickEventHandler  
MediaBaseConnector  
ShortcutActionHandler A helper class to implement keyboard shorcut handling.
SimpleFocusablePanel Compared to FocusPanel in GWT this panel does not support eg.
TouchScrollDelegate Provides one finger touch scrolling for elements with once scrollable elements inside.
TouchScrollDelegate.TouchScrollHandler A helper class for making a widget scrollable.
TreeAction This class is used for "row actions" in VTree and ITable
UnknownComponentConnector  
Vaadin6Connector  
VContextMenu  
VLazyExecutor Executes the given command delayMs milliseconds after a call to VLazyExecutor.trigger().
VMarginInfo  
VMediaBase  
VOverlay In Vaadin UI this Overlay should always be used for all elements that temporary float over other components like context menus etc.
VUnknownComponent  
 

Enum Summary
Connect.LoadStyle  
 

Annotation Types Summary
Connect Annotation defining the server side connector that this ClientSideConnector should connect to.
 



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