public static interface Component.HasCaption extends Component.HasDescription
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaption() |
void |
setCaption(java.lang.String caption)
Sets the component's caption.
|
getDescription, setDescriptionjava.lang.String getCaption()
@StudioProperty(type=LOCALIZED_STRING) void setCaption(java.lang.String caption)
caption - the new component's caption