public interface FieldLayoutCell extends LayoutCell, BorderStyleProperties, BackgroundStyleProperties
FieldLayoutCell interface provides the ability to override properties from the parent control's FieldLayout;
| Modifier and Type | Method and Description |
|---|---|
BackgroundStyleProperties |
getEditorBackground()
Background properties for Field Control editor table cells,
overriding the corresponding background properties from the parent
FieldLayout. |
java.lang.String |
getEditorCellClass()
CSS classes configured for editor table cells when displaying a Field Control,
overriding the editor layout cell CSS classes from the parent
FieldLayout. |
java.lang.String |
getEditorCellStyle()
Inline CSS style configured for editor table cells when displaying a Field Control,
overriding the editor layout cell inline CSS style from the parent
FieldLayout. |
java.lang.String |
getEditorHAlign()
Horizontal alignment of editor table cells when displaying Field Controls,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
PaddingStyleProperties |
getEditorPadding()
Padding properties for editor table cells when displaying Field Controls,
overriding the corresponding padding properties from the parent
FieldLayout. |
java.lang.String |
getEditorVAlign()
Vertical alignment of editor table cells when displaying Field Controls,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
java.lang.String |
getFullWidthHAlign()
Horizontal alignment of table cells when displaying controls other than a Field Control,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
PaddingStyleProperties |
getFullWidthPadding()
Padding properties when displaying controls other than a Field Control,
overriding the corresponding padding properties from the parent
FieldLayout. |
java.lang.String |
getFullWidthVAlign()
Vertical alignment of table cells when displaying controls other than a Field Control,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
java.lang.String |
getHelpCellClass()
CSS classes configured for help table cells when displaying a Field Control,
overriding the help layout cell CSS classes from the parent
FieldLayout. |
java.lang.String |
getHelpCellStyle()
Inline CSS style configured for help table cells when displaying a Field Control,
overriding the help layout cell inline CSS style from the parent
FieldLayout. |
BackgroundStyleProperties |
getInfoBackground()
Background properties for Field Control help table cells,
overriding the corresponding background properties from the parent
FieldLayout. |
java.lang.String |
getInfoHAlign()
Horizontal alignment of help table cells when displaying Field Controls,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
PaddingStyleProperties |
getInfoPadding()
Padding properties for help table cells when displaying Field Controls,
overriding the corresponding padding properties from the parent
FieldLayout. |
java.lang.String |
getInfoVAlign()
Vertical alignment of help table cells when displaying Field Controls,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
BackgroundStyleProperties |
getLabelBackground()
Background properties for Field Control label table cells,
overriding the corresponding background properties from the parent
FieldLayout. |
java.lang.String |
getLabelCellClass()
List of CSS classes configured for label table cells when displaying a Field Control or applied to the
table cells containing other control types, overriding the corresponding label layout cell CSS classes
from the parent
FieldLayout. |
java.lang.String |
getLabelCellStyle()
Inline CSS style configured for label table cells when displaying a Field Control or applied to the
table cells containing other control types, overriding the label layout cell inline CSS style from the parent
FieldLayout. |
java.lang.String |
getLabelHAlign()
Horizontal alignment of label table cells when displaying Field Controls,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
PaddingStyleProperties |
getLabelPadding()
Padding properties for label table cells when displaying Field Controls,
overriding the corresponding padding properties from the parent
FieldLayout. |
java.lang.String |
getLabelVAlign()
Vertical alignment of label table cells when displaying Field Controls,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
void |
setEditorCellClass(java.lang.String editorCellClass)
Sets CSS classes for editor table cells when displaying a Field Control,
overriding the editor layout cell CSS classes from the parent
FieldLayout. |
void |
setEditorCellStyle(java.lang.String editorCellStyle)
Sets inline CSS style for editor table cells when displaying a Field Control,
overriding the editor layout cell inline CSS style from the parent
FieldLayout. |
void |
setEditorHAlign(java.lang.String editorHAlign)
Sets horizontal alignment of editor table cells when displaying Field Controls,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
void |
setEditorVAlign(java.lang.String editorVAlign)
Sets vertical alignment of editor table cells when displaying Field Controls,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
void |
setFullWidthHAlign(java.lang.String fullWidthHAlign)
Sets horizontal alignment of table cells when displaying controls other than a Field Control,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
void |
setFullWidthVAlign(java.lang.String fullWidthVAlign)
Sets vertical alignment of table cells when displaying controls other than a Field Control,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
void |
setHelpCellClass(java.lang.String helpCellClass)
Sets CSS classes for help table cells when displaying a Field Control,
overriding the help layout cell CSS classes from the parent
FieldLayout. |
void |
setHelpCellStyle(java.lang.String helpCellStyle)
Sets inline CSS style for help table cells when displaying a Field Control,
overriding the help layout cell inline CSS style from the parent
FieldLayout. |
void |
setInfoHAlign(java.lang.String infoHAlign)
Sets horizontal alignment of help table cells when displaying Field Controls,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
void |
setInfoVAlign(java.lang.String infoVAlign)
Sets vertical alignment of help table cells when displaying Field Controls,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
void |
setLabelCellClass(java.lang.String labelCellClass)
Sets CSS classes for label table cells when displaying a Field Control or applied to the
table cells containing other control types, overriding the label layout cell CSS classes from the parent
FieldLayout. |
void |
setLabelCellStyle(java.lang.String labelCellStyle)
Sets inline CSS style for label table cells when displaying a Field Control or applied to the
table cells containing other control types, overriding the label layout cell inline CSS style from the parent
FieldLayout. |
void |
setLabelHAlign(java.lang.String labelHAlign)
Sets horizontal alignment of label table cells when displaying Field Controls,
overriding the corresponding horizontal alignment property from the parent
FieldLayout. |
void |
setLabelVAlign(java.lang.String labelVAlign)
Sets vertical alignment of label table cells when displaying Field Controls,
overriding the corresponding vertical alignment property from the parent
FieldLayout. |
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidthgetBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeatjava.lang.String getLabelCellClass()
FieldLayout.
See FieldLayout.getLabelCellClass() for details.
void setLabelCellClass(java.lang.String labelCellClass)
FieldLayout.
See FieldLayout.setLabelCellClass(String) for details.
java.lang.String getLabelCellStyle()
FieldLayout.
See FieldLayout.getLabelCellStyle() for details.
void setLabelCellStyle(java.lang.String labelCellStyle)
FieldLayout.
See FieldLayout.setLabelCellStyle(String) for details.
java.lang.String getEditorCellClass()
FieldLayout.
See FieldLayout.getEditorCellClass() for details.
void setEditorCellClass(java.lang.String editorCellClass)
FieldLayout.
See FieldLayout.setEditorCellClass(String) for details.
java.lang.String getEditorCellStyle()
FieldLayout.
See FieldLayout.getEditorCellStyle() for details.
void setEditorCellStyle(java.lang.String editorCellStyle)
FieldLayout.
See FieldLayout.setEditorCellStyle(String) for details.
java.lang.String getHelpCellClass()
FieldLayout.
See FieldLayout.getHelpCellClass() for details.
void setHelpCellClass(java.lang.String helpCellClass)
FieldLayout.
See FieldLayout.setHelpCellClass(String) for details.
java.lang.String getHelpCellStyle()
FieldLayout.
See FieldLayout.getHelpCellStyle() for details.
void setHelpCellStyle(java.lang.String helpCellStyle)
FieldLayout.
See FieldLayout.setHelpCellStyle(String) for details.
BackgroundStyleProperties getLabelBackground()
FieldLayout.
See FieldLayout.getLabelBackground() for details.
BackgroundStyleProperties getEditorBackground()
FieldLayout.
See FieldLayout.getEditorBackground() for details.
BackgroundStyleProperties getInfoBackground()
FieldLayout.
See FieldLayout.getInfoBackground() for details.
PaddingStyleProperties getFullWidthPadding()
FieldLayout.
See FieldLayout.getFullWidthPadding() for details.
PaddingStyleProperties getLabelPadding()
FieldLayout.
See FieldLayout.getLabelPadding() for details.
PaddingStyleProperties getEditorPadding()
FieldLayout.
See FieldLayout.getEditorPadding() for details.
PaddingStyleProperties getInfoPadding()
FieldLayout.
See FieldLayout.getInfoPadding() for details.
java.lang.String getFullWidthHAlign()
FieldLayout.
See FieldLayout.getFullWidthHAlign() for details.
void setFullWidthHAlign(java.lang.String fullWidthHAlign)
FieldLayout.
See FieldLayout.setFullWidthHAlign(String) for details.
java.lang.String getLabelHAlign()
FieldLayout.
See FieldLayout.getLabelHAlign() for details.
void setLabelHAlign(java.lang.String labelHAlign)
FieldLayout.
See FieldLayout.setLabelHAlign(String) for details.
java.lang.String getEditorHAlign()
FieldLayout.
See FieldLayout.getEditorHAlign() for details.
void setEditorHAlign(java.lang.String editorHAlign)
FieldLayout.
See FieldLayout.setEditorHAlign(String) for details.
java.lang.String getInfoHAlign()
FieldLayout.
See FieldLayout.getInfoHAlign() for details.
void setInfoHAlign(java.lang.String infoHAlign)
FieldLayout.
See FieldLayout.setInfoHAlign(String) for details.
java.lang.String getFullWidthVAlign()
FieldLayout.
See FieldLayout.getFullWidthVAlign() for details.
void setFullWidthVAlign(java.lang.String fullWidthVAlign)
FieldLayout.
See FieldLayout.setFullWidthVAlign(String) for details.
java.lang.String getLabelVAlign()
FieldLayout.
See FieldLayout.getLabelVAlign() for details.
void setLabelVAlign(java.lang.String labelVAlign)
FieldLayout.
See FieldLayout.setLabelVAlign(String) for details.
java.lang.String getEditorVAlign()
FieldLayout.
See FieldLayout.getEditorVAlign() for details.
void setEditorVAlign(java.lang.String editorVAlign)
FieldLayout.
See FieldLayout.setEditorVAlign(String) for details.
java.lang.String getInfoVAlign()
FieldLayout.
See FieldLayout.getInfoVAlign() for details.
void setInfoVAlign(java.lang.String infoVAlign)
FieldLayout.
See FieldLayout.setInfoVAlign(String) for details.