public static interface ComponentConfigurator.BaseComponentConfigurator extends ComponentConfigurator<ComponentConfigurator.BaseComponentConfigurator>
ComponentConfigurator.BaseComponentConfigurator| Modifier and Type | Method and Description |
|---|---|
static ComponentConfigurator.BaseComponentConfigurator |
create(com.vaadin.flow.component.Component component)
Create a new
ComponentConfigurator.BaseComponentConfigurator on given component. |
elementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamestatic ComponentConfigurator.BaseComponentConfigurator create(com.vaadin.flow.component.Component component)
ComponentConfigurator.BaseComponentConfigurator on given component.component - Component to configure (not null)ComponentConfigurator.BaseComponentConfigurator to configure given componentCopyright © 2019 The Holon Platform. All rights reserved.