Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ViewerCollectionEventType

Event types raised by IViewerCollections

Index

Enumeration members

ActiveViewerChanged

ActiveViewerChanged: = "activeViewerChanged"

Event raised when the active {@link IViewerInstance} type has changed.

BootstrapCompleted

BootstrapCompleted: = "bootstrapcompleted"

Event raised when the IViewerCollection has finished bootstrapping

BootstrapStarted

BootstrapStarted: = "bootstrapstarted"

Event raised when the IViewerCollection starts bootstrapping

ContentChangeApproved

ContentChangeApproved: = "contentchangeapproved"

Event raised when IViewerCollection will begin loading new content.

ContentChanged

ContentChanged: = "contentchanged"

Event raised when the IViewerCollection has finished loading content.

ContentChanging

ContentChanging: = "contentchanging"

Event raised when the IViewerCollection has begun loading content.

DocumentMetaDataChanged

DocumentMetaDataChanged: = "documentMetaDataChanged"

Event raised when document meta data is updated (via Mass Edit).

QueuePointerChanged

QueuePointerChanged: = "queuepointerchanged"

Event raised when the IViewerCollection has a new IQueuePointer.

ReloadCompleted

ReloadCompleted: = "reloadCompleted"

Event raised when the active {@link IViewerInstance} reload is complete.

SkeletonHidden

SkeletonHidden: = "skeletonhidden"

Event raised when the viewer collection hides it's skeleton after showing it.

SkeletonShown

SkeletonShown: = "skeletonshown"

Event raised when the viewer collection displays it's skeleton. Note that this event is not raised when a viewer in the viewer collection invokes it's own skeleton.

ToolbarControlsEnabled

ToolbarControlsEnabled: = "toolbarcontrolsenabled"

Event raised when the IViewerCollection enables all toolbar controls.

ViewerActivated

ViewerActivated: = "vieweractivated"

Event raised when the IViewerCollection actives the new target {@link IViewerInstance}

ViewerDeactivated

ViewerDeactivated: = "viewerdeactivated"

Event raised when the IViewerCollection deactivates the new target {@link IViewerInstance}

ViewerLoadedItem

ViewerLoadedItem: = "viewerloadeditem"

Event raised when the IViewerCollection causes the current target {@link IViewerInstance} to load an IQueueItem