Skip to main content

%DeepSee.Component.PivotContent

abstract class %DeepSee.Component.PivotContent

This utility class supplies the methods needed to control a pivotTable using a navigator component.

Method Inventory

Methods

clientmethod pivotTableCloseButtonClick(navigator, pivot, key) [ Language = javascript ]
Button clicked in navigator close button.
clientmethod pivotTableDataArrange(navigator, pivot, key, swap, final) [ Language = javascript ]
This is called when a list within the navigator is rearranged. key is the key for the item and swap indicates what items to rearrange. final is true if this is the final value (controls such as a slider may provide intermediate values as well while the user is actively dragging it).
clientmethod pivotTableDataChange(navigator, pivot, key, value, final) [ Language = javascript ]
This is called when a data value within the navigator is changed. key is the key for the item and value is the new value. final is true if this is the final value (controls such as a slider may provide intermediate values as well while the user is actively dragging it).
clientmethod pivotTableGetContentForLevel(navigator, pivot, level, key, value) [ Language = javascript ]
Return an object describing what to display for this level.
clientmethod pivotTableHeaderButtonClick(navigator, pivot, key) [ Language = javascript ]
Button clicked in navigator header.

Subclasses

FeedbackOpens in a new tab