class %DeepSee.Report.UI.dataPickPool
extends %ZEN.Component.component
%DeepSee.Report.UI.dataPickPool
parameter INCLUDEFILES = "zenCSLM.js";
CSV list of additional include files (either .js or .css) that
should be included when this component is used on a page.
By default, the file extension (.js or .css) is used to determine whether an
item in the list is a script include or a style include. You can override
this behavior by adding the terms "script:" or "style:" to the beginning of
the file name or names. This prefix is not used as part of the include filename.
property title
as %ZEN.Datatype.caption [ InitialExpression = "Working Data Set" ];
URI of image to display for the close group button.
method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.
method addDSSDatum(o, parentName, depth)
[ Language = javascript ]
method addDatum(rDef, depth)
[ Language = javascript ]
method clear()
[ Language = javascript ]
method endDrag()
[ Language = javascript ]
method onloadHandler()
[ Language = javascript ]
This client event, if present, is fired when the page is loaded.
method setDataPoolFromXMLString(xmlStr, title)
[ Language = javascript ]
method setDataTree(rDef, noDrag)
[ Language = javascript ]
Set the data tree from an XML source
method setDataTreeFromDSS(obj, noDrag)
[ Language = javascript ]
Set the displayed data tree from a DSS object
method setProperty(property, value, value2)
[ Language = javascript ]
Set the value of a named property.
method setTitle(str)
[ Language = javascript ]
method startDrag()
[ Language = javascript ]