Uses of Class
com.vaadin.ui.AbstractOrderedLayout

Packages that use AbstractOrderedLayout
com.vaadin.ui   
 

Uses of AbstractOrderedLayout in com.vaadin.ui
 

Subclasses of AbstractOrderedLayout in com.vaadin.ui
 class ExpandLayout
          Deprecated. Deprecated in favor of the new OrderedLayout
 class FormLayout
          FormLayout is used by Form to layout fields.
 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 VerticalLayout
          Vertical layout VerticalLayout is a component container, which shows the subcomponents in the order of their addition (vertically).
 



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