public class FileActionEvent
extends org.zkoss.zk.ui.event.Event
Modifier and Type | Class and Description |
---|---|
static class |
FileActionEvent.FileAction
File actions.
|
Constructor and Description |
---|
FileActionEvent(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.
|
Modifier and Type | Method and Description |
---|---|
FileActionEvent.FileAction |
getFileAction() |
FolderId |
getFileParent() |
Map<FolderId,String> |
getFolders() |
Map<FolderId,String> |
getOverrideMasks() |
public FileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId,String> folderMap, FileActionEvent.FileAction fileAction, FolderId actionParent)
target
- target componentfolderMap
- selected folders and their classesfileAction
- action file actionactionParent
- id of the application node in the navigationpublic FileActionEvent(org.zkoss.zk.ui.Component target, Map<FolderId,String> folderMap, Map<FolderId,String> maskMap, FileActionEvent.FileAction fileAction, FolderId actionParent)
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 navigationpublic Map<FolderId,String> getFolders()
public Map<FolderId,String> getOverrideMasks()
public FileActionEvent.FileAction getFileAction()
public FolderId getFileParent()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.