%ZEN.SVGComponent.tabBar
deprecated class %ZEN.SVGComponent.tabBar extends %ZEN.SVGComponent.svgComponent
SVG tabBar controlProperty Inventory
Method Inventory
- buttonDeleteClicked()
- buttonMouseOut()
- buttonMouseOver()
- buttonNewClicked()
- drawOneTab()
- drawPlus()
- drawTabs()
- renderContents()
- setProperty()
- tabClicked()
Properties
property dynamic as %ZEN.Datatype.boolean;
is this property is true, then users are allowed to add and remove tabs.
Property methods: dynamicDisplayToLogical(), dynamicGet(), dynamicIsValid(), dynamicLogicalToDisplay(), dynamicLogicalToOdbc(), dynamicLogicalToXSD(), dynamicNormalize(), dynamicSet(), dynamicXSDToLogical()
property height as %ZEN.Datatype.length [ InitialExpression = 32 ];
height of the total tab header
Property methods: heightDisplayToLogical(), heightGet(), heightIsValid(), heightLogicalToDisplay(), heightLogicalToOdbc(), heightNormalize(), heightSet()
property maxOneTabWidth as %ZEN.Datatype.integer [ InitialExpression = 200 ];
the maximum width of the tabs (from bottom to bottom) as multiples of the height
Property methods: maxOneTabWidthDisplayToLogical(), maxOneTabWidthGet(), maxOneTabWidthIsValid(), maxOneTabWidthLogicalToDisplay(), maxOneTabWidthLogicalToOdbc(), maxOneTabWidthNormalize(), maxOneTabWidthSet()
property onChange as %ZEN.Datatype.eventHandler;
The method to call after the selected tab is changed
Property methods: onChangeDisplayToLogical(), onChangeGet(), onChangeIsValid(), onChangeLogicalToDisplay(), onChangeLogicalToOdbc(), onChangeNormalize(), onChangeSet()
property onDeleteTab as %ZEN.Datatype.eventHandler;
The method to call after a tab is deleted
Property methods: onDeleteTabDisplayToLogical(), onDeleteTabGet(), onDeleteTabIsValid(), onDeleteTabLogicalToDisplay(), onDeleteTabLogicalToOdbc(), onDeleteTabNormalize(), onDeleteTabSet()
property onNewTab as %ZEN.Datatype.eventHandler;
The method to call after a new tab is added
Property methods: onNewTabDisplayToLogical(), onNewTabGet(), onNewTabIsValid(), onNewTabLogicalToDisplay(), onNewTabLogicalToOdbc(), onNewTabNormalize(), onNewTabSet()
property selectedIndex as %ZEN.Datatype.integer [ InitialExpression = 0 ];
the index of the selected tab
Property methods: selectedIndexDisplayToLogical(), selectedIndexGet(), selectedIndexIsValid(), selectedIndexLogicalToDisplay(), selectedIndexLogicalToOdbc(), selectedIndexNormalize(), selectedIndexSet()
property tabCaptions as %ZEN.Datatype.caption;
The captions for the tabs. The first character is the string separator.
Property methods: tabCaptionsDisplayToLogical(), tabCaptionsGet(), tabCaptionsIsValid(), tabCaptionsLogicalToDisplay(), tabCaptionsLogicalToOdbc(), tabCaptionsNormalize(), tabCaptionsSet()
Methods
clientmethod buttonDeleteClicked(index) [ Language = javascript ]
clientmethod buttonMouseOut(index) [ Language = javascript ]
clientmethod buttonMouseOver(index) [ Language = javascript ]
clientmethod buttonNewClicked(index) [ Language = javascript ]
clientmethod drawOneTab(index, tabWidth, isActive) [ Language = javascript ]
clientmethod drawPlus(tabWidth) [ Language = javascript ]
clientmethod drawTabs() [ Language = javascript ]
clientmethod renderContents() [ Language = javascript ]
Render the inner SVG contents of this component.
clientmethod setProperty(property, value, value2) [ Language = javascript ]
Set the value of a named property.
clientmethod tabClicked(index) [ Language = javascript ]
Inherited Members
Inherited Properties
- %condition
- %import
- %includeFiles
- %page
- %resource
- aux
- boundless
- composite
- document
- hidden
- id
- index
- name
- onclick
- onupdate
- parent
- position
- preserveAspectRatio
- svgComponent
- svgGroup
- tuple
- 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()
- beginWaitState()
- calculateViewBox()
- clickHandler()
- endWaitState()
- findElement()
- findSVGElement()
- fireOnUpdateEvent()
- getFrame()
- getProperty()
- getSettings()
- getSizeAbsolute()
- getType()
- invokeSuper()
- isOfType()
- makeId()
- onCreate()
- onDelete()
- onSerialize()
- onloadHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- render()
- renderSVG()
- setOverlayMode()
- setPosition()
- setPositionHandler()
- setSize()
- setSizeHandler()
- setTextNode()
- sizingMouseDownHandler()
- unrender()
- wrapMethod()