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