ColumnLayoutCell

The ColumnLayoutCell interface provides the ability to override properties from the parent control's ColumnLayout;

Further documentation.

ColumnLayoutCell Functions

getHAlign ColumnLayoutCell.getHAlign( ) Horizontal alignment, overriding the layout cell horizontal alignment from the parent ColumnLayout.
setHAlign ColumnLayoutCell.setHAlign( hAlign ) Sets horizontal alignment, overriding the layout cell horizontal alignment from the parent ColumnLayout.
getLayoutClass ColumnLayoutCell.getLayoutClass( ) Layout cell CSS classes, overriding the layout cell CSS classes from the parent ColumnLayout.
setLayoutClass ColumnLayoutCell.setLayoutClass( layoutClass ) Sets layout cell CSS classes, overriding the layout cell CSS classes from the parent ColumnLayout.
getLayoutStyle ColumnLayoutCell.getLayoutStyle( ) Layout cell inline CSS style, overriding the layout cell CSS style from the parent ColumnLayout.
setLayoutStyle ColumnLayoutCell.setLayoutStyle( layoutStyle ) Sets layout cell inline CSS style, overriding the layout cell CSS style from the parent ColumnLayout.
getVAlign ColumnLayoutCell.getVAlign( ) Vertical alignment, overriding the layout cell vertical alignment from the parent ColumnLayout.
setVAlign ColumnLayoutCell.setVAlign( vAlign ) Sets vertical alignment, overriding the layout cell vertical alignment from the parent ColumnLayout.

PaddingStyleProperties Functions

getAllPadding ColumnLayoutCell.getAllPadding( ) Single PaddingStyleProperties size value used for top, bottom, left and right padding.
setAllPadding ColumnLayoutCell.setAllPadding( allPadding ) Sets the PaddingStyleProperties size value used for top, bottom, left and right padding.
getBottomPadding ColumnLayoutCell.getBottomPadding( ) Bottom PaddingStyleProperties size value.
setBottomPadding ColumnLayoutCell.setBottomPadding( bottomPadding ) Sets the bottom PaddingStyleProperties size value.
getLeftPadding ColumnLayoutCell.getLeftPadding( ) Left PaddingStyleProperties size value.
setLeftPadding ColumnLayoutCell.setLeftPadding( leftPadding ) Sets the left PaddingStyleProperties size value.
getRightPadding ColumnLayoutCell.getRightPadding( ) Right PaddingStyleProperties size value.
setRightPadding ColumnLayoutCell.setRightPadding( rightPadding ) Sets the right PaddingStyleProperties size value.
getTopPadding ColumnLayoutCell.getTopPadding( ) Top PaddingStyleProperties size value.
setTopPadding ColumnLayoutCell.setTopPadding( topPadding ) Sets the top PaddingStyleProperties size value.