The following tables list the members exposed by PivotDataSelectorClientEvents.
Name | Description | |
---|---|---|
DataSelectorRendered | Event which is raised after the data selector is rendered. Changing the data source instance will re-render the data selector. Function takes arguments evt and ui. Use ui.owner to get a reference to the data selector. | |
DataSourceInitialized | Event which is raised after the data source has initialized. Function takes arguments evt and ui. Use ui.owner to get a reference to the data selector. Use ui.dataSource to get a reference to the data source. Use ui.error to see if an error has occured during initialization. Use ui.metadataTreeRoot to get a reference to the root of the data source metatadata root item. | |
DataSourceUpdated | Event which is raised after the data source has updated. Function takes arguments evt and ui. Use ui.owner to get a reference to the data selector. Use ui.dataSource to get a reference to the data source. Use ui.error to see if an error has occured during update. Use ui.result to get the result of the update operation. | |
DeferUpdateChanged | Event which is raised when the defer update checkbox changes. Function takes arguments evt and ui. Use ui.owner to get a reference to the data selector. Use ui.deferUpdate to get the defer update value. | |
Drag | Event which is raised on drag. Function takes arguments evt and ui. Use ui.metadata to get a reference to the data. Use ui.helper to get a reference to the helper. Use ui.offset to get a reference to the offset. Use ui.originalPosition to get a reference to the original position of the draggable element. Use ui.position to get a reference to the current position of the draggable element. | |
DragStart | Event which is raised on drag start. Function takes arguments evt and ui. Use ui.metadata to get a reference to the data. Use ui.helper to get a reference to the helper. Use ui.offset to get a reference to the offset. Use ui.originalPosition to get a reference to the original position of the draggable element. Use ui.position to get a reference to the current position of the draggable element. | |
DragStop | Event which is raised on drag stop. Function takes arguments evt and ui. Use ui.helper to get a reference to the helper. Use ui.offset to get a reference to the offset. Use ui.originalPosition to get a reference to the original position of the draggable element. Use ui.position to get a reference to the current position of the draggable element. | |
FilterDropDownClosed | Event which is raised after the filter members drop down closes. Function takes arguments evt and ui. Use ui.hierarchy for a reference to the hierarchy. | |
filterDropDownClosing | Event which is raised before the filter members drop down closes. Function takes arguments evt and ui. Use ui.hierarchy for a reference to the hierarchy. Use ui.dropDownElement for a reference to the drop down. | |
FilterDropDownOk | Event which is raised after the OK button in the filter members drop down is clicked. Function takes arguments evt and ui. Use ui.hierarchy for a reference to the hierarchy. Use ui.filterMembers for a collection with the selected filter members. If all filter members are selected the collection will be empty. Use ui.dropDownElement for a reference to the drop down. | |
FilterDropDownOpened | Event which is raised after the filter members drop down opens. Function takes arguments evt and ui. Use ui.hierarchy for a reference to the hierarchy. Use ui.dropDownElement for a reference to the drop down. | |
FilterDropDownOpening | Event which is raised before the filter members drop down opens. Function takes arguments evt and ui. Use ui.hierarchy for a reference to the hierarchy. | |
FilterMembersLoaded | Event which is raised after the filter members are loaded. Function takes arguments evt and ui. Use ui.rootFilterMembers for a collection with the root filter members. | |
MetadataDropped | Event which is raised after a metadata item drop. Function takes arguments evt and ui. Use ui.targetElement for a reference to the drop target. Use ui.draggedElement for a reference to the metadata item element. Use ui.metadata to get a reference to the data. Use ui.metadataIndex to get the index at which the metadata will be inserted. Use ui.helper to get a reference to the helper. Use ui.offset to get a reference to the offset. Use ui.position to get a reference to the current position of the draggable element. | |
MetadataDropping | Event which is raised before a metadata item drop. Function takes arguments evt and ui. Use ui.targetElement for a reference to the drop target. Use ui.draggedElement for a reference to the metadata item element. Use ui.metadata to get a reference to the data. Use ui.metadataIndex to get the index at which the metadata will be inserted. Use ui.helper to get a reference to the helper. Use ui.offset to get a reference to the offset. Use ui.position to get a reference to the current position of the draggable element. | |
MetadataRemoved | Event which is raised after a metadata item is removed when the user clicks the close icon. Function takes arguments evt and ui. Use ui.metadata to get a reference to the data. | |
MetadataRemoving | Event which is raised before a metadata item is removed when the user clicks the close icon. Function takes arguments evt and ui. Use ui.targetElement for a reference to the dragged element. Use ui.metadata to get a reference to the data. |
View on GitHub