HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Attributes | |
$buttonSize = 'mini' | |
$viewButtonContext = 'info' | |
$updateButtonContext = 'warning' | |
$deleteButtonContext = 'danger' | |
Public Attributes inherited from TbButtonColumn | |
$viewButtonIcon = 'eye-open' | |
$updateButtonIcon = 'pencil' | |
$deleteButtonIcon = 'trash' |
Protected Member Functions | |
initDefaultButtons () | |
renderButton ($id, $button, $row, $data) | |
renderDataCellContent ($row, $data) |
Definition at line 19 of file TbButtonGroupColumn.php.
|
protected |
Initializes the default buttons (view, update and delete).
Reimplemented from TbButtonColumn.
Definition at line 46 of file TbButtonGroupColumn.php.
|
protected |
Renders a link button.
string | $id | the ID of the button |
array | $button | the button configuration which may contain 'label', 'url', 'imageUrl' and 'options' elements. |
integer | $row | the row number (zero-based) |
mixed | $data | the data object associated with the row |
Reimplemented from TbButtonColumn.
Definition at line 72 of file TbButtonGroupColumn.php.
|
protected |
Renders the data cell content. This method renders the view, update and delete buttons in the data cell.
integer | $row | the row number (zero-based) |
mixed | $data | the data associated with the row |
Definition at line 125 of file TbButtonGroupColumn.php.
TbButtonGroupColumn::$buttonSize = 'mini' |
Definition at line 24 of file TbButtonGroupColumn.php.
TbButtonGroupColumn::$deleteButtonContext = 'danger' |
Definition at line 39 of file TbButtonGroupColumn.php.
TbButtonGroupColumn::$updateButtonContext = 'warning' |
Definition at line 34 of file TbButtonGroupColumn.php.
TbButtonGroupColumn::$viewButtonContext = 'info' |
Definition at line 29 of file TbButtonGroupColumn.php.