Skip to main content

%DeepSee.Report.UI.argTableEditor

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

Property Inventory

Method Inventory

Parameters

parameter DEFAULTADDICON = deepsee/ds_plus_16.gif;
parameter DEFAULTDELETEICON = deepsee/close_a_16.png;
parameter DEFAULTDOWNICON = deepsee/ds_down_16.png;
parameter DEFAULTUPICON = deepsee/ds_up_16.png;
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 headerDefaultTxt as %ZEN.Datatype.string [ InitialExpression = "Default" ];
Property methods: headerDefaultTxtDisplayToLogical(), headerDefaultTxtGet(), headerDefaultTxtIsValid(), headerDefaultTxtLogicalToDisplay(), headerDefaultTxtLogicalToOdbc(), headerDefaultTxtNormalize(), headerDefaultTxtSet()
property headerNameTxt as %ZEN.Datatype.string [ InitialExpression = "Name" ];
Property methods: headerNameTxtDisplayToLogical(), headerNameTxtGet(), headerNameTxtIsValid(), headerNameTxtLogicalToDisplay(), headerNameTxtLogicalToOdbc(), headerNameTxtNormalize(), headerNameTxtSet()
property headerTypeTxt as %ZEN.Datatype.string [ InitialExpression = "Type" ];
Property methods: headerTypeTxtDisplayToLogical(), headerTypeTxtGet(), headerTypeTxtIsValid(), headerTypeTxtLogicalToDisplay(), headerTypeTxtLogicalToOdbc(), headerTypeTxtNormalize(), headerTypeTxtSet()
property iconAdd as %ZEN.Datatype.uri [ InitialExpression = ..#DEFAULTADDICON ];
URI of image to display for the up button.
Property methods: iconAddDisplayToLogical(), iconAddGet(), iconAddIsValid(), iconAddLogicalToDisplay(), iconAddLogicalToOdbc(), iconAddNormalize(), iconAddSet()
property iconDelete as %ZEN.Datatype.uri [ InitialExpression = ..#DEFAULTDELETEICON ];
URI of image to display for the delete button.
Property methods: iconDeleteDisplayToLogical(), iconDeleteGet(), iconDeleteIsValid(), iconDeleteLogicalToDisplay(), iconDeleteLogicalToOdbc(), iconDeleteNormalize(), iconDeleteSet()
property iconDown as %ZEN.Datatype.uri [ InitialExpression = ..#DEFAULTDOWNICON ];
URI of image to display for the down button.
Property methods: iconDownDisplayToLogical(), iconDownGet(), iconDownIsValid(), iconDownLogicalToDisplay(), iconDownLogicalToOdbc(), iconDownNormalize(), iconDownSet()
property iconUp as %ZEN.Datatype.uri [ InitialExpression = ..#DEFAULTUPICON ];
URI of image to display for the up button.
Property methods: iconUpDisplayToLogical(), iconUpGet(), iconUpIsValid(), iconUpLogicalToDisplay(), iconUpLogicalToOdbc(), iconUpNormalize(), iconUpSet()

Methods

method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.
clientmethod addArgument() [ Language = javascript ]
clientmethod appendEntry(jsObj) [ Language = javascript ]
clientmethod deleteLine(num) [ Language = javascript ]
clientmethod demoteLine(num) [ Language = javascript ]
clientmethod dumpModel() [ Language = javascript ]
clientmethod findArgIdxByIdNum(num) [ Language = javascript ]
clientmethod getModel() [ Language = javascript ]
clientmethod promoteLine(num) [ Language = javascript ]
clientmethod reset() [ Language = javascript ]
clientmethod setJSModel(m) [ Language = javascript ]
clientmethod syncModel(idx, field, ctrl) [ Language = javascript ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab