Version

PivotDataSelectorClientEvents Class Members

The following tables list the members exposed by PivotDataSelectorClientEvents.

Public Fields
 NameDescription
Public FieldDataSelectorRenderedEvent 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.  
Public FieldDataSourceInitializedEvent 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.  
Public FieldDataSourceUpdatedEvent 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.  
Public FieldDeferUpdateChangedEvent 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.  
Public FieldDragEvent 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.  
Public FieldDragStartEvent 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.  
Public FieldDragStopEvent 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.  
Public FieldFilterDropDownClosedEvent 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.  
Public FieldfilterDropDownClosingEvent 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.  
Public FieldFilterDropDownOkEvent 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.  
Public FieldFilterDropDownOpenedEvent 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.  
Public FieldFilterDropDownOpeningEvent 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.  
Public FieldFilterMembersLoadedEvent 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.  
Public FieldMetadataDroppedEvent 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.  
Public FieldMetadataDroppingEvent 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.  
Public FieldMetadataRemovedEvent 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.  
Public FieldMetadataRemovingEvent 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.  
See Also

View on GitHub