Uses of Interface
com.itmill.toolkit.ui.Layout.MarginHandler

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

Uses of Layout.MarginHandler in com.itmill.toolkit.ui
 

Classes in com.itmill.toolkit.ui that implement Layout.MarginHandler
 class AbstractLayout
          An abstract class that defines default implementation for the Layout interface.
 class AbstractOrderedLayout
           
 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 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 SplitPanel
          SplitPanel.
 class VerticalLayout
          Vertical layout VerticalLayout is a component container, which shows the subcomponents in the order of their addition (vertically).
 



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