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

Packages that use FormElement
org.universAAL.middleware.ui.rdf   
org.universAAL.ui.ui.handler.web.html   
org.universAAL.ui.ui.handler.web.html.model   
 

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

Subclasses of FormElement in org.universAAL.middleware.ui.rdf
 class ChoiceItem
          A special case of labels with an associated value suitable for usage as a leaf entry in a hierarchy of possible choices.
 class ChoiceList
          A special case of labels accepting other choice items and lists as its children and hence serving as an inner node in a hierarchy of possible choices.
 class Form
          Forms can be used to describe dialogs in a modality- & layout-neutral way.
 class FormControl
          The structural unit of forms that may bear information to be presented to human users and / or serve as a placeholder for user input.
 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 Label
          The type of possible values for FormControl.PROP_CONTROL_LABEL.
 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.
 

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

Methods in org.universAAL.ui.ui.handler.web.html with parameters of type FormElement
 Model ModelMapper.getModelFor(FormElement fe)
          get Model for a given FormElement.
 

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

Fields in org.universAAL.ui.ui.handler.web.html.model declared as FormElement
protected  FormElement Model.fe
          the FormElement for which this model represents.
 

Methods in org.universAAL.ui.ui.handler.web.html.model that return FormElement
 FormElement Model.getFormElement()
          get the FormElement associated to this Model.
 

Methods in org.universAAL.ui.ui.handler.web.html.model with parameters of type FormElement
protected  Model GroupModel.getModelFor(FormElement e)
           
 

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



Copyright © 2014 universAAL Consortium. All Rights Reserved.