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

Packages that use FormControl
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 FormControls in the IO RDF. 
org.universAAL.ui.handler.gui.swing.model.FormControl.support Support Classes for modeling and behavior FormControls. 
org.universAAL.ui.handler.gui.swing.model.FormControl.swingModel Specialized custom Swing models. 
org.universAAL.ui.ui.handler.web.html.model   
 

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

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

Methods in org.universAAL.middleware.ui.rdf that return FormControl
 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 Repeat.searchFormControl(String formControlURI)
          
 FormControl Group.searchFormControl(String formControlURI)
          look for a FormControl within the group with the given URI.
 FormControl Form.searchFormControl(String formControlURI)
          look for a FormControl within the form with the given URI.
 

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

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

Methods in org.universAAL.ui.handler.gui.swing with parameters of type FormControl
 Model ModelMapper.getModelFor(FormControl fc)
          get Model for a given FormControl.
 

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

Fields in org.universAAL.ui.handler.gui.swing.model declared as FormControl
protected  FormControl Model.fc
          the FormControl for which this model represents.
 

Constructors in org.universAAL.ui.handler.gui.swing.model with parameters of type FormControl
Model(FormControl control, Renderer renderer)
          Model constructor.
 

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

Methods in org.universAAL.ui.handler.gui.swing.model.FormControl with parameters of type FormControl
protected  void GroupModel.addComponentTo(FormControl fc, Container c)
          Access to the Model mapper.
protected  JComponent GroupModel.getComponentFrom(FormControl fc)
          Access to the Model mapper.
 

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

Methods in org.universAAL.ui.handler.gui.swing.model.FormControl.support that return FormControl
 FormControl[] RepeatSubdivider.getElems()
           
 

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

Methods in org.universAAL.ui.handler.gui.swing.model.FormControl.swingModel that return FormControl
 FormControl[] RepeatTableModel.getSelectionControls()
          Getter for RepeatTableModel.elems
 

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

Methods in org.universAAL.ui.ui.handler.web.html.model with parameters of type FormControl
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)
           
 

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



Copyright © 2014 universAAL Consortium. All Rights Reserved.