Package | Description |
---|---|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.events.resultset |
Package for all resultset events.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postFileActionEvent(Map<FolderId,String> folders,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
EventChildHandler.postFileActionEvent(Map<FolderId,String> folders,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
BaseWindow.postFileActionEvent(Map<FolderId,String> folders,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
EventChildHandlerImpl.postFileActionEvent(Map<FolderId,String> folders,
Map<FolderId,String> masks,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
EventChildHandler.postFileActionEvent(Map<FolderId,String> folders,
Map<FolderId,String> masks,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
BaseWindow.postFileActionEvent(Map<FolderId,String> folders,
Map<FolderId,String> masks,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
Modifier and Type | Method and Description |
---|---|
FileActionEvent.FileAction |
FileActionEvent.getFileAction() |
static FileActionEvent.FileAction |
FileActionEvent.FileAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileActionEvent.FileAction[] |
FileActionEvent.FileAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.