|
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.Composite
nextapp.echo2.app.Panel
A single-child container.
| Field Summary | |
static java.lang.String |
PROPERTY_BORDER
|
static java.lang.String |
PROPERTY_INSETS
|
| Constructor Summary | |
Panel()
|
|
| Method Summary | |
Border |
getBorder()
Returns the Border that encloses the entire 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 |
setInsets(Insets newValue)
Sets the inset between the border and cells of the Column. |
| Methods inherited from class nextapp.echo2.app.Composite |
isValidChild |
| 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_INSETS
| Constructor Detail |
public Panel()
| Method Detail |
public Border getBorder()
Border that encloses the entire Column.
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 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 | |||||||||