Uses of Class
tripleplay.ui.Style.Flag

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

    Fields in tripleplay.ui declared as Style.Flag
    Modifier and Type
    Field
    Description
    static final Style.Flag
    Whether or not to automatically shrink a text widget's font size until it fits into the horizontal space it has been allotted.
    static final Style.Flag
    Controls the behavior of native text fields with respect to auto-capitalization on platforms that support it.
    static final Style.Flag
    Controls the behavior of native text fields with respect to auto-correction on platforms that support it.
    static final Style.Flag
    Style.ELLIPSIZE
    Whether or not to automatically clip a text widget's text to fit into the horizontal space it has been allotted.
    static final Style.Flag
    If on a platform that utilizes native fields and this is true, the native field is displayed whenever this Field is visible, and the native field is responsible for all text rendering.
    static final Style.Flag
    If true, the icon is cuddled to the text, with extra space between icon and border, if false, the icon is placed next to the border with extra space between icon and label.
    static final Style.Flag
    Field.MULTILINE
    Sets the field to allow the return key to insert a line break in the text.
    static final Style.Flag
    Controls secure text entry on native text fields: typically this will mean dots or asterix displayed instead of the typed character.
    static final Style.Flag
    Style.TEXT_WRAP
    Whether or not to allow text to wrap.
    static final Style.Flag
    Style.UNDERLINE
    Whether or not to underline text.
    Methods in tripleplay.ui that return Style.Flag
    Modifier and Type
    Method
    Description
    static Style.Flag
    Style.newFlag(boolean inherited, boolean defaultValue)
    Creates a boolean style identifier with the supplied properties.