Class Index | File Index

Classes


Class ox.UI.Controller

Abstract base class of all controllers. Controllers are responsible for connecting widgets to the data model.
Defined in: configuration.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
get(data, value)
Adds a child value to a container value.
 
set(data)
Extracts a child value from a container value.
Class Detail
ox.UI.Controller()
Method Detail
get(data, value)
Adds a child value to a container value.
Parameters:
data
The value of the container.
value
The value of the child widget.

set(data)
Extracts a child value from a container value. Throws ox.UI.Controller.InvalidData if the extracted data is invalid.
Parameters:
data
The value of the container.
Returns:
The value of the child widget, or undefined if the default value of the widget should be used.

Documentation generated by JsDoc Toolkit 2.0.2 on Thu Jul 09 2009 12:58:03 GMT+0200 (CEST)