DocBook|Search
Class Reference
%DeepSee.Report.UI.chartInfoWizard
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Report] >  [UI] >  [chartInfoWizard]
Private  Storage  

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 23 23


Summary

Properties
%condition %import %includeFiles %page
%resource align aux axisTitleTxt
cancelTxt chartTabTxt composite containerStyle
dataFieldsTxt defaultBWTxt dragEnabled dropEnabled
dynamicLabelsTxt enclosingClass enclosingStyle error
height hidden hint hintClass
hintStyle id index label
labelAngleTxt labelClass labelDisabledClass labelStyle
labelTxt legendTxt majorGridLinesTxt minValueDisplacementTxt
name okayTxt onafterdrag onbeforedrag
ondrag ondrop onhide onrefresh
onshow onupdate parent plottingTxt
seriesNamesTxt showLabel slice staticLabelsTxt
textAnchorBeginTxt textAnchorEndTxt textAnchorTxt title
titleTxt tuple typeTxt useDataGrpTxt
valign visible width window
xAxisTabTxt yAxisTabTxt

Methods
%%OIDGet %AddToSaveSet %Attr %BindExport
%ClassIsLatestVersion %ClassName %ConstructClone %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %DrawComponentHTML %DrawHTML
%DrawJSStrings %EnclosingDivId %Eval %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 addChartArea addChartKey addChartTitle
closeDialog constrainPoints dragFinishHandler dragHandler
dragNotifyHandler dragStartHandler dropHandler dropStartHandler
exposeComponent findElement fireOnUpdateEvent getEnclosingDiv
getHidden getHintElement getLabelElement getModel
getProperty getSettings getType handleCancel
handleOkay initArea initGC invokeSuper
isOfType makeChartTypePick makeId onCreate
onDelete onDisplayHandler onEndModalHandler onPopupAction
onRefreshContents onSerialize onStartModalHandler onloadHandler
onunloadHandler onupdateHandler refreshContents render
renderContents renderSVG setChartType setHidden
setLabelVisible setLegendVisible setModel setOkayCB
setOverlayMode setProperty setTitle showTab
startProgressBar stopProgressBar synchAvatars synchModelToControls
updateFromModel


Parameters

• parameter INCLUDEFILES = "zenCSLM.js,zendsrpt.js";
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 axisTitleTxt as %ZEN.Datatype.caption [ InitialExpression = "Axis Title" ];
• property cancelTxt as %ZEN.Datatype.caption [ InitialExpression = "Cancel" ];
• property chartTabTxt as %ZEN.Datatype.caption [ InitialExpression = "Chart" ];
• property dataFieldsTxt as %ZEN.Datatype.caption [ InitialExpression = "Data Fields" ];
• property defaultBWTxt as %ZEN.Datatype.caption [ InitialExpression = "Default to B&W" ];
• property dynamicLabelsTxt as %ZEN.Datatype.caption [ InitialExpression = "Dynamic label src" ];
• property labelAngleTxt as %ZEN.Datatype.caption [ InitialExpression = "Label Angle" ];
• property labelTxt as %ZEN.Datatype.caption [ InitialExpression = "Show Labels" ];
• property legendTxt as %ZEN.Datatype.caption [ InitialExpression = "Show Legend" ];
• property majorGridLinesTxt as %ZEN.Datatype.caption [ InitialExpression = "Draw Grid Lines" ];
• property minValueDisplacementTxt as %ZEN.Datatype.caption [ InitialExpression = "Min Value Displacement" ];
• property okayTxt as %ZEN.Datatype.caption [ InitialExpression = "Okay" ];
• property plottingTxt as %ZEN.Datatype.caption [ InitialExpression = "Plotting" ];
• property seriesNamesTxt as %ZEN.Datatype.caption [ InitialExpression = "Series Names" ];
• property staticLabelsTxt as %ZEN.Datatype.caption [ InitialExpression = "Static label text" ];
• property textAnchorBeginTxt as %ZEN.Datatype.caption [ InitialExpression = "Begin" ];
• property textAnchorEndTxt as %ZEN.Datatype.caption [ InitialExpression = "End" ];
• property textAnchorTxt as %ZEN.Datatype.caption [ InitialExpression = "Label Anchor" ];
• property titleTxt as %ZEN.Datatype.caption [ InitialExpression = "Title" ];
• property typeTxt as %ZEN.Datatype.caption [ InitialExpression = "Chart Type" ];
• property useDataGrpTxt as %ZEN.Datatype.caption [ InitialExpression = "Use Data Grouping" ];
• property xAxisTabTxt as %ZEN.Datatype.caption [ InitialExpression = "X Axis" ];
• property yAxisTabTxt as %ZEN.Datatype.caption [ InitialExpression = "Y Axis" ];

Methods

• method %DrawHTML()
The %DrawHTML method draws the initial HTML for this component.
• method addChartArea(x, y, w, h, url) [ Language = javascript ]
• method addChartKey(x, y, w, h) [ Language = javascript ]
• method addChartTitle(x, y, w, h) [ Language = javascript ]
• method closeDialog() [ Language = javascript ]
• method constrainPoints() [ Language = javascript ]
• method getModel() [ Language = javascript ]
• method handleCancel() [ Language = javascript ]
• method handleOkay() [ Language = javascript ]
• method initArea() [ Language = javascript ]
• method initGC() [ Language = javascript ]
• method makeChartTypePick() [ Language = javascript ]
• method onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.
• method setChartType(tag) [ Language = javascript ]
• method setLabelVisible() [ Language = javascript ]
• method setLegendVisible() [ Language = javascript ]
• method setModel(m) [ Language = javascript ]
• method setOkayCB(cbStr) [ Language = javascript ]
• method setTitle() [ Language = javascript ]
• method showTab(num) [ Language = javascript ]
• method synchAvatars() [ Language = javascript ]
• method synchModelToControls() [ Language = javascript ]
• method updateFromModel() [ Language = javascript ]