|
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.Column
A layout Component which renders its contents in a single
vertical column of cells.
Child LayoutData: Children of this component may provide
layout information using the
nextapp.echo2.app.layout.ColumnLayoutData layout data object.
ColumnLayoutData,
Serialized Form| Field Summary | |
static java.lang.String |
PROPERTY_BORDER
|
static java.lang.String |
PROPERTY_CELL_SPACING
|
static java.lang.String |
PROPERTY_INSETS
|
| Constructor Summary | |
Column()
Creates a new Column. |
|
| Method Summary | |
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 default inset between the border and cells of the Column. |
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_BORDER
public static final java.lang.String PROPERTY_CELL_SPACING
public static final java.lang.String PROPERTY_INSETS
| Constructor Detail |
public Column()
Column.
| Method Detail |
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. This value will be overridden for a child
component if a setting is specified in its ColumnLayoutData.
public 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.
This value will be overridden for a child component if a setting is
specified in its ColumnLayoutData.
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 | |||||||||