19 declare(strict_types=1);
30 protected I\Counter\
Factory $counter_factory,
32 protected I\Listing\
Factory $listing_factory,
34 protected I\Player\
Factory $player_factory,
35 protected I\Panel\
Factory $panel_factory,
36 protected I\Modal\
Factory $modal_factory,
37 protected I\Progress\
Factory $progress_factory,
38 protected I\Dropzone\
Factory $dropzone_factory,
39 protected I\Popover\
Factory $popover_factory,
40 protected I\Divider\
Factory $divider_factory,
42 protected I\Dropdown\
Factory $dropdown_factory,
43 protected I\Item\
Factory $item_factory,
44 protected I\ViewControl\
Factory $viewcontrol_factory,
46 protected I\Input\
Factory $input_factory,
48 protected I\MessageBox\
Factory $messagebox_factory,
50 protected I\Layout\
Factory $layout_factory,
51 protected I\MainControls\
Factory $maincontrols_factory,
53 protected I\Menu\
Factory $menu_factory,
54 protected I\Symbol\
Factory $symbol_factory,
55 protected I\Toast\
Factory $toast_factory,
56 protected I\Legacy\
Factory $legacy_factory,
58 protected I\Entity\
Factory $entity_factory,
65 return $this->counter_factory;
70 return $this->button_factory;
75 return $this->card_factory;
85 return $this->listing_factory;
90 return $this->image_factory;
95 return $this->player_factory;
100 return $this->legacy_factory;
105 return $this->panel_factory;
110 return $this->modal_factory;
115 return $this->progress_factory;
120 return $this->dropzone_factory;
125 return $this->popover_factory;
130 return $this->divider_factory;
135 return $this->link_factory;
140 return $this->dropdown_factory;
145 return $this->item_factory;
150 return $this->viewcontrol_factory;
160 return $this->chart_factory;
165 return $this->input_factory;
170 return $this->table_factory;
175 return $this->messagebox_factory;
180 return $this->layout_factory;
185 return $this->maincontrols_factory;
190 return $this->tree_factory;
195 return $this->menu_factory;
200 return $this->symbol_factory;
205 return $this->toast_factory;
211 fn($t) =>
new Help\
Topic($t),
218 return $this->launcher_factory;
223 return $this->entity_factory;
228 return $this->prompt_factory;
link()
description: purpose: > Links are used navigate to other resources or views of the system by clickin...
input()
description: purpose: > In opposite to components with a purely receptive or at most navigational ch...
deck(array $cards)
description: purpose: > Decks are used to display multiple Cards in a grid.
This is just a class that marks a string as a help topic.
symbol()
description: purpose: > Symbols are graphical representations of concepts or contexts quickly compre...
menu()
description: purpose: > Menus let the user choose from several (navigational) options.
__construct(protected I\Counter\Factory $counter_factory, protected I\Button\Factory $button_factory, protected I\Listing\Factory $listing_factory, protected I\Image\Factory $image_factory, protected I\Player\Factory $player_factory, protected I\Panel\Factory $panel_factory, protected I\Modal\Factory $modal_factory, protected I\Progress\Factory $progress_factory, protected I\Dropzone\Factory $dropzone_factory, protected I\Popover\Factory $popover_factory, protected I\Divider\Factory $divider_factory, protected I\Link\Factory $link_factory, protected I\Dropdown\Factory $dropdown_factory, protected I\Item\Factory $item_factory, protected I\ViewControl\Factory $viewcontrol_factory, protected I\Chart\Factory $chart_factory, protected I\Input\Factory $input_factory, protected I\Table\Factory $table_factory, protected I\MessageBox\Factory $messagebox_factory, protected I\Card\Factory $card_factory, protected I\Layout\Factory $layout_factory, protected I\MainControls\Factory $maincontrols_factory, protected I\Tree\Factory $tree_factory, protected I\Menu\Factory $menu_factory, protected I\Symbol\Factory $symbol_factory, protected I\Toast\Factory $toast_factory, protected I\Legacy\Factory $legacy_factory, protected I\launcher\Factory $launcher_factory, protected I\Entity\Factory $entity_factory, protected I\Prompt\Factory $prompt_factory,)
prompt()
description: purpose: > A Prompt requires a user to make some inputs to the system, like making choices, acknowleding an important information or filling out a form.
progress()
description: purpose: > A Progress component is designed to represent the users advancement within a...
legacy()
description: purpose: > legacy components are used as provisional elements in the UI framework while...
chart()
description: purpose: > Charts are used to graphically represent data in various forms such as maps...
helpTopics(string ... $topics)
description: purpose: > Help Topics can be attached to certain components.
tree()
description: purpose: > Trees present hierarchically structured data.
table()
description: purpose: > Tables present a set of uniformly structured data.
listing()
description: purpose: > Listings are used to structure itemised textual information.
layout()
description: purpose: > Layout components are components used for the overall construction of the us...
popover()
description: purpose: > Popovers can be used when space is scarce i.e.
dropdown()
description: purpose: > Dropdowns reveal a list of interactions that change the system’s status or ...
dropzone()
description: purpose: > Dropzones are containers used to drop either files or other HTML elements...
divider()
description: purpose: > A divider marks a thematic change in a sequence of other components...
toast()
description: purpose: Toasts are temporary messages from the system published to the user...
card()
description: purpose: > A card is a flexible content container for small chunks of structured data...
counter()
description: purpose: > Counter inform users about the quantity of items indicated by a glyph...
viewControl()
description: purpose: > View Controls switch between different visualisation of data.
mainControls()
description: purpose: > Main Controls are components that are always usable, depending only on overa...
image()
description: purpose: The Image component is used to display images of various sources.
launcher()
description: purpose: > The Launcher starts an object, a process or a workflow.
breadcrumbs(array $crumbs)
description: purpose: > Breadcrumbs is a supplemental navigation scheme.
item()
description: purpose: > An item displays a unique entity within the system.
modal()
description: purpose: The Modal forces users to focus on the task at hand.
entity()
description: purpose: > An Entity displays information about entities within the system...
button()
description: purpose: > Buttons trigger interactions that change the system’s or view's status...
panel()
description: purpose: > Panels are used to group titled content.
messageBox()
description: purpose: > Message Boxes inform the user about the state of the system or an ongoing us...
player()
description: purpose: > The Player component is used to play and control a media source...