Class: GridLayout

GridLayout()

new GridLayout()

This class is used to create a tabular structure that can house charts and values.
Source:

Methods

(static) create() → {GridLayout}

This function is used to return an instance of GridLayout
Source:
Returns:
Instance of grid layout.
Type
GridLayout

(static) defaultConfig() → {Object}

Returns initialconfiguration for grid layout
Source:
Returns:
Returns initial configuration for grid layout
Type
Object

(static) defaultMeasurement() → {Object}

Returns initial set of measurements for the grid layout
Source:
Returns:
Returns initial set of measurements
Type
Object

(static) matrices(matrices) → {Object}

Sets/Gets the matrices for the layout
Parameters:
Name Type Description
matrices Array Set of matrices
Source:
Returns:
Getter/Setter
Type
Object

(static) renderGrid() → {Object}

Renders the layout
Source:
Returns:
current instance
Type
Object

(static) triggerReflow() → {Object}

Triggers the computations for the layout based on the matrices available This causes a reflow in the entire layout system.
Source:
Returns:
Layout instance
Type
Object