Uses of Class
tripleplay.ui.Styles

Packages that use Styles
Package
Description
 
  • Uses of Styles in tripleplay.ui

    Methods in tripleplay.ui that return Styles
    Modifier and Type
    Method
    Description
    Styles.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.
    Styles.merge(Styles styles)
    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 Styles
    Modifier and Type
    Method
    Description
    Stylesheet.Builder.add(Class<?> eclass, Styles styles)
    Adds styles for the supplied element class.
    Element.addStyles(Styles styles)
    Adds the supplied styles to this element.
    Styles.merge(Styles styles)
    Returns a new styles instance which merges these styles with the supplied styles.
    Element.setStyles(Styles styles)
    Configures the styles for this element.
    Constructors in tripleplay.ui with parameters of type Styles
    Modifier
    Constructor
    Description
     
    Field(String initialText, Styles styles)
     
     
    Field(Styles styles)
     
     
    Group(Layout layout, Styles styles)
    Creates a group with the specified layout and styles.
     
    Menu(Layout layout, Styles styles)
    Creates a new menu using the given layout and styles.