Uses of Class
com.itmill.toolkit.ui.AbstractComponentContainer

Packages that use AbstractComponentContainer
com.itmill.toolkit.ui Provides interfaces and classes in the IT Mill Toolkit. 
 

Uses of AbstractComponentContainer in com.itmill.toolkit.ui
 

Subclasses of AbstractComponentContainer in com.itmill.toolkit.ui
 class AbstractLayout
          An abstract class that defines default implementation for the Layout interface.
 class AbstractOrderedLayout
           
 class Accordion
           
 class CustomComponent
          Custom component provides simple implementation of Component interface for creation of new UI components by composition of existing components.
 class CustomLayout
           A container component with freely designed layout and style.
 class ExpandLayout
          Deprecated. Deprecated in favor of the new OrderedLayout
 class FormLayout
          FormLayout is used by Form to layout fields.
 class GridLayout
           A container that consists of components with certain coordinates (cell position) on a grid.
 class HorizontalLayout
          Horizontal layout HorizontalLayout is a component container, which shows the subcomponents in the order of their addition (horizontally).
 class LoginForm
          LoginForm is a Toolkit component to handle common problem among Ajax applications: browsers password managers don't fill dynamically created forms like all those UI elements created by IT Mill Toolkit.
 class OrderedLayout
          Deprecated. Replaced by VerticalLayout/HorizontalLayout. For type checking please not that VerticalLayout/HorizontalLayout do not extend OrderedLayout but AbstractOrderedLayout (which also OrderedLayout extends).
 class Panel
          Panel - a simple single component container.
 class PopupView
          A component for displaying a two different views to data.
 class SplitPanel
          SplitPanel.
 class TabSheet
          Tabsheet component.
 class VerticalLayout
          Vertical layout VerticalLayout is a component container, which shows the subcomponents in the order of their addition (vertically).
 class Window
          Application window component.
 



Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.