|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Layout.MarginHandler
This type of layout supports automatic addition of margins (space around its components).
| Method Summary | |
|---|---|
Layout.MarginInfo |
getMargin()
|
void |
setMargin(Layout.MarginInfo marginInfo)
Enable margins for this layout. |
| Method Detail |
|---|
void setMargin(Layout.MarginInfo marginInfo)
NOTE: This will only affect the space around the
components in the layout, not space between the components in the
layout. Use #setSpacing(boolean) to add space between the
components in the layout.
See the reference manual for more information about CSS rules for defining the size of the margin.
marginInfo - MarginInfo object containing the new margins.Layout.MarginInfo getMargin()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||