Package com.uc4.api.prompt
Interface PromptInterfaces.Caption
- All Known Implementing Classes:
CheckGroupElement
,CheckListElement
,ComboElement
,DateElement
,LabelElement
,NumberElement
,RadioGroupElement
,TextElement
,TimeElement
,TimeStampElement
- Enclosing interface:
- PromptInterfaces
public static interface PromptInterfaces.Caption
Implemented if the prompt element contains captions.
-
Method Summary
-
Method Details
-
getCaption
String getCaption()- Returns:
- Return the Caption (Label) of the prompt
-
setCaption
- Parameters:
text
- Set the Caption (Label) of the prompt
-