Class FlatSelectBoxTheme<T extends SelectBox>
java.lang.Object
com.spinyowl.legui.theme.AbstractTheme<T>
com.spinyowl.legui.theme.colored.def.FlatComponentTheme<T>
com.spinyowl.legui.theme.colored.def.FlatSelectBoxTheme<T>
- Type Parameters:
T-SelectBoxsubclasses.
Dark SelectBox Theme for all select boxes. Used to make select box dark.
-
Field Summary
Fields inherited from class com.spinyowl.legui.theme.colored.def.FlatComponentTheme
settings -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor. -
Method Summary
Methods inherited from class com.spinyowl.legui.theme.colored.def.FlatComponentTheme
getSettings, setSettings
-
Constructor Details
-
FlatSelectBoxTheme
public FlatSelectBoxTheme()Default constructor. Settings should be specified before using this theme. -
FlatSelectBoxTheme
-
-
Method Details
-
apply
Used to apply theme only for component and not apply for child components.- Overrides:
applyin classFlatComponentTheme<T extends SelectBox>- Parameters:
component- component to apply theme.
-
applyAll
Used to apply theme for component and for all children of this component. Should be reimplemented for components that contains other child components.- Overrides:
applyAllin classAbstractTheme<T extends SelectBox>- Parameters:
component- component to apply theme.
-