Skip to main content

%DeepSee.Report.UI.dataPickPool

class %DeepSee.Report.UI.dataPickPool extends %ZEN.Component.component

%DeepSee.Report.UI.dataPickPool

Property Inventory

Method Inventory

Parameters

parameter INCLUDEFILES = zenCSLM.js;
Inherited description: 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.

Properties

property title as %ZEN.Datatype.caption [ InitialExpression = "Working Data Set" ];
URI of image to display for the close group button.
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()

Methods

method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.
clientmethod addDSSDatum(o, parentName, depth) [ Language = javascript ]
clientmethod addDatum(rDef, depth) [ Language = javascript ]
clientmethod clear() [ Language = javascript ]
clientmethod endDrag() [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.
clientmethod setDataPoolFromXMLString(xmlStr, title) [ Language = javascript ]
clientmethod setDataTree(rDef, noDrag) [ Language = javascript ]
Set the data tree from an XML source
clientmethod setDataTreeFromDSS(obj, noDrag) [ Language = javascript ]
Set the displayed data tree from a DSS object
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
clientmethod setTitle(str) [ Language = javascript ]
clientmethod startDrag() [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab