public static interface Layout.MarginHandler extends Serializable
Modifier and Type | Method and Description |
---|---|
MarginInfo |
getMargin() |
void |
setMargin(boolean enabled)
Enable layout margins.
|
void |
setMargin(MarginInfo marginInfo)
Enable margins for this layout.
|
void setMargin(boolean enabled)
enabled
- true if margins should be enabled on all sides, false to
disable all marginsvoid setMargin(MarginInfo marginInfo)
NOTE: This will only affect the space around the
components in the layout, not space between the components in the
layout. Use Layout.SpacingHandler.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.MarginInfo getMargin()
Copyright © 2018 Vaadin Ltd. All rights reserved.