Class Label
java.lang.Object
com.appiancorp.suiteapi.process.gui.Label
- All Implemented Interfaces:
JSONable
,JSONCacheable
,Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Boolean
The default bold status for this Label.static final String
The default font color for this Label.static final String
The default font family for this Label.static final Long
static final Boolean
The default italics status for this Label.static final Boolean
The default underline status for this Label.Fields inherited from interface com.appiancorp.suiteapi.common.JSONable
hiddenAttributes$TRANSIENT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBold()
Returns the set of attributes (properties) that should not be included in the JSON representation of the object.void
void
setFontColor
(String fontColor_) void
setFontFamily
(String fontFamily_) void
setFontSize
(Long fontSize_) void
setItalics
(Boolean italics_) void
setUnderline
(Boolean underline_)
-
Field Details
-
DEFAULT_FONT_SIZE
-
DEFAULT_FONT_COLOR
The default font color for this Label. The value of this constant may change in later versions.- See Also:
-
DEFAULT_FONT_FAMILY
The default font family for this Label. The value of this constant may change in later versions.- See Also:
-
DEFAULT_BOLD
The default bold status for this Label. The value of this constant may change in later versions. -
DEFAULT_ITALICS
The default italics status for this Label. The value of this constant may change in later versions. -
DEFAULT_UNDERLINE
The default underline status for this Label. The value of this constant may change in later versions.
-
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getHiddenAttributes
Description copied from interface:JSONable
Returns the set of attributes (properties) that should not be included in the JSON representation of the object.- Specified by:
getHiddenAttributes
in interfaceJSONable
- Returns:
- the set of hidden attributes
-
getBold
-
setBold
-
getFontColor
-
setFontColor
-
getFontFamily
-
setFontFamily
-
getFontSize
-
setFontSize
-
getItalics
-
setItalics
-
getUnderline
-
setUnderline
-