|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.layout.CellLayoutData
nextapp.echo.app.layout.ColumnLayoutData
public class ColumnLayoutData
A LayoutData object used to describe how a
Component is rendered within a Column.
| 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 |
|---|
public ColumnLayoutData()
| Method Detail |
|---|
public Extent getHeight()
Extents with
fixed (i.e., not percent) units.
public void setHeight(Extent height)
Extents with
fixed (i.e., not percent) units.
height - The cell height
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||