%DeepSee.Report.UI.argTableEditor
class %DeepSee.Report.UI.argTableEditor extends %ZEN.Component.component
Property Inventory
Method Inventory
- %DrawHTML()
- addArgument()
- appendEntry()
- deleteLine()
- demoteLine()
- dumpModel()
- findArgIdxByIdNum()
- getModel()
- promoteLine()
- reset()
- setJSModel()
- syncModel()
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.
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
- %condition
- %import
- %includeFiles
- %page
- %resource
- align
- aux
- composite
- containerStyle
- dragEnabled
- dropEnabled
- enclosingClass
- enclosingStyle
- error
- height
- hidden
- hint
- hintClass
- hintStyle
- id
- index
- label
- labelClass
- labelDisabledClass
- labelStyle
- name
- onafterdrag
- onbeforedrag
- ondrag
- ondrop
- onhide
- onrefresh
- onshow
- onupdate
- parent
- showLabel
- slice
- title
- tuple
- valign
- visible
- width
- window
Inherited Methods
- %AddToSaveSet()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawComponentHTML()
- %DrawJSStrings()
- %EnclosingDivId()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetEventHandlers()
- %GetParameter()
- %GetXMLName()
- %IsA()
- %IsModified()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnDrawEnclosingDiv()
- %OnDrawObjectProperties()
- %OnObjectSynch()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %Self()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- exposeComponent()
- findElement()
- fireOnUpdateEvent()
- getEnclosingDiv()
- getHidden()
- getHintElement()
- getLabelElement()
- getProperty()
- getSettings()
- getType()
- invokeSuper()
- isOfType()
- makeId()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onPopupAction()
- onRefreshContents()
- onSerialize()
- onStartModalHandler()
- onloadHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- render()
- renderContents()
- renderSVG()
- setHidden()
- setOverlayMode()
- setProperty()
- startProgressBar()
- stopProgressBar()