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

Packages that use Input
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. 
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 FormControls in the IO RDF. 
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 Input in org.universAAL.middleware.ui.rdf
 

Subclasses of Input in org.universAAL.middleware.ui.rdf
 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.
 

Methods in org.universAAL.middleware.ui.rdf that return Input
 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.
 

Methods in org.universAAL.middleware.ui.rdf with parameters of type Input
 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.
 

Uses of Input in org.universAAL.support.utils.ui
 

Fields in org.universAAL.support.utils.ui declared as Input
protected  Input InputControl.model
          Holds the input model.
 

Methods in org.universAAL.support.utils.ui that return Input
 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.
 

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

Methods in org.universAAL.ui.handler.gui.swing.formManagement with parameters of type Input
 void FrameManager.missing(Input in)
          Relay the missing update to the model.
 void SimpleFormManager.missingInput(Input input)
           
 void QueuedFormManager.missingInput(Input input)
           
 void OverlayFormManager.missingInput(Input input)
           
 void HierarchicalFormManager.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).
 

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

Methods in org.universAAL.ui.handler.gui.swing.model with parameters of type Input
 void FormModel.updateMissingInput(Input in)
          Finds the Model for the Input and instructs it to InputModel.updateAsMissing().
 

Uses of Input in org.universAAL.ui.handler.gui.swing.model.FormControl
 

Constructors in org.universAAL.ui.handler.gui.swing.model.FormControl with parameters of type Input
InputModel(Input control, Renderer render)
          Constructor.
 

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

Methods in org.universAAL.ui.ui.handler.web.html with parameters of type Input
 boolean HTMLUserGenerator.isMissingInput(Input i)
           
 

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

Methods in org.universAAL.ui.ui.handler.web.html.fm with parameters of type Input
 void SimpleFormManager.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).
 

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

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



Copyright © 2014 universAAL Consortium. All Rights Reserved.