NextApp Echo3
v3.0.b4

nextapp.echo.app.layout
Class ColumnLayoutData

java.lang.Object
  extended by nextapp.echo.app.layout.CellLayoutData
      extended by nextapp.echo.app.layout.ColumnLayoutData
All Implemented Interfaces:
java.io.Serializable, LayoutData

public class ColumnLayoutData
extends CellLayoutData

A LayoutData object used to describe how a Component is rendered within a Column.

See Also:
Serialized Form

Constructor Summary
ColumnLayoutData()
           
 
Method Summary
 Extent getHeight()
          Returns the height of the cell.
 void setHeight(Extent height)
          Sets the height of the cell.
 
Methods inherited from class nextapp.echo.app.layout.CellLayoutData
getAlignment, getBackground, getBackgroundImage, getInsets, setAlignment, setBackground, setBackgroundImage, setInsets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnLayoutData

public ColumnLayoutData()
Method Detail

getHeight

public Extent getHeight()
Returns the height of the cell. This property only supports Extents with fixed (i.e., not percent) units.

Returns:
the cell height

setHeight

public void setHeight(Extent height)
Sets the height of the cell. This property only supports Extents with fixed (i.e., not percent) units.

Parameters:
height - The cell height

NextApp Echo3
v3.0.b4