|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Layout.SpacingHandler
This type of layout can set spacing between its components on of off. TODO refine javadocs
Method Summary | |
---|---|
boolean |
isSpacingEnabled()
|
void |
setSpacing(boolean enabled)
Enable spacing between child components within this layout. |
Method Detail |
---|
void setSpacing(boolean enabled)
NOTE: This will only affect spaces between
components, not also all around spacing of the layout (i.e. do not
mix this with HTML Table elements cellspacing-attribute). Use
Layout.setMargin(boolean)
to add extra space around the layout.
enabled
- boolean isSpacingEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |