static ILabel |
ILabelCtrl.from(Label instance) |
|
static ILabel |
ILabel.of(java.lang.String value) |
Returns the instance with the given value.
|
static ILabel |
ILabel.ofId(java.lang.String id) |
Returns the instance with the given id.
|
ILabel |
ILabel.withMaxlength(int maxlength) |
Returns a copy of this immutable component with the specified
maxlength .
|
ILabel |
ILabel.withMultiline(boolean multiline) |
Returns a copy of this immutable component with the specified
multiline .
|
ILabel |
ILabel.withPre(boolean pre) |
Returns a copy of this immutable component with the specified
pre .
|
ILabel |
ILabel.withValue(java.lang.String value) |
Returns a copy of this immutable component with the specified
value .
|