public class LabelElement extends PromptElement implements PromptInterfaces.Caption
| Constructor and Description |
|---|
LabelElement(String variable)
Creates a new
LabelElement. |
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Returns the caption of this label.
|
void |
setCaption(String text)
Sets the caption of this label.
|
getCustomField, getMessageInsert, getMessageNumber, getProperty, getTooltip, getValue, getValues, getVariable, hasList, isAltView, setAltView, setCustomField, setTooltip, setValue, setValues, setVariable, toString, updateDefaultValuepublic LabelElement(String variable)
LabelElement.variable - Name of the script variablepublic String getCaption()
getCaption in interface PromptInterfaces.Captionpublic void setCaption(String text)
setCaption in interface PromptInterfaces.Captiontext - CaptionCopyright © 2021. All rights reserved.