Uses of Enum Class
com.saperion.ngc.events.resultset.FileActionEvent.FileAction
Packages that use FileActionEvent.FileAction
Package
Description
Package for all ZK events.
Package for all resultset events.
-
Uses of FileActionEvent.FileAction in com.saperion.ngc.events
Methods in com.saperion.ngc.events with parameters of type FileActionEvent.FileActionModifier and TypeMethodDescriptionvoidBaseWindow.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidBaseWindow.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandler.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandler.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandlerImpl.postFileActionEvent(Map<FolderId, String> folders, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event.voidEventChildHandlerImpl.postFileActionEvent(Map<FolderId, String> folders, Map<FolderId, String> masks, FileActionEvent.FileAction action, FolderId fileParent) Posts a file action event. -
Uses of FileActionEvent.FileAction in com.saperion.ngc.events.resultset
Methods in com.saperion.ngc.events.resultset that return FileActionEvent.FileActionModifier and TypeMethodDescriptionFileActionEvent.getFileAction()static FileActionEvent.FileActionReturns the enum constant of this class with the specified name.static FileActionEvent.FileAction[]FileActionEvent.FileAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.saperion.ngc.events.resultset with parameters of type FileActionEvent.FileActionModifierConstructorDescriptionFileActionEvent(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.