C - Concrete configurator typepublic interface HasEnabledConfigurator<C extends HasEnabledConfigurator<C>>
HasEnabled type components.| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasEnabledConfigurator.BaseHasEnabledConfigurator
Base
HasEnabledConfigurator. |
| Modifier and Type | Method and Description |
|---|---|
static HasEnabledConfigurator.BaseHasEnabledConfigurator |
create(com.vaadin.flow.component.HasEnabled component)
Create a new
HasEnabledConfigurator.BaseHasEnabledConfigurator. |
default C |
disabled()
Set the component as not enabled.
|
C |
enabled(boolean enabled)
Set whether the component is enabled.
|
C enabled(boolean enabled)
enabled - if false then explicitly disables the object, if true then enables the
object so that its state depends on parentdefault C disabled()
enabled(boolean)static HasEnabledConfigurator.BaseHasEnabledConfigurator create(com.vaadin.flow.component.HasEnabled component)
HasEnabledConfigurator.BaseHasEnabledConfigurator.component - Component to configure (not null)HasEnabledConfigurator.BaseHasEnabledConfiguratorCopyright © 2020 The Holon Platform. All rights reserved.