Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.ui.styles |
Modifier and Type | Method and Description |
---|---|
TextfieldStyle |
TextfieldStyle.setBgColor(int bgColor)
Sets the background of the underlying Android element or if used in
Phoney, the color of the parent
nUITablecellElement . |
TextfieldStyle |
TextfieldStyle.setFontSize(int fontSize)
Sets the font size in pixels.
|
TextfieldStyle |
TextfieldStyle.setFontSizeAbsolute(int fontSize,
boolean accessibilityAdjusted)
Sets the font size in pixels.
|
TextfieldStyle |
TextfieldStyle.setFontSizeRelative(int fontSize,
int scale)
Sets the relative font size in combination with a scale factor.
|
TextfieldStyle |
TextfieldStyle.setFontStyle(int fontStyle)
Sets the font style.
|
TextfieldStyle |
TextfieldStyle.setHAlign(int hAlign)
Sets the horizontal alignment.
|
TextfieldStyle |
TextfieldStyle.setMaxLines(int maxLines)
Sets the max lines property.
|
TextfieldStyle |
TextfieldStyle.setText(java.lang.String text)
Sets the text property.
|
TextfieldStyle |
TextfieldStyle.setTextColor(int textColor)
Sets the text color as ARGB value.
|