EnsLib.ITK.Setup.UI.ProductionConfigurationLegendSVG
class EnsLib.ITK.Setup.UI.ProductionConfigurationLegendSVG extends %ZEN.SVGComponent.svgPage
Production Configuration Legend.This page renders the SVG needed to display the legend. It is called from the ProductionConfigurationLegend dialog.
Method Inventory
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
parameter RESOURCE = %Ens_ProductionConfig:READ;
User needs READ permissions on the %Ens_ProductionConfig resource to view this page.
Methods
method %OnDrawSVGPage() as %Status
Inherited description: Callback method.
If defined, this provides a way for a subclass to add static SVG content
to the svgPage.
classmethod %OnDrawStyleSVG() as %Status
Callback method called when drawing the SVG CSS style for this page.
method DrawLegend() as %Status
Draw the SVG legend.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ApplyURLParms()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawClassDefinition()
- %DrawClassDefinitions()
- %DrawObjectDefinitions()
- %DrawObjectProperties()
- %DrawSVGDef()
- %DrawSVGDefs()
- %DrawSVGPage()
- %DrawStyleSVG()
- %EndScript()
- %Extends()
- %GetParameter()
- %GetSuperClassList()
- %InvokeCallback()
- %IsA()
- %IsModified()
- %LinkCSS()
- %LinkScript()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnDrawSVGDef()
- %OnDrawSVGScript()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %StartScript()
- %ValidateObject()
- ConvertParameter()
- Decrypt()
- Encrypt()
- EscapeHTML()
- EscapeURL()
- HyperEventCall()
- HyperEventHead()
- Include()
- InsertHiddenField()
- InsertHiddenFields()
- IsPrivate()
- Link()
- OnHTTPHeader()
- OnPage()
- OnPageError()
- OnPostHTTP()
- OnPostHyperEvent()
- OnPreHTTP()
- OnPreHyperEvent()
- Page()
- QuoteJS()
- RewriteURL()
- ShowError()
- StartTimer()
- StopTimer()
- ThrowError()
- UnescapeHTML()
- UnescapeURL()
- onSVGLoad()