Uses of Class
org.universAAL.middleware.ui.rdf.Form

Packages that use Form
org.universAAL.middleware.ui   
org.universAAL.middleware.ui.rdf   
org.universAAL.samples.uibus   
org.universAAL.ui.dm   
org.universAAL.ui.dm.interfaces   
org.universAAL.ui.dm.ui.preferences.editor   
org.universAAL.ui.dm.userInteraction   
org.universAAL.ui.dm.userInteraction.mainMenu   
org.universAAL.ui.dm.userInteraction.mainMenu.file   
org.universAAL.ui.gui.swing.bluesteelLAF Bluesteel Look and feel package, features a metal look with blue buttons. 
org.universAAL.ui.handler.gui.swing universAAL connector (UIHandler) and the Handler's core features. 
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. 
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. 
org.universAAL.ui.handler.gui.swing.formManagement Form Managing is the "art" of deciding which form to show at each moment. 
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.ui.handler.web.html   
org.universAAL.ui.ui.handler.web.html.fm   
org.universAAL.ui.ui.handler.web.html.model   
 

Uses of Form in org.universAAL.middleware.ui
 

Methods in org.universAAL.middleware.ui that return Form
 Form UIRequest.getDialogForm()
          Gets the dialog Form.
 

Constructors in org.universAAL.middleware.ui with parameters of type Form
UIRequest(Resource user, Form dialogForm, LevelRating dialogPriority, Locale dialogLang, PrivacyLevel dialogPrivacy)
          Instantiates a new UIRequest.
 

Uses of Form in org.universAAL.middleware.ui.rdf
 

Methods in org.universAAL.middleware.ui.rdf that return Form
 Form FormControl.getFormObject()
          Returns the form object containing this form control.
static Form Form.newDialog(String formTitle, Resource dataRoot)
          Constructs and returns a new form object representing an empty dialog of type Standard Dialog with proper initial configuration.
static Form Form.newDialog(String formTitle, String dataRootType)
          An alternative for newDialog(String, Resource) to be used if no specific data root is going to be specified but only the URI of its type.
static Form Form.newMessage(String formTitle, String message)
          Constructs and returns a new form object representing a Message dialog that is ready to publish within an UIRequest.
static Form Form.newSubdialog(String formTitle, String parentDialogURI)
          Constructs and returns a new form object representing an empty dialog of type Subdialog with proper initial configuration.
static Form Form.newSystemMenu(String formTitle)
           
 

Uses of Form in org.universAAL.samples.uibus
 

Methods in org.universAAL.samples.uibus that return Form
 Form OPublisher.getAllRespForm(String[] formsNames, String[] formsResults)
           
 

Uses of Form in org.universAAL.ui.dm
 

Methods in org.universAAL.ui.dm with parameters of type Form
 void UserDialogManager.pushDialog(Form form)
          Present a dialog to the user.
 

Uses of Form in org.universAAL.ui.dm.interfaces
 

Methods in org.universAAL.ui.dm.interfaces with parameters of type Form
 Group IMainMenuProvider.getMainMenu(Resource user, AbsLocation location, Form systemForm)
          Generate the IO Group that contains the main menu for the user.
 

Uses of Form in org.universAAL.ui.dm.ui.preferences.editor
 

Methods in org.universAAL.ui.dm.ui.preferences.editor that return Form
 Form UIPreferencesDialogBuilder.getStatusMessageForm(String msg)
           
 Form UIPreferencesDialogBuilder.getUIPreferencesEditorForm(User user)
           
 

Uses of Form in org.universAAL.ui.dm.userInteraction
 

Methods in org.universAAL.ui.dm.userInteraction that return Form
 Form PendingDialogBuilderWithSubmits.buildForm()
           
 Form PendingDialogBuilder.buildForm()
           
 

Uses of Form in org.universAAL.ui.dm.userInteraction.mainMenu
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu with parameters of type Form
 Group SearchableAggregatedMainMenuProvider.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.
 Group AggregatedMainMenuProvider.getMainMenu(Resource user, AbsLocation location, Form systemForm)
          Generate the IO Group that contains the main menu for the user.
 

Uses of Form in org.universAAL.ui.dm.userInteraction.mainMenu.file
 

Methods in org.universAAL.ui.dm.userInteraction.mainMenu.file with parameters of type Form
 Group FileMainMenuProvider.getMainMenu(Resource user, AbsLocation location, Form systemForm)
          Generate the IO Group that contains the main menu for the user.
 

Uses of Form in org.universAAL.ui.gui.swing.bluesteelLAF
 

Constructors in org.universAAL.ui.gui.swing.bluesteelLAF with parameters of type Form
FormLAF(Form f, Renderer render)
          Constructor.
 

Uses of Form in org.universAAL.ui.handler.gui.swing
 

Methods in org.universAAL.ui.handler.gui.swing that return Form
 Form Renderer.getCurrentForm()
          Gets the form being displayed right now.
 

Methods in org.universAAL.ui.handler.gui.swing with parameters of type Form
 FormModel ModelMapper.getModelFor(Form f)
          get FormModel for a given Form.
 

Uses of Form in org.universAAL.ui.handler.gui.swing.classic
 

Constructors in org.universAAL.ui.handler.gui.swing.classic with parameters of type Form
FormLAF(Form f, Renderer render)
          Constructor.
 

Uses of Form in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel
 

Constructors in org.universAAL.ui.handler.gui.swing.defaultLookAndFeel with parameters of type Form
FormLAF(Form f, Renderer render)
          Constructor.
 

Uses of Form in org.universAAL.ui.handler.gui.swing.formManagement
 

Methods in org.universAAL.ui.handler.gui.swing.formManagement that return Form
 Form SimpleFormManager.getParentOf(String formURI)
           
 Form QueuedFormManager.getParentOf(String formURI)
          get the parent Form of a given formURI.
 Form OverlayFormManager.getParentOf(String formURI)
           
 Form HierarchicalFormManager.getParentOf(String formURI)
          get the parent Form of a given formURI.
 Form FormManager.getParentOf(String formURI)
          get the parent Form of a given formURI.
 

Uses of Form in org.universAAL.ui.handler.gui.swing.model
 

Fields in org.universAAL.ui.handler.gui.swing.model declared as Form
protected  Form FormModel.form
          Reference to RDF class.
 

Methods in org.universAAL.ui.handler.gui.swing.model that return Form
 Form FormModel.getForm()
          Get the Form related to this FormModel.
 

Constructors in org.universAAL.ui.handler.gui.swing.model with parameters of type Form
FormModel(Form f, Renderer renderer)
          Constructor for a given Form.
 

Uses of Form in org.universAAL.ui.ui.handler.web.html
 

Methods in org.universAAL.ui.ui.handler.web.html that return Form
 Form HTMLUserGenerator.getCurrentForm()
          Gets the form being displayed right now.
 

Uses of Form in org.universAAL.ui.ui.handler.web.html.fm
 

Methods in org.universAAL.ui.ui.handler.web.html.fm that return Form
 Form SimpleFormManager.getParentOf(String formURI)
           
 Form FormManager.getParentOf(String formURI)
          get the parent Form of a given formURI.
 

Uses of Form in org.universAAL.ui.ui.handler.web.html.model
 

Constructors in org.universAAL.ui.ui.handler.web.html.model with parameters of type Form
FormModel(Form fe, HTMLUserGenerator render)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.