Uses of Interface
com.itmill.toolkit.ui.ComponentContainer

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

Uses of ComponentContainer in com.itmill.toolkit.ui
 

Subinterfaces of ComponentContainer in com.itmill.toolkit.ui
 interface Layout
          Extension to the ComponentContainer interface which adds the layouting control to the elements in the container.
 

Classes in com.itmill.toolkit.ui that implement ComponentContainer
 class AbstractComponentContainer
          Extension to AbstractComponent that defines the default implementation for the methods in ComponentContainer.
 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.
 

Methods in com.itmill.toolkit.ui that return ComponentContainer
 ComponentContainer ComponentContainer.ComponentAttachEvent.getContainer()
          Gets the component container.
 ComponentContainer ComponentContainer.ComponentDetachEvent.getContainer()
          Gets the component container.
 

Methods in com.itmill.toolkit.ui with parameters of type ComponentContainer
 void ComponentContainer.moveComponentsFrom(ComponentContainer source)
          Moves all components from an another container into this container.
 void TabSheet.moveComponentsFrom(ComponentContainer source)
          Moves all components from another container to this container.
 void CustomComponent.moveComponentsFrom(ComponentContainer source)
          This method is not supported by CustomComponent.
 void AbstractComponentContainer.moveComponentsFrom(ComponentContainer source)
           
 void PopupView.moveComponentsFrom(ComponentContainer source)
          Not supported in this implementation.
 

Constructors in com.itmill.toolkit.ui with parameters of type ComponentContainer
ComponentContainer.ComponentAttachEvent(ComponentContainer container, Component attachedComponent)
          Creates a new attach event.
ComponentContainer.ComponentDetachEvent(ComponentContainer container, Component detachedComponent)
          Creates a new detach event.
 



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