NumberNumberNumberNumberNumberNumberGridGridGridGridGridGridNumberGet the Column
Kind: Instance method of Grid
Returns: Number - the KEY_COLUMN value
NumberGet the ColumnSpan
Kind: Instance method of Grid
Returns: Number - the KEY_COLUMN_SPAN value
NumberGet the Level
Kind: Instance method of Grid
Returns: Number - the KEY_LEVEL value
NumberGet the LevelSpan
Kind: Instance method of Grid
Returns: Number - the KEY_LEVEL_SPAN value
NumberGet the Row
Kind: Instance method of Grid
Returns: Number - the KEY_ROW value
NumberGet the RowSpan
Kind: Instance method of Grid
Returns: Number - the KEY_ROW_SPAN value
GridSet the Column
Kind: Instance method of Grid
Returns: Grid - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| col | Number |
The desired Column. {'num_min_value': -1, 'num_max_value': 100} |
GridSet the ColumnSpan
Kind: Instance method of Grid
Returns: Grid - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| colspan | Number |
The desired ColumnSpan. {'default_value': 1, 'num_min_value': 1, 'num_max_value': 100} |
GridSet the Level
Kind: Instance method of Grid
Returns: Grid - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| level | Number |
The desired Level. {'default_value': 0, 'num_min_value': -1, 'num_max_value': 100} |
GridSet the LevelSpan
Kind: Instance method of Grid
Returns: Grid - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| levelspan | Number |
The desired LevelSpan. {'default_value': 1, 'num_min_value': 1, 'num_max_value': 100} |