%ZEN.SVGComponent.slider
deprecated class %ZEN.SVGComponent.slider extends %ZEN.SVGComponent.meter
An SVG slider control. (This is still experimental and subject to change).Property Inventory
Method Inventory
- btnTimerHandler()
- dragThumb()
- findNextTickValue()
- mouseDownHandler()
- mouseUpHandler()
- renderMeter()
- roundValue()
- setProperty()
Parameters
parameter DEFAULTVIEWBOXWIDTH = 10;
Override viewBoxWidth for this component.
Properties
property constrained as %ZEN.Datatype.boolean [ InitialExpression = 1 ];
If true (the default), then constrain the value of the slider so that it corresponds
to one of the tick marks displayed within the slider.
Property methods: constrainedDisplayToLogical(), constrainedGet(), constrainedIsValid(), constrainedLogicalToDisplay(), constrainedLogicalToOdbc(), constrainedLogicalToXSD(), constrainedNormalize(), constrainedSet(), constrainedXSDToLogical()
property tickMarks as %ZEN.Datatype.integer (MINVAL = 0) [ InitialExpression = 10 ];
Number of tick marks to display within the slider.
Property methods: tickMarksDisplayToLogical(), tickMarksGet(), tickMarksIsValid(), tickMarksLogicalToDisplay(), tickMarksLogicalToOdbc(), tickMarksNormalize(), tickMarksSet()
Methods
clientmethod btnTimerHandler(which) [ Language = javascript ]
Timer handler for up/down buttons.
clientmethod dragThumb(evt) [ Language = javascript ]
Drag handler for thumb.
clientmethod findNextTickValue(which) [ Language = javascript ]
Find the value of the next tick mark (in the direction specified
by which).
clientmethod mouseDownHandler(evt, which) [ Language = javascript ]
Mouse down handler for up/down buttons.
clientmethod mouseUpHandler(evt, which) [ Language = javascript ]
Mouse up handler for up/down buttons.
clientmethod renderMeter() [ Language = javascript ]
Render the inner SVG contents of this component.
clientmethod roundValue(value) [ Language = javascript ]
Apply rounding (if needed) to a value that will be applied to the slider.
If the slider is constrained, then round the value to the nearest tick mark.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
Inherited Members
Inherited Properties
- %condition
- %controller
- %import
- %includeFiles
- %page
- %resource
- animate
- aux
- boundless
- composite
- controller
- controllerId
- dataBinding
- disabled
- document
- height
- hidden
- id
- index
- label
- labelStyle
- name
- onchange
- onclick
- onnotifyView
- onupdate
- parent
- position
- preserveAspectRatio
- rangeLower
- rangeUpper
- scaleFactor
- showConditionally
- svgComponent
- svgGroup
- targetValue
- thresholdLower
- thresholdUpper
- tuple
- value
- viewBoxHeight
- viewBoxWidth
- visible
- width
- window
- x
- y
Inherited Methods
- %AddToSaveSet()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTML()
- %DrawJSStrings()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetEventHandlers()
- %GetParameter()
- %GetXMLName()
- %IsA()
- %IsModified()
- %MakeId()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnDrawObjectProperties()
- %OnObjectSynch()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %Self()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- acquireData()
- beginWaitState()
- calculateViewBox()
- clickHandler()
- endWaitState()
- findElement()
- findSVGElement()
- fireOnUpdateEvent()
- getController()
- getFrame()
- getLabelText()
- getProperty()
- getSettings()
- getSizeAbsolute()
- getType()
- getValue()
- invokeSuper()
- isOfType()
- makeId()
- notifyViewHandler()
- onCreate()
- onDelete()
- onSerialize()
- onchangeHandler()
- onloadHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- render()
- renderContents()
- renderLabel()
- renderSVG()
- sendEventToController()
- setControllerId()
- setOverlayMode()
- setPosition()
- setPositionHandler()
- setSize()
- setSizeHandler()
- setTextNode()
- setValue()
- sizingMouseDownHandler()
- unrender()
- wrapMethod()