Interface FieldLayoutCell

All Superinterfaces:
BackgroundStyleProperties, BorderStyleProperties, LayoutCell

public interface FieldLayoutCell
extends LayoutCell, BorderStyleProperties, BackgroundStyleProperties
The FieldLayoutCell interface provides the ability to override properties from the parent control's FieldLayout;

Further documentation.

Since:
V4.4
  • Method Summary

    Modifier and Type Method 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.