EnsPortal.Component.sqlParametersTable
class EnsPortal.Component.sqlParametersTable extends %ZEN.Component.composite
Property Inventory
- classSettingName
- containerClass
- currParam
- currParamNum
- inParamInfo
- params
- prependAsterix
- query
- querySetting
- readOnly
Method Inventory
- GetContents()
- GetParamsToDisplay()
- addParam()
- createChildren()
- deleteParam()
- getForm()
- getProperty()
- getValue()
- refreshParams()
- saveParam()
- setCurrParam()
- setModified()
- setProperty()
- setValue()
- showParamInfo()
- switchCurrParam()
- uiDeleteParam()
Parameters
parameter DOMAIN = Ensemble;
parameter USECOMMONDIRECTORY = 1;
Inherited description: If true, then the include files generated for this component, are placed in the
common /csp/broker directory and not the local /csp/*namespace* directory.
This is intended for use with packages that are mapped so as to be visible to every namespace.
All Zen classes within the same package must have the same value for this parameter. It is the developer's responsibility to ensure this.
This is intended for use with packages that are mapped so as to be visible to every namespace.
All Zen classes within the same package must have the same value for this parameter. It is the developer's responsibility to ensure this.
Properties
property classSettingName as %String;
Property methods: classSettingNameDisplayToLogical(), classSettingNameGet(), classSettingNameIsValid(), classSettingNameLogicalToDisplay(), classSettingNameLogicalToOdbc(), classSettingNameNormalize(), classSettingNameSet()
property containerClass as %String;
Property methods: containerClassDisplayToLogical(), containerClassGet(), containerClassIsValid(), containerClassLogicalToDisplay(), containerClassLogicalToOdbc(), containerClassNormalize(), containerClassSet()
property currParam as %String;
Property methods: currParamDisplayToLogical(), currParamGet(), currParamIsValid(), currParamLogicalToDisplay(), currParamLogicalToOdbc(), currParamNormalize(), currParamSet()
property currParamNum as %Integer [ InitialExpression = 0 ];
Property methods: currParamNumDisplayToLogical(), currParamNumGet(), currParamNumIsValid(), currParamNumLogicalToDisplay(), currParamNumNormalize(), currParamNumSet(), currParamNumXSDToLogical()
property inParamInfo as %Boolean [ InitialExpression = 0 ];
Property methods: inParamInfoDisplayToLogical(), inParamInfoGet(), inParamInfoIsValid(), inParamInfoLogicalToDisplay(), inParamInfoLogicalToXSD(), inParamInfoNormalize(), inParamInfoSet(), inParamInfoXSDToLogical()
property params as %String);
Property methods: paramsDisplayToLogical(), paramsGet(), paramsIsValid(), paramsLogicalToDisplay(), paramsLogicalToOdbc(), paramsNormalize(), paramsSet()
property prependAsterix as %Integer [ InitialExpression = 0 ];
Property methods: prependAsterixDisplayToLogical(), prependAsterixGet(), prependAsterixIsValid(), prependAsterixLogicalToDisplay(), prependAsterixNormalize(), prependAsterixSet(), prependAsterixXSDToLogical()
property query as %String;
Property methods: queryDisplayToLogical(), queryGet(), queryIsValid(), queryLogicalToDisplay(), queryLogicalToOdbc(), queryNormalize(), querySet()
property querySetting as %String;
Property methods: querySettingDisplayToLogical(), querySettingGet(), querySettingIsValid(), querySettingLogicalToDisplay(), querySettingLogicalToOdbc(), querySettingNormalize(), querySettingSet()
property readOnly as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: readOnlyDisplayToLogical(), readOnlyGet(), readOnlyIsValid(), readOnlyLogicalToDisplay(), readOnlyLogicalToOdbc(), readOnlyLogicalToXSD(), readOnlyNormalize(), readOnlySet(), readOnlyXSDToLogical()
Methods
method GetContents() as %String [ ZenMethod ]
Get the contents of the Parameters table
classmethod GetParamsToDisplay(pParams="") as %String [ ZenMethod ]
clientmethod addParam() [ Language = javascript ]
clientmethod createChildren(form) [ Language = javascript ]
Create children on client side so we can use them immediately. Note that the server may substitute fresh code-generated objects later.
method deleteParam(pNumber) as %Boolean [ ZenMethod ]
clientmethod getForm() [ Language = javascript ]
clientmethod getProperty(property, key) as %String [ Language = javascript ]
Return the value of a named property (i.e. a setting).
Returns null if this is not a property of this object.
key is an optional argument used for properties (such as collections) that may need a key to find a specific value.
Returns null if this is not a property of this object.
key is an optional argument used for properties (such as collections) that may need a key to find a specific value.
final clientmethod getValue() [ Language = javascript ]
clientmethod refreshParams() [ Language = javascript ]
Refresh the table which displays the Parameters to use
clientmethod setCurrParam(switchTo) [ Language = javascript ]
Set a particular parameter to be editable
clientmethod setModified() [ Language = javascript ]
Call on Production Config page's settingChanged() so that it recognizes this change
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
Assume that subclasses that simply wrap HTML controls have named the control 'control' or else have overridden this method.
Assume that subclasses that simply wrap HTML controls have named the control 'control' or else have overridden this method.
final clientmethod setValue(value, value2) [ Language = javascript ]
Client-side method to set the value associated with this control.
value2 is an optional, second parameter used by some controls
(such as dataCombo).
clientmethod showParamInfo(param, paramnum) [ Language = javascript ]
User clicked the Browse button.
Helper method to wrap the main helper popup() function in the containing page (Production Config).
clientmethod switchCurrParam(switchTo, value) [ Language = javascript ]
If there is a parameter being edited, save that first before making another parameter editable
Then set the new parameter to be editable
clientmethod uiDeleteParam(paramNum, id) [ Language = javascript ]
Inherited Members
Inherited Properties
- %condition
- %import
- %includeFiles
- %page
- %resource
- align
- aux
- cellAlign
- cellSize
- cellStyle
- cellVAlign
- children
- childrenCreated
- composite
- containerStyle
- disabled
- dragEnabled
- dropEnabled
- enclosingClass
- enclosingStyle
- error
- groupClass
- groupStyle
- height
- hidden
- hint
- hintClass
- hintStyle
- id
- index
- label
- labelClass
- labelDisabledClass
- labelPosition
- labelStyle
- layout
- name
- onafterdrag
- onbeforedrag
- onclick
- ondrag
- ondrop
- onhide
- onrefresh
- onshow
- onupdate
- parent
- showLabel
- slice
- title
- tuple
- valign
- visible
- width
- window
Inherited Methods
- %AddChild()
- %AddChildAfter()
- %AddChildBefore()
- %AddToSaveSet()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateComposite()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawComponentHTML()
- %DrawHTML()
- %DrawJSStrings()
- %EnclosingDivId()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetChildById()
- %GetChildIndex()
- %GetEventHandlers()
- %GetPaneContents()
- %GetParameter()
- %GetXMLName()
- %IsA()
- %IsModified()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnAfterCreateComposite()
- %OnDrawEnclosingDiv()
- %OnDrawObjectProperties()
- %OnMutateChildren()
- %OnObjectSynch()
- %OnSubmit()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveChild()
- %RemoveChildren()
- %RemoveFromSaveSet()
- %Self()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- addChild()
- addChildAfter()
- addChildBefore()
- childrenMutated()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- exposeComponent()
- findElement()
- fireOnUpdateEvent()
- getChildById()
- getChildIndex()
- getEnclosingDiv()
- getHidden()
- getHintElement()
- getLabelElement()
- getSettings()
- getType()
- invokeSuper()
- isOfType()
- makeId()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onPopupAction()
- onRefreshContents()
- onSerialize()
- onStartModalHandler()
- ondisabledHandler()
- onloadHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- removeChild()
- render()
- renderContents()
- renderSVG()
- setHidden()
- setOverlayMode()
- setPropertyAll()
- startProgressBar()
- stopProgressBar()