Class: WKcView

WKcView

new WKcView() → {Object}

The purpose of WKcView objects is to visualize data. Usually data is "visualized" by displying it on a scrren. However, playing sound, doing force feedback etc. is also supposed to be a proper kind of "visualization".

If a user interacts with a visualization (i.e. by clicking on a button), a controller may be informed about that interaction.

Source:
Returns:
A new logic object.
Type
Object

Methods

controller(p_controller)

Sets the controller object that can be accessed by the logic object.
Parameters:
Name Type Description
p_controller $wk$.vclsd.controller.WKcController A controller object.
Source:

data(p_data)

Sets the data object that is to be visualized.
Parameters:
Name Type Description
p_data $wk$.vclsd.data.WKcData A data object.
Source:
W. Kowarschick © 2013 (CC BY-NC-SA 3.0: http://creativecommons.org/licenses/by-nc-sa/3.0/)
Documentation generated by JSDoc 3.3.0-dev on Sat Oct 05 2013 15:14:39 GMT+0200 (MESZ) using the DocStrap template.