ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Table\DataRow Interface Reference
+ Inheritance diagram for ILIAS\UI\Component\Table\DataRow:
+ Collaboration diagram for ILIAS\UI\Component\Table\DataRow:

Public Member Functions

 getId ()
 
 withDisabledAction (string $action_id, bool $disable=true)
 Refer to an Action by its id and disable it for this row/record only. More...
 
 getColumns ()
 
 getActions ()
 
 getCellContent (string $col_id)
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 getCanonicalName ()
 Get the canonical name of the component. More...
 

Detailed Description

Definition at line 27 of file DataRow.php.

Member Function Documentation

◆ getActions()

ILIAS\UI\Component\Table\DataRow::getActions ( )
Returns
array<string, Action>

Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.

◆ getCellContent()

ILIAS\UI\Component\Table\DataRow::getCellContent ( string  $col_id)

◆ getColumns()

ILIAS\UI\Component\Table\DataRow::getColumns ( )
Returns
array<string, Column>

Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.

◆ getId()

ILIAS\UI\Component\Table\DataRow::getId ( )

◆ withDisabledAction()

ILIAS\UI\Component\Table\DataRow::withDisabledAction ( string  $action_id,
bool  $disable = true 
)

Refer to an Action by its id and disable it for this row/record only.

Implemented in ILIAS\UI\Implementation\Component\Table\DataRow.

Referenced by ILIAS\Test\Participants\ParticipantTableActions\onDataRow(), and ILIAS\Test\Questions\Presentation\QuestionsTableActions\setDisabledActions().

+ Here is the caller graph for this function:

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