public interface ModifiableLabelable extends Labelable
Modifier and Type | Method and Description |
---|---|
void |
setDescription(I18nizableText description)
Set the description.
|
void |
setLabel(I18nizableText label)
Set the label.
|
void |
setName(String name)
Set the name.
|
getDescription, getLabel, getName
void setLabel(I18nizableText label)
label
- the label.void setDescription(I18nizableText description)
description
- the description.