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, setDescription
@Nullable java.lang.String getCaption()
@StudioProperty(type=LOCALIZED_STRING) void setCaption(@Nullable java.lang.String caption)
caption
- the new component's caption