Package | Description |
---|---|
org.universAAL.middleware.ui.rdf | |
org.universAAL.ui.handler.web.html | |
org.universAAL.ui.handler.web.html.model |
Modifier and Type | Class and Description |
---|---|
class |
ChoiceItem
A special case of
labels with an associated value suitable for
usage as a leaf entry in a hierarchy of possible choices. |
class |
ChoiceList
|
class |
Form
Forms can be used to describe dialogs in a modality- & layout-neutral way.
|
class |
FormControl
The structural unit of forms that may bear information to be presented to
human users and / or serve as a placeholder for user input.
|
class |
Group
The structural unit of forms that serves as a container for other form
controls.
|
class |
Input
The abstract class for all types of form controls that serve as a placeholder
for possible user input.
|
class |
InputField
The default
Input control. |
class |
Label
The type of possible values for
FormControl.PROP_CONTROL_LABEL . |
class |
MediaObject
An
Output control for presenting media (content that goes beyond
plain text). |
class |
Output
The abstract class for all types of form controls that bear information to be
presented to human users.
|
class |
Range
A range control should be used as placeholder for such user input that must
belong to an ordered set of values between a known minimum value and a known
maximum value.
|
class |
Repeat
A subclass of
Group whose children are all of the same type. |
class |
Select
An input control to be used if the user input is restricted to a fixed list
of acceptable values.
|
class |
Select1
A subclass of
Select that allows only one selection. |
class |
SimpleOutput
The default
Output control containing info in form of plain text or
another simple type supported by
TypeMapper . |
class |
SubdialogTrigger
A subclass of
Submit that does not finish the current dialog but
starts a subdialog, normally used for viewing or editing complex data that
was represented in the main dialog in a summarized way or in way not suitable
for editing. |
class |
Submit
Represents a button in the form that finishes the dialog represented by that
form.
|
class |
TextArea
An input control for getting larger text input.
|
Modifier and Type | Method and Description |
---|---|
Model |
ModelMapper.getModelFor(FormElement fe)
get
Model for a given FormElement . |
Modifier and Type | Field and Description |
---|---|
protected FormElement |
Model.fe
the
FormElement for which this model represents. |
Modifier and Type | Method and Description |
---|---|
FormElement |
Model.getFormElement()
get the
FormElement associated to this Model. |
Modifier and Type | Method and Description |
---|---|
protected Model |
GroupModel.getModelFor(FormElement e) |
Constructor and Description |
---|
Model(FormElement fe,
HTMLUserGenerator render) |
RecommendationModel(FormElement fe) |
Copyright © 2018 universAAL Consortium. All rights reserved.