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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Filing actions. -
Constructor Summary
ConstructorsConstructorDescriptionDocumentFilingEvent
(org.zkoss.zk.ui.Component target, DocumentFilingEvent.DocumentFilingAction filingAction, Set<DocumentId> documentIDs, String folderName) Creates a new DocumentFilingEvent for ADD_TO_NEW_FOLDER action.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. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
Method Details
-
getAction
- Returns:
- action to perform
-
getDocumentIDs
- Returns:
- document hdoc
-
getFolderIds
- Returns:
- folder sysrowid
-
getFolderName
- Returns:
- folder name
-