NextApp Echo2
v2.1.0

Package nextapp.echo2.app.layout

Provides LayoutData implementations which serve to describe the interface between a Component and its parent.

See:
          Description

Class Summary
CellLayoutData An abstract base layout data object for components which render their children in cells.
ColumnLayoutData A LayoutData object used to describe how a Component is rendered within a Column.
GridLayoutData A LayoutData object used to describe how a Component is rendered within a Grid.
RowLayoutData A LayoutData object used to describe how a Component is rendered within a Row.
SplitPaneLayoutData A LayoutData object used to describe how a Component is rendered within a SplitPane.
TableLayoutData A LayoutData object for rendered table cells.
 

Package nextapp.echo2.app.layout Description

Provides LayoutData implementations which serve to describe the interface between a Component and its parent.

Related Documentation

For more information please see:


NextApp Echo2
v2.1.0