B
- Concrete configurator typepublic interface ComponentContainerConfigurator<B extends ComponentContainerConfigurator<B>> extends ComponentConfigurator<B>
ComponentContainer
.ComponentConfigurator.BaseComponentConfigurator
Modifier and Type | Method and Description |
---|---|
B |
add(com.vaadin.ui.Component... components)
Adds the components in the given order to the component container.
|
B |
withComponentAttachListener(com.vaadin.ui.HasComponents.ComponentAttachListener listener)
Add a listener to be notified when a component is attached to container
|
B |
withComponentDetachListener(com.vaadin.ui.HasComponents.ComponentDetachListener listener)
Add a listener to be notified when a component is detached from container
|
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 add(com.vaadin.ui.Component... components)
components
- Components to addB withComponentAttachListener(com.vaadin.ui.HasComponents.ComponentAttachListener listener)
listener
- Listener to addB withComponentDetachListener(com.vaadin.ui.HasComponents.ComponentDetachListener listener)
listener
- Listener to addCopyright © 2018 The Holon Platform. All rights reserved.