|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\LegalDocuments\TableConfig:
Collaboration diagram for ILIAS\LegalDocuments\TableConfig:Public Member Functions | |
| setTitle (string $a_title, string $a_icon="", string $a_icon_alt="") | |
| setExternalSorting (bool $a_val) | |
| setDefaultOrderField (string $a_defaultorderfield) | |
| setDefaultOrderDirection (string $a_defaultorderdirection) | |
| setSelectableColumns (... $names) | |
| addMultiCommand (string $a_cmd, string $a_text) | |
| addCommandButton (string $a_cmd, string $a_text, string $a_onclick='', string $a_id="", string $a_class="") | |
| asFilter (string $reset_command) | |
Definition at line 27 of file TableConfig.php.
| ILIAS\LegalDocuments\TableConfig::addCommandButton | ( | string | $a_cmd, |
| string | $a_text, | ||
| string | $a_onclick = '', |
||
| string | $a_id = "", |
||
| string | $a_class = "" |
||
| ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
Referenced by ILIAS\LegalDocuments\Table\EditableDocumentTable\config().
Here is the caller graph for this function:| ILIAS\LegalDocuments\TableConfig::addMultiCommand | ( | string | $a_cmd, |
| string | $a_text | ||
| ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
Referenced by ILIAS\LegalDocuments\Table\EditableDocumentTable\config().
Here is the caller graph for this function:| ILIAS\LegalDocuments\TableConfig::asFilter | ( | string | $reset_command | ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
Referenced by ILIAS\LegalDocuments\Table\HistoryTable\config().
Here is the caller graph for this function:| ILIAS\LegalDocuments\TableConfig::setDefaultOrderDirection | ( | string | $a_defaultorderdirection | ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
Referenced by ILIAS\LegalDocuments\Table\HistoryTable\config().
Here is the caller graph for this function:| ILIAS\LegalDocuments\TableConfig::setDefaultOrderField | ( | string | $a_defaultorderfield | ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
Referenced by ILIAS\LegalDocuments\Table\HistoryTable\config().
Here is the caller graph for this function:| ILIAS\LegalDocuments\TableConfig::setExternalSorting | ( | bool | $a_val | ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
| ILIAS\LegalDocuments\TableConfig::setSelectableColumns | ( | $names | ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
Referenced by ILIAS\LegalDocuments\Table\DocumentTable\config(), and ILIAS\LegalDocuments\Table\HistoryTable\config().
Here is the caller graph for this function:| ILIAS\LegalDocuments\TableConfig::setTitle | ( | string | $a_title, |
| string | $a_icon = "", |
||
| string | $a_icon_alt = "" |
||
| ) |
Implemented in ILIAS\LegalDocuments\SmoothTableConfig.
Referenced by ILIAS\LegalDocuments\Table\DocumentTable\config(), and ILIAS\LegalDocuments\Table\HistoryTable\config().
Here is the caller graph for this function: