|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Insetable
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 Insets |
DEFAULT_INSETS
A default insets object that has zero-pixel sizes. |
static Insets |
DEFAULT_OUTSETS
A default outsets object that has zero-pixel sizes. |
static String |
PROPERTY_INSETS
|
static String |
PROPERTY_OUTSETS
|
| Method Summary | |
|---|---|
Insets |
getInsets()
|
Insets |
getOutsets()
|
void |
setInsets(Insets newValue)
Sets the Insets in play. |
void |
setOutsets(Insets newValue)
Sets the Outsets in play. |
| Methods inherited from interface echopoint.able.Delegateable |
|---|
getRenderProperty, getRenderProperty |
| Field Detail |
|---|
static final Insets DEFAULT_INSETS
static final Insets DEFAULT_OUTSETS
static final String PROPERTY_INSETS
static final String PROPERTY_OUTSETS
| Method Detail |
|---|
Insets getInsets()
Insets getOutsets()
void setInsets(Insets newValue)
newValue - -
the Insets to usevoid setOutsets(Insets newValue)
newValue - -
the Ousets to use
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||