Constructor
new SimpleTableCell(…args)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args |
* |
<repeatable> |
parent class parameters |
Extends
Methods
getRow() → {qui.tables.TableRow}
Return the owning row.
- Overrides:
- Source:
Returns:
- Type
- qui.tables.TableRow
getValue() → {*}
Return the current value.
- Overrides:
- Source:
Returns:
- Type
- *
hide()
Hide the cell.
- Overrides:
- Source:
isSelected()
Tell if cell is selected or not.
- Overrides:
- Source:
(abstract) makeContent() → {jQuery}
Implement this method to create the actual table cell content.
- Overrides:
- Source:
Returns:
- Type
- jQuery
setRow(row)
Set the owning row.
Parameters:
Name | Type | Description |
---|---|---|
row |
qui.tables.TableRow |
- Overrides:
- Source:
setSelected(selected)
Select or deselect cell.
Parameters:
Name | Type | Description |
---|---|---|
selected |
Boolean |
- Overrides:
- Source:
setSelectMode(selectMode)
Set select mode. This is internally called by owning qui.tables.TableRow
.
Parameters:
Name | Type | Description |
---|---|---|
selectMode |
String | one of: |
- Overrides:
- Source:
setValue(value)
Set the current value.
Parameters:
Name | Type | Description |
---|---|---|
value |
* |
- Overrides:
- Source:
show()
Show the cell.
- Overrides:
- Source:
(abstract) showValue(value)
Implement this method to display the value in the cell content.
Parameters:
Name | Type | Description |
---|---|---|
value |
* |
- Overrides:
- Source: