|
EchoPoint 2.1.0rc4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Insetable interface is used to set extra space inside and
outside a component. The 'Insets' is the extra space around the content of a
component, while the 'Outsets' is the extra space around the outside of a
component.
| Field Summary | |
static nextapp.echo2.app.Insets |
DEFAULT_INSETS
A default insets object that has zero-pixel sizes. |
static nextapp.echo2.app.Insets |
DEFAULT_OUTSETS
A default outsets object that has zero-pixel sizes. |
static java.lang.String |
PROPERTY_INSETS
|
static java.lang.String |
PROPERTY_OUTSETS
|
| Method Summary | |
nextapp.echo2.app.Insets |
getInsets()
|
nextapp.echo2.app.Insets |
getOutsets()
|
void |
setInsets(nextapp.echo2.app.Insets newValue)
Sets the Insets in play. |
void |
setOutsets(nextapp.echo2.app.Insets newValue)
Sets the Outsets in play. |
| Methods inherited from interface echopointng.able.Delegateable |
getRenderProperty, getRenderProperty |
| Field Detail |
public static final nextapp.echo2.app.Insets DEFAULT_INSETS
public static final nextapp.echo2.app.Insets DEFAULT_OUTSETS
public static final java.lang.String PROPERTY_INSETS
public static final java.lang.String PROPERTY_OUTSETS
| Method Detail |
public nextapp.echo2.app.Insets getInsets()
public nextapp.echo2.app.Insets getOutsets()
public void setInsets(nextapp.echo2.app.Insets newValue)
newValue - -
the Insets to usepublic void setOutsets(nextapp.echo2.app.Insets newValue)
newValue - -
the Ousets to use
|
EchoPoint 2.1.0rc4 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||