Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldEditorClass()
Returns the list of CSS classes to be applied to the editor portion of each field.
|
java.lang.String |
getFieldInfoClass()
Returns the list of CSS classes to be applied to the info portion of each field.
|
java.lang.String |
getFieldLabelClass()
Returns the list of CSS classes to be applied to the label portion of each field.
|
java.lang.String |
getLabelExtraLargeWidth()
Gets the label width string for extra small viewport sizes (portrait phones).
|
java.lang.String |
getLabelExtraSmallWidth()
Gets the label width string for extra small viewport sizes (portrait phones).
|
java.lang.String |
getLabelLargeWidth()
Gets the label width string for extra large viewport sizes (large desktops).
|
java.lang.String |
getLabelMediumWidth()
Gets the label width string for medium viewport sizes (tablets).
|
java.lang.String |
getLabelSmallWidth()
Gets the label width string for small viewport sizes (landscape phones).
|
java.lang.String |
getRowClass()
Returns the list of CSS classes to be applied to each row of the layout.
|
void |
setFieldEditorClass(java.lang.String editorClass)
Sets one or more CSS classes to be applied to the editor portion of each field.
|
void |
setFieldInfoClass(java.lang.String labelClass)
Sets one or more CSS classes to be applied to the info portion of each field.
|
void |
setFieldLabelClass(java.lang.String labelClass)
Sets one or more CSS classes to be applied to the label portion of each field.
|
void |
setLabelExtraLargeWidth(java.lang.String width)
Sets the label width for extra large viewport (large desktops) sizes.
|
void |
setLabelExtraSmallWidth(java.lang.String width)
Sets the label width for extra small viewport sizes (portrait phones).
|
void |
setLabelLargeWidth(java.lang.String width)
Sets the label width for large viewport (desktops) sizes.
|
void |
setLabelMediumWidth(java.lang.String width)
Sets the label width for large viewport sizes (desktops).
|
void |
setLabelSmallWidth(java.lang.String width)
Sets the label width for small viewport sizes (landscape phones).
|
void |
setRowClass(java.lang.String layoutClass)
Sets one or more CSS classes to be applied to each row of the layout.
|
java.lang.String getLabelExtraSmallWidth()
setLabelExtraSmallWidth(String)
void setLabelExtraSmallWidth(java.lang.String width)
width
- a label width, acceptable values are
8%, 16%, 25%, 33%, 42%, 50%, 58%, 67%, 75%, 84%, 92% or nulljava.lang.String getLabelSmallWidth()
setLabelSmallWidth(String)
void setLabelSmallWidth(java.lang.String width)
width
- a label width, acceptable values are
8%, 16%, 25%, 33%, 42%, 50%, 58%, 67%, 75%, 84%, 92% or nulljava.lang.String getLabelMediumWidth()
setLabelMediumWidth(String)
void setLabelMediumWidth(java.lang.String width)
width
- a label width, acceptable values are
8%, 16%, 25%, 33%, 42%, 50%, 58%, 67%, 75%, 84%, 92% or nulljava.lang.String getLabelLargeWidth()
setLabelLargeWidth(String)
void setLabelLargeWidth(java.lang.String width)
width
- a label width, acceptable values are
8%, 16%, 25%, 33%, 42%, 50%, 58%, 67%, 75%, 84%, 92% or nulljava.lang.String getLabelExtraLargeWidth()
setLabelExtraLargeWidth(String)
void setLabelExtraLargeWidth(java.lang.String width)
width
- a label width, acceptable values are
8%, 16%, 25%, 33%, 42%, 50%, 58%, 67%, 75%, 84%, 92% or nulljava.lang.String getRowClass()
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
void setRowClass(java.lang.String layoutClass)
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
java.lang.String getFieldEditorClass()
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
void setFieldEditorClass(java.lang.String editorClass)
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
java.lang.String getFieldLabelClass()
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
void setFieldLabelClass(java.lang.String labelClass)
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
java.lang.String getFieldInfoClass()
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.
void setFieldInfoClass(java.lang.String labelClass)
These classes are configured in the designer using the Advanced Properties button within the layout properties Styling Assistant.