|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContainer | |
---|---|
wheel | |
wheel.components | |
wheel.testing |
Uses of IContainer in wheel |
---|
Classes in wheel that implement IContainer | |
---|---|
class |
ErrorPage
Displays all unhandled exceptions if no error mapping or error page has been set in IEngine for the current request cycle. |
Uses of IContainer in wheel.components |
---|
Subinterfaces of IContainer in wheel.components | |
---|---|
interface |
IBuildableComponent
Defines the contract for components that have a build-phase. |
Classes in wheel.components that implement IContainer | |
---|---|
class |
Block
Block is an all-purpose component that is used whenever you need a component that holds other (html) components. |
class |
CheckboxGroup
CheckboxGroup makes it possible to select objects with checkboxes from an ISelectModel. |
class |
Form
Represents an HTML form. |
class |
Label
Label is a component that is used whenever you need to output text. |
class |
Link
Represents a link either to another page inside the application or to an external URL. |
class |
RadioGroup
A form element that makes it possible to choose a single object from a collection of objects using radio buttons. |
class |
Select
A form element that makes it possible to choose a single object or multiple objects (using multiselect mode) from a collection of objects using the <select> element. |
class |
SelectModelFormElement
|
class |
StandaloneComponent
Defines the contract for complex components. |
class |
Table
An XHTML-table that uses thead, tbody and tfoot. |
class |
TableBlock
A special case of a Block component that is used internally inside a Table-component. |
class |
TableRow
A component that represents a row in a table. |
Uses of IContainer in wheel.testing |
---|
Classes in wheel.testing that implement IContainer | |
---|---|
class |
MockPage
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |