org.universAAL.support.utils.ui
Class InputControl

Package class diagram package InputControl
java.lang.Object
  extended by org.universAAL.support.utils.ui.Control
      extended by org.universAAL.support.utils.ui.InputControl
Direct Known Subclasses:
Check, SelectMulti, SelectRange, Text

public abstract class InputControl
extends Control

Abstract class representing an Input Form Control in a Simple UI request. Input Form Controls are UI elements that can be filled with a value by the user and later recovered in a response. All Inputs need a reference Property Path for this.

Author:
alfiva

Field Summary
protected  Input model
          Holds the input model.
 
Fields inherited from class org.universAAL.support.utils.ui.Control
help, hint, label, MY_NAMESPACE, ref
 
Constructor Summary
InputControl()
           
 
Method Summary
 Input 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.
 
Methods inherited from class org.universAAL.support.utils.ui.Control
create, getHelp, getHint, getLabel, getReference, setHelp, setHint, setLabel, setReference, setReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected Input model
Holds the input model.

Constructor Detail

InputControl

public InputControl()
Method Detail

getModel

public Input 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.

Returns:
The model of the Input.


Copyright © 2014 universAAL Consortium. All Rights Reserved.