Uses of Class
tripleplay.ui.Style.Flag
Packages that use Style.Flag
-
Uses of Style.Flag in tripleplay.ui
Fields in tripleplay.ui declared as Style.FlagModifier and TypeFieldDescriptionstatic final Style.Flag
Style.AUTO_SHRINK
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
Field.AUTOCAPITALIZATION
Controls the behavior of native text fields with respect to auto-capitalization on platforms that support it.static final Style.Flag
Field.AUTOCORRECTION
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
Field.FULLTIME_NATIVE_FIELD
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
Style.ICON_CUDDLE
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
Field.SECURE_TEXT_ENTRY
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.FlagModifier and TypeMethodDescriptionstatic Style.Flag
Style.newFlag
(boolean inherited, boolean defaultValue) Creates a boolean style identifier with the supplied properties.