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: