C - Concrete configurator typepublic interface HasStyleConfigurator<C extends HasStyleConfigurator<C>>
HasStyle type components.| Modifier and Type | Method and Description |
|---|---|
C |
styleName(String styleName)
Adds a CSS style class names to this component.
|
C |
styleNames(String... styleNames)
Adds one or more CSS style class names to this component.
|
Copyright © 2019 The Holon Platform. All rights reserved.