| 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. |
ColumnLayoutCellinterface provides the ability to override properties from the parent control's ColumnLayout;Further documentation.