Uses of Class
tripleplay.ui.Styles
Packages that use Styles
-
Uses of Styles in tripleplay.ui
Methods in tripleplay.ui that return StylesModifier and TypeMethodDescriptionStyles.add
(Style.Binding<?>... bindings) Returns a new instance where the supplied bindings overwrite any previous bindings for the specified styles in the default mode.Styles.add
(Style.Mode mode, Style.Binding<?>... bindings) Returns a new instance where the supplied bindings overwrite any previous bindings for the specified styles (in the specified mode).Styles.addDisabled
(Style.Binding<?>... bindings) Returns a new instance where the supplied bindings overwrite any previous bindings for the specified styles in the disabled mode.Styles.addDisabledSelected
(Style.Binding<?>... bindings) Returns a new instance where the supplied bindings overwrite any previous bindings for the specified styles in the disabled selected mode.Styles.addSelected
(Style.Binding<?>... bindings) Returns a new instance where the supplied bindings overwrite any previous bindings for the specified styles in the selected mode.<V> Styles
Styles.clear
(Style.Mode mode, Style<V> style) Returns a new instance where no binding exists for the specified style in the specified state.static Styles
Styles.make
(Style.Binding<?>... bindings) Creates a styles instance with the supplied style bindings in the DEFAULT mode.Returns a new styles instance which merges these styles with the supplied styles.static Styles
Styles.none()
Returns the empty styles instance.Element.styles()
Returns the styles configured on this element.Methods in tripleplay.ui with parameters of type StylesModifier and TypeMethodDescriptionAdds styles for the supplied element class.Adds the supplied styles to this element.Returns a new styles instance which merges these styles with the supplied styles.Configures the styles for this element.Constructors in tripleplay.ui with parameters of type Styles