ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\UI\Component\ViewControl\Section Interface Reference

This describes a Section Control. More...

+ Inheritance diagram for ILIAS\UI\Component\ViewControl\Section:
+ Collaboration diagram for ILIAS\UI\Component\ViewControl\Section:

Public Member Functions

 getPreviousActions ()
 Returns the action executed by clicking on previous. More...
 
 getNextActions ()
 Returns the action executed by clicking on next. More...
 
 getSelectorButton ()
 Returns the Default- or Month Button placed in the middle of the control. More...
 
- Public Member Functions inherited from ILIAS\UI\Component\Component
 getCanonicalName ()
 Get the canonical name of the component. More...
 
 reduceWith (\Closure $fn)
 The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More...
 

Detailed Description

This describes a Section Control.

Definition at line 29 of file Section.php.

Member Function Documentation

◆ getNextActions()

ILIAS\UI\Component\ViewControl\Section::getNextActions ( )

Returns the action executed by clicking on next.

◆ getPreviousActions()

ILIAS\UI\Component\ViewControl\Section::getPreviousActions ( )

Returns the action executed by clicking on previous.

◆ getSelectorButton()

ILIAS\UI\Component\ViewControl\Section::getSelectorButton ( )

Returns the Default- or Month Button placed in the middle of the control.

Returns
Component the Default- or Month Button placed in the middle of the control

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