|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo2.app.Component
nextapp.echo2.app.Row
A layout Component which renders its contents in a single
horizontal row of cells.
Child LayoutData: Children of this component may provide
layout information using the
nextapp.echo2.app.layout.RowLayoutData layout data object.
RowLayoutData,
Serialized Form| Field Summary | |
static java.lang.String |
PROPERTY_ALIGNMENT
|
static java.lang.String |
PROPERTY_BORDER
|
static java.lang.String |
PROPERTY_CELL_SPACING
|
static java.lang.String |
PROPERTY_INSETS
|
| Constructor Summary | |
Row()
Creates a new Row. |
|
| Method Summary | |
Alignment |
getAlignment()
Returns the alignment of the row's content. |
Border |
getBorder()
Returns the Border that encloses the entire Column. |
Extent |
getCellSpacing()
Returns the spacing between individual cells of the Column. |
Insets |
getInsets()
Returns the inset between the border and cells of the Column. |
void |
setAlignment(Alignment newValue)
Sets the alignment of the row's content. |
void |
setBorder(Border newValue)
Sets the Border that encloses the entire Column. |
void |
setCellSpacing(Extent newValue)
Sets the spacing between individual cells of the Column. |
void |
setInsets(Insets newValue)
Sets the inset between the border and cells of the Column. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String PROPERTY_ALIGNMENT
public static final java.lang.String PROPERTY_BORDER
public static final java.lang.String PROPERTY_CELL_SPACING
public static final java.lang.String PROPERTY_INSETS
| Constructor Detail |
public Row()
Row.
| Method Detail |
public Alignment getAlignment()
public Border getBorder()
Border that encloses the entire Column.
public Extent getCellSpacing()
Column.
This property only supports Extents with
fixed (i.e., not percent) units.
public Insets getInsets()
Column.
public void setAlignment(Alignment newValue)
newValue - the new alignmentpublic void setBorder(Border newValue)
Border that encloses the entire Column.
newValue - the new borderpublic void setCellSpacing(Extent newValue)
Column.
This property only supports Extents with
fixed (i.e., not percent) units.
newValue - the new spacingpublic void setInsets(Insets newValue)
Column.
newValue - the new inset
|
NextApp Echo2 v2.1.0.rc2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||