%DeepSee.Report.UI.editLIDR
class %DeepSee.Report.UI.editLIDR extends %ZEN.Component.composite
Method Inventory
- addToClipboard()
- addToSelection()
- adjustSizes()
- alignBottom()
- alignCB()
- alignLeft()
- alignRight()
- alignTop()
- arrangeCB()
- centerHorizontal()
- centerVertical()
- clearSelection()
- copySelection()
- cutSelection()
- deleteSelection()
- disable()
- duplicateSelection()
- editCB()
- enable()
- equispaceHorizontal()
- equispaceVertical()
- findDiv()
- getAlignPopup()
- getAlignWidget()
- getArrangePopup()
- getArrangeWidget()
- getBarcodePopup()
- getBarcodeWizard()
- getChartWizard()
- getChartWizardPopup()
- getClipboardArray()
- getColorsPopup()
- getColorsWidget()
- getDisplayPropertyPanel()
- getEditPopup()
- getEditWidget()
- getImageURLPopup()
- getImageURLWizard()
- getLayerPopup()
- getLayerWidget()
- getMode()
- getPageNumPopup()
- getPageNumWizard()
- getSelectedItemsByBanner()
- getTextEditorWidget()
- getTextInfoPopup()
- getTextInfoWizard()
- getToolsPopup()
- getToolsWidget()
- getWorkingDataSetPanel()
- hasSelection()
- initializeApplicationClipboard()
- layerCB()
- mergeJSNodeArray()
- moveBackward()
- moveForward()
- moveToBack()
- moveToFront()
- onloadHandler()
- partitionSelectionListBySection()
- pasteSelection()
- removeFromSelection()
- resetMode()
- resolveMultiStyles()
- save()
- setMode()
- setSelection()
- setUniformHeight()
- setUniformWidth()
- sortJSNodeArray()
- toolChangeCB()
- updateGC()
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.
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.
Methods
clientmethod addToClipboard(item) [ Language = javascript ]
Append an item to the application clipboard
clientmethod addToSelection(who) [ Language = javascript ]
clientmethod adjustSizes(maxW, maxH) [ Language = javascript ]
clientmethod alignBottom() [ Language = javascript ]
Given a selection of elements, align the bottom edge of each element to the
bottom-most edge of the anchor element of the selection. This only applies to
document sections where vertical alignment can be explicitly controlled.
clientmethod alignCB() [ Language = javascript ]
clientmethod alignLeft() [ Language = javascript ]
Given a selection of elements, align the left edge of each element to the
left-most edge of the anchor element of the selection. This only applies to
document sections where horizontal alignment can be explicitly controlled.
clientmethod alignRight() [ Language = javascript ]
Given a selection of elements, align the right edge of each element to the
right-most edge of the anchor element of the selection. This only applies to
document sections where horizontal alignment can be explicitly controlled.
clientmethod alignTop() [ Language = javascript ]
Given a selection of elements, align the top edge of each element to the
topmost edge of the anchor element of the selection. This only applies to
document sections where vertical alignment can be explicitly controlled.
clientmethod arrangeCB() [ Language = javascript ]
clientmethod centerHorizontal() [ Language = javascript ]
Given a selection of elements, align the horizontal midpoint of each element to
align with the midpoint of the anchor element of the selection. If only one item
is selected, this will center it on its section. This only applies
to document sections where horizontal alignment can be explicitly controlled.
clientmethod centerVertical() [ Language = javascript ]
Given a selection of elements, align the vertical midpoint of each element to
align with the midpoint of the anchor element of the selection. This only applies
to document sections where vertical alignment can be explicitly controlled.
clientmethod clearSelection() [ Language = javascript ]
clientmethod copySelection() [ Language = javascript ]
copy the set of selected items to the application clipboard
by destructive overwrite of the current clipboard's contents
Leave the original selection unchanged.
clientmethod cutSelection() [ Language = javascript ]
Copy the set of selected items to the application clipboard
by destructive overwrite of the current clipboard's contents
and delete the original selection from the page
clientmethod deleteSelection() [ Language = javascript ]
Delete selected items WITHOUT moving them to the clipboard
clientmethod disable() [ Language = javascript ]
clientmethod duplicateSelection() [ Language = javascript ]
Clone all nodes within a slection and add them as siblings to the originals
Offest their locations slightly (preferably based on most recent move of a recent clone
and make the new nodes the current selection. Do not disturb clipboard contents.
clientmethod editCB() [ Language = javascript ]
clientmethod enable() [ Language = javascript ]
clientmethod equispaceHorizontal() [ Language = javascript ]
Within each banner, align the selected elements such that such that
they are evenly spaced (equal amounts of whitespace between them) within the area
occupied by the selection. This only applies to document sections where absolute positioning can be explicitly controlled.
clientmethod equispaceVertical() [ Language = javascript ]
Within each banner, align the selected elements such that such that
they are evenly spaced (equal amounts of whitespace between them) within the area
occupied by the selection. This only applies to document sections where absolute positioning can be explicitly controlled.
clientmethod findDiv(subId) [ Language = javascript ]
clientmethod getAlignPopup() [ Language = javascript ]
clientmethod getAlignWidget() [ Language = javascript ]
clientmethod getArrangePopup() [ Language = javascript ]
clientmethod getArrangeWidget() [ Language = javascript ]
clientmethod getBarcodePopup() [ Language = javascript ]
clientmethod getBarcodeWizard() [ Language = javascript ]
clientmethod getChartWizard() [ Language = javascript ]
clientmethod getChartWizardPopup() [ Language = javascript ]
clientmethod getClipboardArray() [ Language = javascript ]
Recall all items from the clipboard
clientmethod getColorsPopup() [ Language = javascript ]
clientmethod getColorsWidget() [ Language = javascript ]
clientmethod getDisplayPropertyPanel() [ Language = javascript ]
clientmethod getEditPopup() [ Language = javascript ]
clientmethod getEditWidget() [ Language = javascript ]
clientmethod getImageURLPopup() [ Language = javascript ]
clientmethod getImageURLWizard() [ Language = javascript ]
clientmethod getLayerPopup() [ Language = javascript ]
clientmethod getLayerWidget() [ Language = javascript ]
clientmethod getMode() [ Language = javascript ]
clientmethod getPageNumPopup() [ Language = javascript ]
clientmethod getPageNumWizard() [ Language = javascript ]
clientmethod getSelectedItemsByBanner() [ Language = javascript ]
Return an array of javascript objects where each object consists of a pointer to a
given banner and an array holding the subset of the current selected items list that
occur in that banner.
clientmethod getTextEditorWidget() [ Language = javascript ]
clientmethod getTextInfoPopup() [ Language = javascript ]
clientmethod getTextInfoWizard() [ Language = javascript ]
clientmethod getToolsPopup() [ Language = javascript ]
clientmethod getToolsWidget() [ Language = javascript ]
clientmethod getWorkingDataSetPanel() [ Language = javascript ]
clientmethod hasSelection() [ Language = javascript ]
clientmethod initializeApplicationClipboard() [ Language = javascript ]
Initialize clipboard buffer
clientmethod layerCB() [ Language = javascript ]
clientmethod mergeJSNodeArray(l, r, test) [ Language = javascript ]
Merge given two sorted arrays of objects into one using the mergeSort algorithm
and testing on the given property (ascending)
clientmethod moveBackward() [ Language = javascript ]
Within each banner, move all selected elements backward (drawn earlier)
with respect to the earliest drawn element in the selection group
such that later elements may obscure them. This will result in all members of the
selection group being clustered together in the painting stack but will preserve the
relative layering order of elements within the selection.
clientmethod moveForward() [ Language = javascript ]
Within each banner, move all selected elements forward (drawn later)
with respect to the latest drawn element in the selection group
such that they may obscure elements drawn earlier. This will result in all members of the
selection group being clustered together in the painting stack but will preserve the
relative layering order of elements within the selection.
clientmethod moveToBack() [ Language = javascript ]
Within each banner, move all selected elements to the background (drawn first)
such that later elements may obscure them. This will result in all members of the
selection group being clustered together in the painting stack but will preserve the
relative layering order of elements within the selection.
clientmethod moveToFront() [ Language = javascript ]
Within each banner, move all selected elements to the foreground (drawn later)
such that they may obscure elements drawn earlier. This will result in all members of the
selection group being clustered together in the painting stack but will preserve the
relative layering order of elements within the selection.
clientmethod onloadHandler() [ Language = javascript ]
Inherited description: This client event, if present, is fired when the page is loaded.
clientmethod partitionSelectionListBySection() [ Language = javascript ]
Segregate the members of the current selection list by section
clientmethod pasteSelection() [ Language = javascript ]
Clone all nodes on the cuurent clipboard and add them to the page
Offest their locations slightly (preferably based on most recent mouse location
and make the new nodes the current selection. Do not disturb clipboard contents.
clientmethod removeFromSelection(who) [ Language = javascript ]
clientmethod resetMode() [ Language = javascript ]
clientmethod resolveMultiStyles() [ Language = javascript ]
clientmethod save() [ Language = javascript ]
clientmethod setMode(mode) [ Language = javascript ]
clientmethod setSelection(who) [ Language = javascript ]
clientmethod setUniformHeight() [ Language = javascript ]
Given a selection of elements, set the vertical extent of each element to
match the height of the anchor element of the selection. This only applies
to document sections where vertical alignment can be explicitly controlled.
clientmethod setUniformWidth() [ Language = javascript ]
Given a selection of elements, set the horizontal extent of each element to
match the width of the anchor element of the selection. This only applies
to document sections where horizontal alignment can be explicitly controlled.
clientmethod sortJSNodeArray(a, test) [ Language = javascript ]
Return a sorted version of the given array of objects using the mergeSort algorithm
and testing on the given snippet
clientmethod toolChangeCB() [ Language = javascript ]
clientmethod updateGC(newGC) [ 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()
- getProperty()
- getSettings()
- getType()
- invokeSuper()
- isOfType()
- makeId()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onPopupAction()
- onRefreshContents()
- onSerialize()
- onStartModalHandler()
- ondisabledHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- removeChild()
- render()
- renderContents()
- renderSVG()
- setHidden()
- setOverlayMode()
- setProperty()
- setPropertyAll()
- startProgressBar()
- stopProgressBar()