ILIAS  trunk Revision v11.0_alpha-1871-gde1fee8db3d
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\LegalDocuments\TableConfig Interface Reference
+ 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 (string ... $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)
 

Detailed Description

Definition at line 23 of file TableConfig.php.

Member Function Documentation

◆ addCommandButton()

ILIAS\LegalDocuments\TableConfig::addCommandButton ( string  $a_cmd,
string  $a_text,
string  $a_onclick = '',
string  $a_id = "",
string  $a_class = "" 
)

◆ addMultiCommand()

ILIAS\LegalDocuments\TableConfig::addMultiCommand ( string  $a_cmd,
string  $a_text 
)

◆ asFilter()

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:

◆ setDefaultOrderDirection()

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:

◆ setDefaultOrderField()

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:

◆ setExternalSorting()

ILIAS\LegalDocuments\TableConfig::setExternalSorting ( bool  $a_val)

◆ setSelectableColumns()

ILIAS\LegalDocuments\TableConfig::setSelectableColumns ( string ...  $names)

Implemented in ILIAS\LegalDocuments\SmoothTableConfig.

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\config().

+ Here is the caller graph for this function:

◆ setTitle()

ILIAS\LegalDocuments\TableConfig::setTitle ( string  $a_title,
string  $a_icon = "",
string  $a_icon_alt = "" 
)

Implemented in ILIAS\LegalDocuments\SmoothTableConfig.

Referenced by ILIAS\LegalDocuments\Table\HistoryTable\config().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: