Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.ui.styles |
Modifier and Type | Method and Description |
---|---|
Style |
Style.apply(com.softwareag.mobile.runtime.nui.nUIDisplayObject element)
Applies all non-null properties to the passed
nUIDisplayObject . |
Style |
Style.setAccentColor(int accentColor)
Sets the
accentColor property. |
Style |
Style.setBackgroundColor(int color)
Sets the
backgroundColor property. |
Style |
Style.setBackgroundImage(javax.microedition.lcdui.Image image)
Sets the
backgroundImage property. |
Style |
Style.setDateFormat(java.lang.String dateFormat)
Sets the
dateFormat property. |
Style |
Style.setErrorTextColor(int errorTextColor)
Sets the
errorTextColor property. |
Style |
Style.setFontColor(int color)
Sets the
textColor property. |
Style |
Style.setFontSize(FontSize fontSize)
Sets the
fontSize property. |
Style |
Style.setFontStyle(int fontStyle)
Sets the
fontStyle property. |
Style |
Style.setHAlign(int hAlign)
Sets the
hAlign property. |
Style |
Style.setHeaderBackgroundColor(int color)
Sets the
headerBackgroundColor property. |
Style |
Style.setHeaderForegroundColor(int color)
Sets the
headerForegroundColor property. |
Style |
Style.setHeaderImage(javax.microedition.lcdui.Image image)
Sets the
headerImage property. |
Style |
Style.setHeight(int height)
Sets the
height property. |
Style |
Style.setHintTextColor(int color)
Sets the
hintTextColor property. |
Style |
Style.setHScrollable(boolean hScrollable)
Sets the
hScrollable property. |
Style |
Style.setIndicatorColor(int indicatorColor)
Sets the
indicatorColor property. |
Style |
Style.setInnerX(int innerX)
Sets the
innerX property. |
Style |
Style.setInnerY(int innerY)
Sets the
innerY property. |
Style |
Style.setInnerYSpacing(int spacing)
Sets the
innerYSpacing property. |
Style |
Style.setInputType(java.lang.String inputType)
Sets the
inputType property. |
Style |
Style.setLabelTextColor(int labelTextColor)
Sets the
labelTextColor property. |
Style |
Style.setLines(int lines)
Sets the
lines property. |
Style |
Style.setMaxLines(int maxLines)
Sets the
maxLines property. |
Style |
Style.setMinLines(int minLines)
Sets the
minLines property. |
Style |
Style.setOutlineColor(int outlineColor)
Sets the
outlineColor property. |
Style |
Style.setOverscrollingEnabled(boolean overscrollingEnabled)
Sets the
overscrollingEnabled property. |
Style |
Style.setParent(Style parent)
Sets the
parent Style. |
Style |
Style.setRenderType(int renderType)
Sets the
renderType property. |
Style |
Style.setScaleToFitEnabled(boolean scaleToFitEnabled)
Sets the
scaleToFitEnabled property. |
Style |
Style.setSeparatorColor(int color)
Sets the
separatorColor property. |
Style |
Style.setTabBackgroundColor(int tabBackgroundColor)
Sets the
tabBackgroundColor property. |
Style |
Style.setTabFontSize(float tabFontSize)
Sets the
tabFontSize property. |
Style |
Style.setTabFontStyle(int tabFontStyle)
Sets the
tabFontStyle property. |
Style |
Style.setTabIndicatorColor(int tabIndicatorColor)
Sets the
tabIndicatorColor property. |
Style |
Style.setTabIndicatorHeight(float tabIndicatorHeight)
Sets the
tabIndicatorHeight property. |
Style |
Style.setTabMode(int tabMode)
Sets the
tabMode property. |
Style |
Style.setTabSelectedTextColor(int tabSelectedTextColor)
Sets the
tabSelectedTextColor property. |
Style |
Style.setTabTextColor(int tabTextColor)
Sets the
tabTextColor property. |
Style |
Style.setTextAlign(int textAlign)
Sets the
textAlign property. |
Style |
Style.setTextClipType(int clipType)
Sets the
renderType property. |
Style |
Style.setThumbColor(int thumbColor)
Sets the
thumbColor property. |
Style |
Style.setTickColor(int tickColor)
Sets the
tickColor property. |
Style |
Style.setTintColor(int color)
Sets the
tintColor property. |
Style |
Style.setVAlign(int vAlign)
Sets the
vAlign property. |
Style |
Style.setVScrollable(boolean vScrollable)
Sets the
vScrollable property. |
Style |
Style.setWidth(int width)
Sets the
width property. |
Style |
Style.setX(int x)
Sets the
x property. |
Style |
Style.setY(int y)
Sets the
y property. |
Modifier and Type | Method and Description |
---|---|
Style |
Style.setParent(Style parent)
Sets the
parent Style. |