Layout
FinalYes
Layout of the column and its cells.
Table of Contents
Methods
- __construct() : mixed
- getCellAttributes() : Attributes
- Columns cells attributes.
- getContainerAttributes() : Attributes
- Column container attributes.
- isHasLeftAlignedCounter() : bool
- Has counter with left align?
- setHasLeftAlignedCounter() : self
- Sets has counter with left align.
Methods
__construct()
public
__construct(Column $column) : mixed
Parameters
- $column : Column
getCellAttributes()
Columns cells attributes.
public
getCellAttributes() : Attributes
Return values
AttributesgetContainerAttributes()
Column container attributes.
public
getContainerAttributes() : Attributes
Return values
AttributesisHasLeftAlignedCounter()
Has counter with left align?
public
isHasLeftAlignedCounter() : bool
Return values
boolsetHasLeftAlignedCounter()
Sets has counter with left align.
public
setHasLeftAlignedCounter(bool $value) : self
Parameters
- $value : bool