Interface HasLabelWidth
public interface HasLabelWidth
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetLabelWidth(String width) The width for the label component.
- 
Method Details- 
setLabelWidthThe width for the label component. Default: 'auto'. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values.
 
-