FieldLayoutCell

The FieldLayoutCell interface provides the ability to override properties from the parent control's FieldLayout;

Further documentation.

FieldLayoutCell Functions

getEditorBackground FieldLayoutCell.getEditorBackground( ) Background properties for Field Control editor table cells, overriding the corresponding background properties from the parent FieldLayout.
getEditorCellClass FieldLayoutCell.getEditorCellClass( ) CSS classes configured for editor table cells when displaying a Field Control, overriding the editor layout cell CSS classes from the parent FieldLayout.
setEditorCellClass FieldLayoutCell.setEditorCellClass( editorCellClass ) Sets CSS classes for editor table cells when displaying a Field Control, overriding the editor layout cell CSS classes from the parent FieldLayout.
getEditorCellStyle FieldLayoutCell.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.
setEditorCellStyle FieldLayoutCell.setEditorCellStyle( 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.
getEditorHAlign FieldLayoutCell.getEditorHAlign( ) Horizontal alignment of editor table cells when displaying Field Controls, overriding the corresponding horizontal alignment property from the parent FieldLayout.
setEditorHAlign FieldLayoutCell.setEditorHAlign( editorHAlign ) Sets horizontal alignment of editor table cells when displaying Field Controls, overriding the corresponding horizontal alignment property from the parent FieldLayout.
getEditorPadding FieldLayoutCell.getEditorPadding( ) Padding properties for editor table cells when displaying Field Controls, overriding the corresponding padding properties from the parent FieldLayout.
getEditorVAlign FieldLayoutCell.getEditorVAlign( ) Vertical alignment of editor table cells when displaying Field Controls, overriding the corresponding vertical alignment property from the parent FieldLayout.
setEditorVAlign FieldLayoutCell.setEditorVAlign( editorVAlign ) Sets vertical alignment of editor table cells when displaying Field Controls, overriding the corresponding vertical alignment property from the parent FieldLayout.
getFullWidthHAlign FieldLayoutCell.getFullWidthHAlign( ) Horizontal alignment of table cells when displaying controls other than a Field Control, overriding the corresponding horizontal alignment property from the parent FieldLayout.
setFullWidthHAlign FieldLayoutCell.setFullWidthHAlign( 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.
getFullWidthPadding FieldLayoutCell.getFullWidthPadding( ) Padding properties when displaying controls other than a Field Control, overriding the corresponding padding properties from the parent FieldLayout.
getFullWidthVAlign FieldLayoutCell.getFullWidthVAlign( ) Vertical alignment of table cells when displaying controls other than a Field Control, overriding the corresponding vertical alignment property from the parent FieldLayout.
setFullWidthVAlign FieldLayoutCell.setFullWidthVAlign( 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.
getHelpCellClass FieldLayoutCell.getHelpCellClass( ) CSS classes configured for help table cells when displaying a Field Control, overriding the help layout cell CSS classes from the parent FieldLayout.
setHelpCellClass FieldLayoutCell.setHelpCellClass( helpCellClass ) Sets CSS classes for help table cells when displaying a Field Control, overriding the help layout cell CSS classes from the parent FieldLayout.
getHelpCellStyle FieldLayoutCell.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.
setHelpCellStyle FieldLayoutCell.setHelpCellStyle( 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.
getInfoBackground FieldLayoutCell.getInfoBackground( ) Background properties for Field Control help table cells, overriding the corresponding background properties from the parent FieldLayout.
getInfoHAlign FieldLayoutCell.getInfoHAlign( ) Horizontal alignment of help table cells when displaying Field Controls, overriding the corresponding horizontal alignment property from the parent FieldLayout.
setInfoHAlign FieldLayoutCell.setInfoHAlign( infoHAlign ) Sets horizontal alignment of help table cells when displaying Field Controls, overriding the corresponding horizontal alignment property from the parent FieldLayout.
getInfoPadding FieldLayoutCell.getInfoPadding( ) Padding properties for help table cells when displaying Field Controls, overriding the corresponding padding properties from the parent FieldLayout.
getInfoVAlign FieldLayoutCell.getInfoVAlign( ) Vertical alignment of help table cells when displaying Field Controls, overriding the corresponding vertical alignment property from the parent FieldLayout.
setInfoVAlign FieldLayoutCell.setInfoVAlign( infoVAlign ) Sets vertical alignment of help table cells when displaying Field Controls, overriding the corresponding vertical alignment property from the parent FieldLayout.
getLabelBackground FieldLayoutCell.getLabelBackground( ) Background properties for Field Control label table cells, overriding the corresponding background properties from the parent FieldLayout.
getLabelCellClass FieldLayoutCell.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.
setLabelCellClass FieldLayoutCell.setLabelCellClass( 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.
getLabelCellStyle FieldLayoutCell.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.
setLabelCellStyle FieldLayoutCell.setLabelCellStyle( 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.
getLabelHAlign FieldLayoutCell.getLabelHAlign( ) Horizontal alignment of label table cells when displaying Field Controls, overriding the corresponding horizontal alignment property from the parent FieldLayout.
setLabelHAlign FieldLayoutCell.setLabelHAlign( labelHAlign ) Sets horizontal alignment of label table cells when displaying Field Controls, overriding the corresponding horizontal alignment property from the parent FieldLayout.
getLabelPadding FieldLayoutCell.getLabelPadding( ) Padding properties for label table cells when displaying Field Controls, overriding the corresponding padding properties from the parent FieldLayout.
getLabelVAlign FieldLayoutCell.getLabelVAlign( ) Vertical alignment of label table cells when displaying Field Controls, overriding the corresponding vertical alignment property from the parent FieldLayout.
setLabelVAlign FieldLayoutCell.setLabelVAlign( labelVAlign ) Sets vertical alignment of label table cells when displaying Field Controls, overriding the corresponding vertical alignment property from the parent FieldLayout.

BackgroundStyleProperties Functions

getBackgroundColor FieldLayoutCell.getBackgroundColor( ) Background color.
setBackgroundColor FieldLayoutCell.setBackgroundColor( backgroundColor ) Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used.
getBackgroundImage FieldLayoutCell.getBackgroundImage( ) URL of the background image.
setBackgroundImage FieldLayoutCell.setBackgroundImage( backgroundImage ) Sets the URL of the background image.
getBackgroundImagePosition FieldLayoutCell.getBackgroundImagePosition( ) Background image position.
setBackgroundImagePosition FieldLayoutCell.setBackgroundImagePosition( backgroundImagePosition ) Sets the background image position.
getBackgroundImageRepeat FieldLayoutCell.getBackgroundImageRepeat( ) Background image repeat property.
setBackgroundImageRepeat FieldLayoutCell.setBackgroundImageRepeat( backgroundImageRepeat ) Sets the background image repeat property.

BorderStyleProperties Functions

getBorderColor FieldLayoutCell.getBorderColor( ) Border color applied to all borders.
setBorderColor FieldLayoutCell.setBorderColor( borderColor ) Sets border color.
getBorderRadius FieldLayoutCell.getBorderRadius( ) Border radius.
setBorderRadius FieldLayoutCell.setBorderRadius( borderRadius ) Sets border radius.
getBorderStyle FieldLayoutCell.getBorderStyle( ) Border style applied to all borders.
setBorderStyle FieldLayoutCell.setBorderStyle( borderStyle ) Sets border style.
getBorderWidth FieldLayoutCell.getBorderWidth( ) Border width applied to all four borders.
setBorderWidth FieldLayoutCell.setBorderWidth( borderWidth ) Sets the border width applied to all four borders.
getBottomBorderWidth FieldLayoutCell.getBottomBorderWidth( ) Bottom border width, overriding property borderWidth.
setBottomBorderWidth FieldLayoutCell.setBottomBorderWidth( bottomBorderWidth ) Sets the bottom border width, overriding property borderWidth.
getLeftBorderWidth FieldLayoutCell.getLeftBorderWidth( ) Left border width, overriding property borderWidth.
setLeftBorderWidth FieldLayoutCell.setLeftBorderWidth( leftBorderWidth ) Sets the left border width, overriding property borderWidth.
getRightBorderWidth FieldLayoutCell.getRightBorderWidth( ) Right border width, overriding property borderWidth.
setRightBorderWidth FieldLayoutCell.setRightBorderWidth( rightBorderWidth ) Sets the right border width, overriding property borderWidth.
getTopBorderWidth FieldLayoutCell.getTopBorderWidth( ) Top border width, overriding property borderWidth.
setTopBorderWidth FieldLayoutCell.setTopBorderWidth( topBorderWidth ) Sets the top border width, overriding property borderWidth.