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.dm.interfaces | |
org.universAAL.ui.dm.userInteraction.mainMenu | |
org.universAAL.ui.dm.userInteraction.mainMenu.file | |
org.universAAL.ui.dm.userInteraction.systemMenu | |
org.universAAL.ui.gui.swing.bluesteelLAF |
Bluesteel Look and feel package, features a metal look with blue buttons.
|
org.universAAL.ui.handler.gui.swing.classic |
The default Look and Feel, when no look and feel is selected, or the selected one can not be found,
this package is used.
The look and feel packages need to contain a InitInterface class named Init, a FormLAF and
a class LAF per each FormControl in the org.universAAL.ui.handler.gui.swing.classic.handler.gui.swing.model.FormControl
package. |
org.universAAL.ui.handler.gui.swing.defaultLookAndFeel |
The default Look and Feel, when no look and feel is selected, or the selected one can not be found,
this package is used.
The look and feel packages need to contain a InitInterface class named Init, a FormLAF and
a class LAF per each FormControl in the org.universAAL.ui.handler.gui.swing.model.FormControl
package. |
org.universAAL.ui.handler.gui.swing.model.FormControl |
The Models for all
FormControl s in the IO RDF. |
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 |
Repeat
A subclass of
Group whose children are all of the same type. |
Modifier and Type | Method and Description |
---|---|
Group |
Form.getIOControls()
Returns the standard group for UI controls in this form.
|
Group |
FormControl.getParentGroup()
Returns the Group control that contains this form control as a direct
child.
|
Group |
Form.getStandardButtons()
Returns the pre-defined group of standard buttons in this form.
|
Group |
Form.getSubmits()
Returns the standard group for submit buttons in this form.
|
Group[] |
FormControl.getSuperGroups()
Returns the hierarchy of
Group s containing this form control. |
Constructor and Description |
---|
Group(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Resource initialValue)
Constructs a new group.
|
Group(String typeURI,
Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue) |
Input(String typeURI,
Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue) |
InputField(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
Constructs a new input field.
|
MediaObject(Group parent,
Label label,
String contentType,
String contentURL)
Constructs a new media object.
|
Output(String typeURI,
Group parent,
Label label,
PropertyPath ref,
Object initialValue) |
Range(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
Constructs a new range control.
|
Repeat(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
List initialValue)
Constructs a new repeat control.
|
Select(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
For use by applications.
|
Select(String typeURI,
Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue) |
Select1(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
Object initialValue)
For exclusive usage by the applications.
|
SimpleOutput(Group parent,
Label label,
PropertyPath ref,
Object content)
For exclusive use by applications.
|
SubdialogTrigger(Group parent,
Label label,
String id)
For exclusive use by applications.
|
Submit(Group parent,
Label label,
String id)
For exclusive use by applications.
|
Submit(String typeURI,
Group parent,
Label label,
String id) |
TextArea(Group parent,
Label label,
PropertyPath ref,
MergedRestriction valueRestriction,
String initialValue)
For exclusive use of applications.
|
Modifier and Type | Method and Description |
---|---|
String[] |
SelectOne.create(Group group) |
String[] |
Check.create(Group group) |
String[] |
Area.create(Group group) |
String[] |
SelectMulti.create(Group group) |
String[] |
SelectRange.create(Group group) |
String[] |
Media.create(Group group) |
String[] |
Grouping.create(Group group) |
String[] |
DataTable.create(Group group) |
String[] |
Text.create(Group group) |
abstract String[] |
Control.create(Group group)
This method is for internal use of utils only.
|
String[] |
SubmitCmd.create(Group group) |
String[] |
Out.create(Group group) |
String[] |
TriggerCmd.create(Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
IMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Group |
ISystemMenuProvider.getSystemMenu(UIRequest request)
generate the system Group for a given
UIRequest . |
Modifier and Type | Method and Description |
---|---|
Group |
SearchableAggregatedMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Group |
AggregatedMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Group |
AllMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Modifier and Type | Method and Description |
---|---|
Group |
FileMainMenuProvider.getMainMenu(Resource user,
AbsLocation location,
Form systemForm)
Generate the IO
Group that contains the main menu for the user. |
Modifier and Type | Method and Description |
---|---|
Group |
ClassicSystemMenuProvider.getSystemMenu(UIRequest request) |
Group |
SmartPendingSystemMenuProvider.getSystemMenu(UIRequest request) |
Group |
TaskBarSystemMenuProvider.getSystemMenu(UIRequest request) |
Constructor and Description |
---|
GroupLAF(Group control,
Renderer render)
Constructor.
|
GroupPanelLAF(Group control,
Renderer render) |
GroupTabbedPanelLAF(Group control,
Renderer render) |
Constructor and Description |
---|
GroupLAF(Group control,
Renderer render)
Constructor.
|
Constructor and Description |
---|
GroupLAF(Group control,
Renderer render)
Constructor.
|
GroupPanelLAF(Group control,
Renderer render) |
GroupTabbedPanelLAF(Group control,
Renderer render) |
Constructor and Description |
---|
GroupModel(Group control,
Renderer render)
Constructor.
|
GroupPanelModel(Group control,
Renderer render)
Constructor.
|
GroupTabbedPanelModel(Group control,
Renderer render)
Constructor.
|
Constructor and Description |
---|
GroupModel(Group fe,
HTMLUserGenerator render) |
Modifier and Type | Method and Description |
---|---|
String[] |
SelectOne.create(Group group) |
String[] |
Check.create(Group group) |
String[] |
Area.create(Group group) |
String[] |
SelectMulti.create(Group group) |
String[] |
SelectRange.create(Group group) |
String[] |
Media.create(Group group) |
String[] |
Grouping.create(Group group) |
String[] |
DataTable.create(Group group) |
String[] |
Text.create(Group group) |
abstract String[] |
Control.create(Group group)
This method is for internal use of utils only.
|
String[] |
SubmitCmd.create(Group group) |
String[] |
Out.create(Group group) |
String[] |
TriggerCmd.create(Group group) |
Copyright © 2018 universAAL Consortium. All rights reserved.