Interface HasLabelWidth
-
public interface HasLabelWidth
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLabelWidth(String width)
The width for the label component.
-
-
-
Method Detail
-
setLabelWidth
void setLabelWidth(String width)
The width for the label component. Default: 'auto'. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values.
-
-