ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Section.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
4 
6 
7 use \ILIAS\UI\Component\Component;
8 
12 interface Section extends Component
13 {
14 
20  public function getPreviousActions();
21 
27  public function getNextActions();
28 
34  public function getSelectorButton();
35 }
getSelectorButton()
Returns the Default- or Month Button placed in the middle of the control.
This describes a Section Control.
Definition: Section.php:12
getPreviousActions()
Returns the action executed by clicking on previous.
getNextActions()
Returns the action executed by clicking on next.