HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Attributes | |
$viewButtonIcon = 'eye-open' | |
$updateButtonIcon = 'pencil' | |
$deleteButtonIcon = 'trash' |
Protected Member Functions | |
initDefaultButtons () | |
renderButton ($id, $button, $row, $data) |
Definition at line 20 of file TbButtonColumn.php.
|
protected |
Initializes the default buttons (view, update and delete).
Reimplemented in TbJsonButtonColumn, and TbButtonGroupColumn.
Definition at line 42 of file TbButtonColumn.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 in TbButtonGroupColumn.
Definition at line 67 of file TbButtonColumn.php.
TbButtonColumn::$deleteButtonIcon = 'trash' |
Definition at line 35 of file TbButtonColumn.php.
TbButtonColumn::$updateButtonIcon = 'pencil' |
Definition at line 30 of file TbButtonColumn.php.
TbButtonColumn::$viewButtonIcon = 'eye-open' |
Definition at line 25 of file TbButtonColumn.php.