Uses of Class
org.universAAL.support.utils.ui.Control

Packages that use Control
org.universAAL.support.utils.ui Contains raw helper classes to deal with UI concepts of universAAL. 
org.universAAL.support.utils.ui.low Contains low level helper classes to deal with UI concepts of universAAL. 
 

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

Subclasses of Control in org.universAAL.support.utils.ui
 class Area
          Class representing a Text Area Input UI element.
 class Check
          Class representing a Boolean Input UI element.
 class DataTable
          Class representing a Data Table UI element.
 class Grouping
          Class representing a Grouping of UI element.
 class InputControl
          Abstract class representing an Input Form Control in a Simple UI request.
 class Media
          Class representing a Multimedia Output UI element.
 class Out
          Class representing a Text Output UI element.
 class SelectMulti
          Class representing a Multi-selection Input UI element.
 class SelectOne
          Class representing a Single-selection Input UI element.
 class SelectRange
          Class representing a Range Input UI element.
 class SubmitCmd
          Class representing a Submit UI element.
 class Text
          Class representing a Text Input UI element.
 class TriggerCmd
          Class representing a SubDialog TriggerCmd UI element.
 

Methods in org.universAAL.support.utils.ui with parameters of type Control
 String[] IContainer.add(Control ctrl)
          Add the given Simple Control UI element to this container.
 String[] Grouping.add(Control ctrl)
           
 String[] DataTable.add(Control ctrl)
          Add the given Simple Control UI element to the Table Entry Model.
 

Uses of Control in org.universAAL.support.utils.ui.low
 

Methods in org.universAAL.support.utils.ui.low with parameters of type Control
 String[] SubDialog.add(Control ctrl)
           
 String[] Message.add(Control ctrl)
           
 String[] Dialog.add(Control ctrl)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.