Class DocumentFilingEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.navigation.DocumentFilingEvent
All Implemented Interfaces:
Serializable

public class DocumentFilingEvent extends org.zkoss.zk.ui.event.Event
Event for document filing actions.
See Also:
  • Constructor Details

    • DocumentFilingEvent

      public DocumentFilingEvent(org.zkoss.zk.ui.Component target, DocumentFilingEvent.DocumentFilingAction filingAction, Set<DocumentId> documentIDs, Set<FolderId> folderIds)
      Creates a new DocumentFilingEvent for actions ADD_TO_FOLDER and REMOVE_FROM_FOLDER.
      Parameters:
      target - target component
      filingAction - action to perform
      folderIds - ids of folders
      documentIDs - document IDs
    • DocumentFilingEvent

      public DocumentFilingEvent(org.zkoss.zk.ui.Component target, DocumentFilingEvent.DocumentFilingAction filingAction, Set<DocumentId> documentIDs, String folderName)
      Creates a new DocumentFilingEvent for ADD_TO_NEW_FOLDER action.
      Parameters:
      target - target component
      filingAction - filing action
      documentIDs - document IDs
      folderName - folder name
  • Method Details