Package | Description |
---|---|
org.universAAL.middleware.ui.rdf | |
org.universAAL.ui.handler.gui.swing |
universAAL connector (
UIHandler ) and the Handler's core features. |
org.universAAL.ui.handler.gui.swing.model |
The Model contains all the Classes that translate from the IO RDF into Swing components.
|
org.universAAL.ui.handler.gui.swing.model.FormControl |
The Models for all
FormControl s in the IO RDF. |
org.universAAL.ui.handler.gui.swing.model.FormControl.support |
Support Classes for modeling and behavior
FormControl s. |
org.universAAL.ui.handler.gui.swing.model.FormControl.swingModel |
Specialized custom Swing models.
|
org.universAAL.ui.handler.web.html.model |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
---|---|
FormControl[] |
Group.getChildren() |
FormControl |
Form.getCurrentFocusedControl() |
FormControl[] |
Submit.getRelatedControls()
Supports UI handlers that process a form by breaking it into several
"subdialog"s, one for each alternative submission, by returning all of
the UI controls that are somehow related to this submit.
|
FormControl |
Repeat.getSearchableField() |
FormControl |
Form.searchFormControl(String formControlURI)
look for a FormControl within the form with the given URI.
|
FormControl |
Group.searchFormControl(String formControlURI)
look for a FormControl within the group with the given URI.
|
FormControl |
Repeat.searchFormControl(String formControlURI) |
Modifier and Type | Method and Description |
---|---|
List |
Repeat.getAllValues(FormControl fc)
If the given form control is a column in this repeat control, this method
returns the list of all values in that column in the order of their
appearance in the list of values associated with this repeat control.
|
void |
Form.setCurrentFocusedControl(FormControl fc) |
void |
Repeat.setSearchableField(FormControl fc) |
Modifier and Type | Method and Description |
---|---|
Model |
ModelMapper.getModelFor(FormControl fc)
get
Model for a given FormControl . |
Modifier and Type | Field and Description |
---|---|
protected FormControl |
Model.fc
the
FormControl for which this model represents. |
Constructor and Description |
---|
Model(FormControl control,
Renderer renderer)
Model constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GroupModel.addComponentTo(FormControl fc,
Container c)
Access to the Model mapper.
|
protected JComponent |
GroupModel.getComponentFrom(FormControl fc)
Access to the Model mapper.
|
Modifier and Type | Method and Description |
---|---|
FormControl[] |
RepeatSubdivider.getElems() |
Modifier and Type | Method and Description |
---|---|
FormControl[] |
RepeatTableModel.getSelectionControls()
Getter for
RepeatTableModel.elems |
Modifier and Type | Method and Description |
---|---|
protected StringBuffer |
GroupModel.getContentAccordingToRecommendations(FormControl[] child) |
protected StringBuffer |
GroupModel.getHorizontalContent(FormControl[] child) |
protected StringBuffer |
GroupModel.getTableContent(FormControl[] child,
int cols)
Meant to be used as gridLayout for groups.
|
protected StringBuffer |
GroupModel.getVerticalContent(FormControl[] child) |
Constructor and Description |
---|
FormControlModel(FormControl fe,
HTMLUserGenerator render) |
Copyright © 2018 universAAL Consortium. All rights reserved.