nextapp.echo2.app.layout
Class ColumnLayoutData
java.lang.Object
nextapp.echo2.app.layout.CellLayoutData
nextapp.echo2.app.layout.ColumnLayoutData
- All Implemented Interfaces:
- 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnLayoutData
public ColumnLayoutData()
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