C - Concrete configurator typepublic interface HasEnabledConfigurator<C extends HasEnabledConfigurator<C>>
HasEnabled type components.| Modifier and Type | Method and Description |
|---|---|
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)Copyright © 2019 The Holon Platform. All rights reserved.