getActions()
Get the actions of the item.
getTitle()
Gets the title of the item.
withLeadImage(\ILIAS\UI\Component\Image\Image $image)
Set image as lead.
withActions(\ILIAS\UI\Component\Dropdown\Standard $actions)
Create a new appointment item with a set of actions to perform on it.
withLeadText($text)
Set image as lead.
withColor(\ILIAS\Data\Color $a_color)
Set a color.
A component is the most general form of an entity in the UI.
withDescription($description)
Create a new item with an attached description.
Common interface to all items.
getDescription()
Get the description of the item.
Create styles array
The data for the language used.
getProperties()
Get the properties of the appointment.
withProperties(array $properties)
Get a new item with the given properties as key-value pairs.
withNoLead()
Reset lead to null.