|
NextApp Echo3 v3.0.b4 |
||||||||
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.RowLayoutData
public class RowLayoutData
A LayoutData
object used to describe how a
Component
is rendered within a Row
.
Constructor Summary | |
---|---|
RowLayoutData()
|
Method Summary | |
---|---|
Extent |
getWidth()
Returns the width of the cell. |
void |
setWidth(Extent width)
Sets the width 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 RowLayoutData()
Method Detail |
---|
public Extent getWidth()
Extent
s with
fixed (i.e., not percent) units.
public void setWidth(Extent width)
Extent
s with
fixed (i.e., not percent) units.
width
- The cell height
|
NextApp Echo3 v3.0.b4 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |