C - Concrete configurator typepublic interface HasComponentsConfigurator<C extends HasComponentsConfigurator<C>> extends HasElementConfigurator<C>, HasEnabledConfigurator<C>
HasComponents type components.HasEnabledConfigurator.BaseHasEnabledConfigurator| Modifier and Type | Method and Description |
|---|---|
C |
add(com.vaadin.flow.component.Component... components)
Adds the given components as children of this component.
|
default C |
add(HasComponent... components)
Adds the components of each
HasComponent as children of this component. |
withEventListener, withEventListener, withThemeNamecreate, disabled, enabledC add(com.vaadin.flow.component.Component... components)
components - The components to adddefault C add(HasComponent... components)
HasComponent as children of this component.components - The HasComponents to addCopyright © 2020 The Holon Platform. All rights reserved.