%DeepSee.Report.UI.abstractIconBar
class %DeepSee.Report.UI.abstractIconBar extends %ZEN.Component.control
Simple Icon BarProperty Inventory (Including Private)
Method Inventory (Including Private)
- %DrawHTML()
- appendButton()
- arrangeHorizontal()
- arrangeVertical()
- onloadHandler()
- serviceClick()
- setProperty()
- updateControls()
Parameters
parameter DEFAULTICONHEIGHT = 28;
parameter DEFAULTICONWIDTH = 34;
parameter INCLUDEFILES = zenCSLM.js,zendsmenus.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 (Including Private)
property iconHeight as %ZEN.Datatype.integer [ InitialExpression = ..#DEFAULTICONHEIGHT ];
Property methods: iconHeightDisplayToLogical(), iconHeightGet(), iconHeightIsValid(), iconHeightLogicalToDisplay(), iconHeightLogicalToOdbc(), iconHeightNormalize(), iconHeightSet()
property iconWidth as %ZEN.Datatype.integer [ InitialExpression = ..#DEFAULTICONWIDTH ];
Property methods: iconWidthDisplayToLogical(), iconWidthGet(), iconWidthIsValid(), iconWidthLogicalToDisplay(), iconWidthLogicalToOdbc(), iconWidthNormalize(), iconWidthSet()
property ontoggle as %ZEN.Datatype.eventHandler;
Property methods: ontoggleDisplayToLogical(), ontoggleGet(), ontoggleIsValid(), ontoggleLogicalToDisplay(), ontoggleLogicalToOdbc(), ontoggleNormalize(), ontoggleSet()
Methods (Including Private)
method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.
clientmethod appendButton(js) [ Language = javascript ]
clientmethod arrangeHorizontal() [ Language = javascript ]
clientmethod arrangeVertical() [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
Overload this method to dynamically create custom tool bars
clientmethod serviceClick(event) [ Language = javascript ]
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
clientmethod updateControls() [ Language = javascript ]
Inherited Members
Inherited Properties (Including Private)
- %condition
- %import
- %includeFiles
- %page
- %resource
- align
- aux
- clientType
- composite
- containerStyle
- controlClass
- controlStyle
- dataBinding
- disabled
- dragEnabled
- dropEnabled
- enclosingClass
- enclosingStyle
- error
- height
- hidden
- hint
- hintClass
- hintStyle
- id
- index
- invalid
- invalidMessage
- label
- labelClass
- labelDisabledClass
- labelStyle
- name
- onafterdrag
- onbeforedrag
- onblur
- onchange
- onclick
- ondblclick
- ondrag
- ondrop
- onfocus
- onhide
- onkeydown
- onkeypress
- onkeyup
- onmousedown
- onmouseout
- onmouseover
- onmouseup
- onrefresh
- onshow
- onsubmit
- ontouchend
- ontouchmove
- ontouchstart
- onupdate
- onvalidate
- originalValue
- parent
- readOnly
- required
- requiredMessage
- showLabel
- slice
- tabIndex
- title
- tuple
- valign
- value
- visible
- width
- window
Inherited Methods (Including Private)
- %AddToSaveSet()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawComponentHTML()
- %DrawJSStrings()
- %EnclosingDivId()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetEventHandlers()
- %GetForm()
- %GetParameter()
- %GetXMLName()
- %IsA()
- %IsModified()
- %MakeId()
- %Name()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnDrawEnclosingDiv()
- %OnDrawObjectProperties()
- %OnNew()
- %OnObjectSynch()
- %OnValidateObject()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %Self()
- %SerializeObject()
- %SetDefaultValues()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- exposeComponent()
- findElement()
- fireOnUpdateEvent()
- focus()
- formatValue()
- getDisabled()
- getDragData()
- getEnclosingDiv()
- getForm()
- getHidden()
- getHintElement()
- getInvalidReason()
- getLabelElement()
- getProperty()
- getReadOnly()
- getSettings()
- getType()
- getValue()
- invokeSuper()
- isModified()
- isOfType()
- isValid()
- makeId()
- normalizeValue()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onPopupAction()
- onRefreshContents()
- onSerialize()
- onStartModalHandler()
- onchangeHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- render()
- renderContents()
- renderSVG()
- select()
- setDisabled()
- setHidden()
- setOverlayMode()
- setReadOnly()
- setValue()
- startProgressBar()
- stopProgressBar()
- sysName()
- unformatValue()
- validationHandler()