Method Summary |
|
public void | setClearCls(String clearCls) |
public void | setFieldLabel(String fieldLabel) |
public void | setHideLabel(boolean hideLabel) True to hide the label and separator for this field (defaults to false). |
public void | setItemCls(String itemCls) A CSS class to add to the div wrapper that contains this field label and field element
(the default class is 'x-form-item' and itemCls will be added to that). |
public void | setLabelSeparator(String labelSeparator) The separator to display after the text of the label for this field (defaults to a colon ':' or the layout's value for labelSeparator). |
public void | setLabelStyle(String labelStyle) A CSS style specification string to add to the field label for this field (defaults to '' or the layout's value for labelStyle). |