VerticalBoxLayoutCell

The VerticalBoxLayoutCell interface provides the ability to override properties from the parent control's VerticalBoxLayout;

Further documentation.

VerticalBoxLayoutCell Functions

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