Class FileActionEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.resultset.FileActionEvent
- All Implemented Interfaces:
Serializable
public class FileActionEvent
extends org.zkoss.zk.ui.event.Event
Event used for file operations in result list.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileActionEvent
(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, FileActionEvent.FileAction fileAction, FolderId actionParent) Constructor.FileActionEvent
(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, Map<FolderId, String> maskMap, FileActionEvent.FileAction fileAction, FolderId actionParent) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
FileActionEvent
public FileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, FileActionEvent.FileAction fileAction, FolderId actionParent) Constructor.- Parameters:
target
- target componentfolderMap
- selected folders and their classesfileAction
- action file actionactionParent
- id of the application node in the navigation
-
FileActionEvent
public FileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId, String> folderMap, Map<FolderId, String> maskMap, FileActionEvent.FileAction fileAction, FolderId actionParent) Constructor.- Parameters:
target
- target componentfolderMap
- selected folders and their classesmaskMap
- selected folders and query mask names to override setting in classfileAction
- action file actionactionParent
- id of the application node in the navigation
-
-
Method Details
-
getFolders
- Returns:
- map with selected folders and folder class names
-
getOverrideMasks
- Returns:
- map with selected folders and mask names that override the folder classes
-
getFileAction
- Returns:
- file action
-
getFileParent
- Returns:
- id of the node in the navigation view that is the parent for the current file action (either the application node in xnmain, the eFile-folder or a child-register.
-