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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCaption()
void
setCaption(java.lang.String text)
-