Package | Description |
---|---|
org.universAAL.middleware.ui.rdf | |
org.universAAL.support.utils.ui |
Contains raw helper classes to deal with UI concepts of universAAL.
|
org.universAAL.ui.handler.gui.swing.formManagement |
Form Managing is the "art" of deciding which form to show at each moment.
There are two implementations Queued (not needed as the Dialog manager copes with this issue) and Simple (by default). |
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.web.html | |
org.universAAL.ui.handler.web.html.fm | |
org.universAAL.ui.handler.web.html.model | |
org.universAAL.utilities.api.ui |
Contains raw helper classes to deal with UI concepts of universAAL.
|
Modifier and Type | Class and Description |
---|---|
class |
InputField
The default
Input control. |
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 |
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 |
TextArea
An input control for getting larger text input.
|
Modifier and Type | Method and Description |
---|---|
Input[] |
Submit.getMandatoryInputControls() |
Input |
Submit.getMissingInputControl()
UI handlers must call this method as soon as the user decides to submit
the form using this submit in oder to make sure if all necessary input
has been collected.
|
Modifier and Type | Method and Description |
---|---|
void |
Submit.addMandatoryInput(Input in)
For use by applications.
|
boolean |
Submit.hasMandatoryInput(Input fc)
Checks if the given input control belongs to the list of mandatory inputs
of this submit.
|
Modifier and Type | Field and Description |
---|---|
protected Input |
InputControl.model
Holds the input model.
|
Modifier and Type | Method and Description |
---|---|
Input |
InputControl.getModel()
Because Inputs can be mandatory when a Submit is activated, these have to
be represented by a model to be referenced by the Submit.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameManager.missing(Input in)
Relay the missing update to the model.
|
void |
OverlayFormManager.missingInput(Input input) |
void |
QueuedFormManager.missingInput(Input input) |
void |
FormManager.missingInput(Input input)
This method is called when a Submit has detected there is a missing input
it needs, therefore the model for that input should be notified (so the
user knows).
|
void |
SimpleFormManager.missingInput(Input input) |
void |
HierarchicalFormManager.missingInput(Input input) |
Modifier and Type | Method and Description |
---|---|
void |
FormModel.updateMissingInput(Input in)
Finds the Model for the
Input and instructs it to
InputModel.updateAsMissing() . |
Constructor and Description |
---|
InputModel(Input control,
Renderer render)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HTMLUserGenerator.isMissingInput(Input i) |
Modifier and Type | Method and Description |
---|---|
void |
FormManager.missingInput(Input input)
This method is called when a Submit has detected there is a missing input
it needs, therefore the model for that input should be notified (so the
user knows).
|
void |
SimpleFormManager.missingInput(Input input) |
Constructor and Description |
---|
InputModel(Input fe,
HTMLUserGenerator render)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected Input |
InputControl.model
Holds the input model.
|
Modifier and Type | Method and Description |
---|---|
Input |
InputControl.getModel()
Because Inputs can be mandatory when a Submit is activated, these have to
be represented by a model to be referenced by the Submit.
|
Copyright © 2018 universAAL Consortium. All rights reserved.