T
- ScrollablePanel
subclasses.public class WhiteScrollablePanelTheme<T extends ScrollablePanel> extends WhiteComponentTheme<T>
Constructor and Description |
---|
WhiteScrollablePanelTheme() |
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)
AbstractTheme
apply
in class WhiteComponentTheme<T extends ScrollablePanel>
component
- component to apply theme.public void applyAll(T component)
AbstractTheme
applyAll
in class AbstractTheme<T extends ScrollablePanel>
component
- component to apply theme.