|
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.Component
nextapp.echo.app.Row
public class Row
A layout container which renders its content in a single horizontal row of cells.
May have zero or more child components. Does not support Pane components as children.
Child LayoutData: Children of this component may provide
layout information using the
nextapp.echo.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 Row. |
Extent |
getCellSpacing()
Returns the spacing between individual cells of the Row. |
Insets |
getInsets()
Returns the inset between the border and cells of the Row. |
void |
setAlignment(Alignment newValue)
Sets the alignment of the row's content. |
void |
setBorder(Border newValue)
Sets the Border that encloses the entire Row. |
void |
setCellSpacing(Extent newValue)
Sets the spacing between individual cells of the Row. |
void |
setInsets(Insets newValue)
Sets the inset between the border and cells of the Row. |
| 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 Row.
public Extent getCellSpacing()
Row.
This property only supports Extents with
fixed (i.e., not percent) units.
public Insets getInsets()
Row.
public void setAlignment(Alignment newValue)
newValue - the new alignmentpublic void setBorder(Border newValue)
Border that encloses the entire Row.
newValue - the new borderpublic void setCellSpacing(Extent newValue)
Row.
This property only supports Extents with
fixed (i.e., not percent) units.
newValue - the new spacingpublic void setInsets(Insets newValue)
Row.
newValue - the new inset
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||