T
- SelectBox
subclasses.public class WhiteSelectBoxTheme<T extends SelectBox> extends WhiteComponentTheme<T>
Constructor and Description |
---|
WhiteSelectBoxTheme() |
Modifier and Type | Method and Description |
---|---|
void |
apply(T component)
Used to apply theme only for component and not apply for child components.
|
void |
applyAll(T component)
Used to apply theme for component and for all children of this component.
|
public void apply(T component)
apply
in class WhiteComponentTheme<T extends SelectBox>
component
- component to apply theme.public void applyAll(T component)
AbstractTheme
applyAll
in class AbstractTheme<T extends SelectBox>
component
- component to apply theme.