|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\UI\Component\Item\Standard:
Collaboration diagram for ILIAS\UI\Component\Item\Standard:Public Member Functions | |
| withColor (Color $color) | |
| Set a color. More... | |
| getColor () | |
| Return the given color. More... | |
| withLeadImage (Image $image) | |
| Set image as lead. More... | |
| withAudioPlayer (Audio $audio) | |
| Set audio player. More... | |
| withLeadIcon (Icon $icon) | |
| Set icon as lead. More... | |
| withLeadAvatar (Avatar $avatar) | |
| Set avatar as lead. More... | |
| withLeadText (string $text) | |
| Set image as lead. More... | |
| withNoLead () | |
| Reset lead to null. More... | |
| getLead () | |
| getAudioPlayer () | |
| withProgress (ProgressMeter $chart) | |
| Set progress meter chart. More... | |
| getProgress () | |
| withActions (DropdownStandard $actions) | |
| Create a new appointment item with a set of actions to perform on it. More... | |
| getActions () | |
| Get the actions of the item. More... | |
| withMainAction (ButtonStandard|LinkStandard $button) | |
| getMainAction () | |
Public Member Functions inherited from ILIAS\UI\Component\Item\Item | |
| getTitle () | |
| Gets the title of the item. More... | |
| withDescription (string $description) | |
| Create a new item with an attached description. More... | |
| getDescription () | |
| Get the description of the item. More... | |
| withProperties (array $properties) | |
| Get a new item with the given properties as key-value pairs. More... | |
| getProperties () | |
| Get the properties of the appointment. 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... | |
Definition at line 37 of file Standard.php.
| ILIAS\UI\Component\Item\Standard::getActions | ( | ) |
Get the actions of the item.
| ILIAS\UI\Component\Item\Standard::getAudioPlayer | ( | ) |
| ILIAS\UI\Component\Item\Standard::getColor | ( | ) |
Return the given color.
| ILIAS\UI\Component\Item\Standard::getLead | ( | ) |
| ILIAS\UI\Component\Item\Standard::getMainAction | ( | ) |
| ILIAS\UI\Component\Item\Standard::getProgress | ( | ) |
| ILIAS\UI\Component\Item\Standard::withActions | ( | DropdownStandard | $actions | ) |
Create a new appointment item with a set of actions to perform on it.
| ILIAS\UI\Component\Item\Standard::withAudioPlayer | ( | Audio | $audio | ) |
Set audio player.
| ILIAS\UI\Component\Item\Standard::withColor | ( | Color | $color | ) |
Set a color.
| ILIAS\UI\Component\Item\Standard::withLeadAvatar | ( | Avatar | $avatar | ) |
Set avatar as lead.
| ILIAS\UI\Component\Item\Standard::withLeadIcon | ( | Icon | $icon | ) |
Set icon as lead.
| ILIAS\UI\Component\Item\Standard::withLeadImage | ( | Image | $image | ) |
Set image as lead.
| ILIAS\UI\Component\Item\Standard::withLeadText | ( | string | $text | ) |
Set image as lead.
| ILIAS\UI\Component\Item\Standard::withMainAction | ( | ButtonStandard|LinkStandard | $button | ) |
| ILIAS\UI\Component\Item\Standard::withNoLead | ( | ) |
Reset lead to null.
| ILIAS\UI\Component\Item\Standard::withProgress | ( | ProgressMeter | $chart | ) |
Set progress meter chart.