B
- Concrete configurator typepublic interface LayoutConfigurator<B extends LayoutConfigurator<B>> extends ClickableLayoutConfigurator<B>
Layout
.Modifier and Type | Interface and Description |
---|---|
static interface |
LayoutConfigurator.BaseLayoutConfigurator
Base layout configurator
|
ClickableLayoutConfigurator.BaseClickableLayoutConfigurator
ComponentConfigurator.BaseComponentConfigurator
Modifier and Type | Method and Description |
---|---|
B |
addAndAlign(com.vaadin.ui.Component component,
com.vaadin.ui.Alignment alignment)
Adds the given component to layout with given
alignment |
B |
align(com.vaadin.ui.Component component,
com.vaadin.ui.Alignment alignment)
Set alignment for one contained component in this layout.
|
B |
defaultAlignment(com.vaadin.ui.Alignment alignment)
Sets the default alignment used for components added to this layout.
|
B |
margin()
Enable layout margins.
|
B |
marginBottom()
Enable layout bottom margin.
|
B |
marginLeft()
Enable layout left margin.
|
B |
marginRight()
Enable layout right margin.
|
B |
marginTop()
Enable layout top margin.
|
B |
spacing()
Enable spacing between child components within the layout.
|
B |
withoutMargin()
Disable layout margins.
|
B |
withoutSpacing()
Disable spacing between child components within the layout.
|
withLayoutClickListener
add, withComponentAttachListener, withComponentDetachListener
caption, caption, caption, captionAsHtml, description, description, description, disabled, errorHandler, fullHeight, fullSize, fullWidth, height, height, heightUndefined, hidden, icon, id, notVisible, primaryStyleName, replaceStyleName, responsive, sizeUndefined, styleName, width, width, widthUndefined, withAttachListener, withContextClickListener, withData, withDetachListener, withShortcutListener
B spacing()
B margin()
B withoutSpacing()
B withoutMargin()
B marginTop()
B marginBottom()
B marginLeft()
B marginRight()
B defaultAlignment(com.vaadin.ui.Alignment alignment)
alignment
- the Alignment to useB align(com.vaadin.ui.Component component, com.vaadin.ui.Alignment alignment)
component
- the component to align within it's layout cellalignment
- the Alignment to useB addAndAlign(com.vaadin.ui.Component component, com.vaadin.ui.Alignment alignment)
alignment
component
- The component to addalignment
- the Alignment to use for the componentCopyright © 2018 The Holon Platform. All rights reserved.