ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NoUIFactory Class Reference
+ Inheritance diagram for NoUIFactory:
+ Collaboration diagram for NoUIFactory:

Public Member Functions

 counter ()
 
 button ()
 
 card ()
 
 deck (array $cards)
 
 listing ()
 
 image ()
 
 legacy ()
 
 panel ()
 
 modal ()
 
 progress ()
 
 dropzone ()
 
 popover ()
 
 divider ()
 
 link ()
 
 dropdown ()
 
 item ()
 
 viewControl ()
 
 breadcrumbs (array $crumbs)
 
 chart ()
 
 input ()
 
 table ()
 
 messageBox ()
 
 layout ()
 
 mainControls ()
 
 tree ()
 
 menu ()
 
 symbol ()
 
 toast ()
 
 player ()
 
 launcher ()
 
 helpTopics (string ... $topic)
 
 entity ()
 
 prompt ()
 
 navigation ()
 
 counter ()
 
 button ()
 
 card ()
 
 deck (array $cards)
 
 listing ()
 
 image ()
 
 player ()
 
 legacy ()
 
 panel ()
 
 modal ()
 
 progress ()
 
 dropzone ()
 
 popover ()
 
 divider ()
 
 link ()
 
 dropdown ()
 
 item ()
 
 viewControl ()
 
 breadcrumbs (array $crumbs)
 
 chart ()
 
 input ()
 
 table ()
 
 messageBox ()
 
 layout ()
 
 mainControls ()
 
 tree ()
 
 menu ()
 
 symbol ()
 
 toast ()
 
 launcher ()
 
 entity ()
 
 prompt ()
 
 navigation ()
 
- Public Member Functions inherited from ILIAS\Data\Color\Factory
 build ($value)
 Determine type of input and validate it, then build a color. More...
 

Detailed Description

Definition at line 58 of file Base.php.

Member Function Documentation

◆ breadcrumbs()

NoUIFactory::breadcrumbs ( array  $crumbs)

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 111 of file Base.php.

111 : I\Breadcrumbs\Breadcrumbs
112 {
113 }

◆ button()

NoUIFactory::button ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Reimplemented in WithNoUIFactories, WithButtonNoUIFactory, and WithButtonAndSymbolButNoUIFactory.

Definition at line 63 of file Base.php.

63 : I\Button\Factory
64 {
65 }

◆ card()

NoUIFactory::card ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 66 of file Base.php.

66 : I\Card\Factory
67 {
68 }

◆ chart()

NoUIFactory::chart ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 114 of file Base.php.

114 : I\Chart\Factory
115 {
116 }

◆ counter()

NoUIFactory::counter ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 60 of file Base.php.

60 : I\Counter\Factory
61 {
62 }

◆ deck()

NoUIFactory::deck ( array  $cards)

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 69 of file Base.php.

69 : I\Deck\Deck
70 {
71 }

◆ divider()

NoUIFactory::divider ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 96 of file Base.php.

96 : I\Divider\Factory
97 {
98 }

◆ dropdown()

NoUIFactory::dropdown ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 102 of file Base.php.

102 : I\Dropdown\Factory
103 {
104 }

◆ dropzone()

NoUIFactory::dropzone ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 90 of file Base.php.

90 : I\Dropzone\Factory
91 {
92 }

◆ entity()

NoUIFactory::entity ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 153 of file Base.php.

153 : I\Entity\Factory
154 {
155 }

◆ helpTopics()

NoUIFactory::helpTopics ( string ...  $topic)

Definition at line 150 of file Base.php.

150 : array
151 {
152 }

◆ image()

NoUIFactory::image ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 75 of file Base.php.

75 : I\Image\Factory
76 {
77 }

◆ input()

NoUIFactory::input ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 117 of file Base.php.

117 : I\Input\Factory
118 {
119 }

◆ item()

NoUIFactory::item ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 105 of file Base.php.

105 : I\Item\Factory
106 {
107 }

◆ launcher()

NoUIFactory::launcher ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 147 of file Base.php.

147 : I\Launcher\Factory
148 {
149 }

◆ layout()

NoUIFactory::layout ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 126 of file Base.php.

126 : I\Layout\Factory
127 {
128 }

◆ legacy()

NoUIFactory::legacy ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Reimplemented in FilterInputsTestNoUIFactories, and WithNoUIFactories.

Definition at line 78 of file Base.php.

78 : I\Legacy\Factory
79 {
80 }

◆ link()

NoUIFactory::link ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 99 of file Base.php.

99 : I\Link\Factory
100 {
101 }

◆ listing()

NoUIFactory::listing ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Reimplemented in WithNoUIFactories.

Definition at line 72 of file Base.php.

72 : I\Listing\Factory
73 {
74 }

◆ mainControls()

NoUIFactory::mainControls ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 129 of file Base.php.

129 : I\MainControls\Factory
130 {
131 }

◆ menu()

NoUIFactory::menu ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 135 of file Base.php.

135 : I\Menu\Factory
136 {
137 }

◆ messageBox()

NoUIFactory::messageBox ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 123 of file Base.php.

123 : I\MessageBox\Factory
124 {
125 }

◆ modal()

NoUIFactory::modal ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 84 of file Base.php.

84 : I\Modal\Factory
85 {
86 }

◆ navigation()

NoUIFactory::navigation ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 159 of file Base.php.

159 : I\Navigation\Factory
160 {
161 }

◆ panel()

NoUIFactory::panel ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 81 of file Base.php.

81 : I\Panel\Factory
82 {
83 }

◆ player()

NoUIFactory::player ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 144 of file Base.php.

144 : I\Player\Factory
145 {
146 }

◆ popover()

NoUIFactory::popover ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Reimplemented in FilterInputsTestNoUIFactories, and WithNoUIFactories.

Definition at line 93 of file Base.php.

93 : I\Popover\Factory
94 {
95 }

◆ progress()

NoUIFactory::progress ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 87 of file Base.php.

87 : I\Progress\Factory
88 {
89 }

◆ prompt()

NoUIFactory::prompt ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 156 of file Base.php.

156 : I\Prompt\Factory
157 {
158 }

◆ symbol()

NoUIFactory::symbol ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Reimplemented in FilterInputsTestNoUIFactories, WithNoUIFactories, and WithButtonAndSymbolButNoUIFactory.

Definition at line 138 of file Base.php.

138 : I\Symbol\Factory
139 {
140 }

◆ table()

NoUIFactory::table ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 120 of file Base.php.

120 : I\Table\Factory
121 {
122 }

◆ toast()

NoUIFactory::toast ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 141 of file Base.php.

141 : I\Toast\Factory
142 {
143 }

◆ tree()

NoUIFactory::tree ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 132 of file Base.php.

132 : I\Tree\Factory
133 {
134 }

◆ viewControl()

NoUIFactory::viewControl ( )

Implements ILIAS\UI\Implementation\FactoryInternal.

Definition at line 108 of file Base.php.

108 : I\ViewControl\Factory
109 {
110 }

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