public abstract class BaseWindow extends org.zkoss.zul.Window implements EventChild, EventChildHandler
AFTER_PAGE_ATTACHED, AFTER_PAGE_DETACHED
ALL_EVENTS, ON_ADD_LINK, ON_ADD_LOOKUP, ON_ADD_TO_FAVORITES, ON_AFTER_QUERY, ON_BUTTON, ON_BUTTON_QUERY, ON_CANCEL, ON_CANCEL_AND, ON_CANCEL_EDIT, ON_CHANGE_DOCUMENT_SECURITY, ON_CHANGE_FOLDER_SECURITY, ON_CLEAR, ON_DELETE_SELECTED, ON_DISPLAY_POPUP, ON_DISPLAY_RESULTITEM, ON_DISPLAY_TEMPORARY_DOCUMENT, ON_DOCUMENT_ADDED, ON_DOCUMENT_CHECK, ON_DOCUMENT_FILING, ON_DOCUMENT_LOCKED, ON_DOCUMENT_RELEASE, ON_DOWNLOAD_RESULTITEM, ON_EDIT_CONTENT, ON_EDIT_FOLDER, ON_EDIT_ITEM, ON_EDIT_ITEM_SELECTED, ON_EDIT_LOOKUP, ON_EDIT_SELECTED, ON_EDIT_STRUCTURE, ON_EXPORT, ON_FAST_ACCESS_DRAG_OVER, ON_FIELD_CHANGE, ON_FILE_ACTION, ON_FILE_PREVIEW, ON_FILE_SEARCH, ON_FORM_CREATED, ON_FORM_RENDER_ERROR, ON_FORWARD, ON_IGNORE, ON_INDEX, ON_INDEX_CLEAR, ON_INDEX_RESULTITEM, ON_ITEM_DOUBLECLICK, ON_LAUNCH_WORKFLOW, ON_LOG, ON_LOGON, ON_MACRO, ON_NAVIGATION, ON_NAVIGATION_FOLDER, ON_NAVIGATION_FORM, ON_NAVIGATION_WEBPART, ON_NEW_ITEM, ON_NEW_SELECTED, ON_OK, ON_OPEN_INDEX_MASK, ON_OPEN_MASK, ON_OPEN_QUERY_MASK, ON_PASSWORD_EXPIRED, ON_PRINT_DOCUMENTS, ON_QUERY, ON_QUERY_FAVORITE, ON_REFRESH, ON_REFRESH_FOLDER, ON_RESET_GUI, ON_REVISION_CREATED, ON_SAVE_AND, ON_SAVE_DOC, ON_SAVE_FOLDER, ON_SCROLL_NODE, ON_SELECT_TREE_ITEM, ON_SELECTDDC, ON_SEND_MAIL_RESULTITEM, ON_START_WORKFLOW, ON_TAB_SELECTED, ON_UNDELETE_SELECTED, ON_UPLOAD_DOCUMENT, ON_UPLOAD_SUCCESS, ON_VARIABLES_AVAILABLE, ON_WF, ON_WF_COMMENT_DIALOG_CANCEL, ON_WF_COMMENT_DIALOG_OK, ON_WFCOMMENTS, ON_WFDELEGATE, ON_WFFORWARD, ON_WFFORWARD1, ON_WFFORWARD2, ON_WFFORWARD3, ON_WFFORWARD4, ON_WFFORWARD5, ON_WFHISTORY, ON_WFPUTBACK, ON_WFREMINDER, ON_WFTAKE, ON_WORKFLOW_ACTION, ON_WORKFLOW_COMMENT
Constructor and Description |
---|
BaseWindow() |
BaseWindow(String title,
String border,
boolean closable) |
Modifier and Type | Method and Description |
---|---|
Set<org.zkoss.zk.ui.Component> |
getEventtarget(String eventName)
Reads the event target for the given event name, if set or the root element.
|
org.zkoss.zul.Window |
getMainWindow() |
void |
postAddLinkEvent(String name,
NavigationNode parent,
FolderId destination)
Post a AddLinkEvent.
|
void |
postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
Posts an add to favorites event.
|
void |
postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action)
Cancel event.
|
void |
postChangeDocumentSecurityEvent(Set<DocumentId> documentIds,
Set<String> acls)
Posts a ChangeDocumentSecurityEvent.
|
void |
postChangeFolderSecurityEvent(FolderId folderId,
Set<String> acls)
Posts a ChangeFolderSecurityEvent.
|
void |
postDeleteSelectedEvent()
Delete selected.
|
void |
postDisplayPopupEvent(DocumentId docId,
boolean withCtrl,
boolean editMode) |
void |
postDisplayPopupEvent(DocumentId docId,
boolean currentRevision,
boolean withCtrl,
boolean editMode) |
void |
postDisplayResultItemEvent(DocumentId selectedDocId)
Calls
EventChildHandler.postDisplayResultItemEvent(int, DocumentId) with all rights enabled. |
void |
postDisplayResultItemEvent(int maskRights,
DocumentId selectedDocId) |
void |
postDocumentCheckEvent(CheckDataBean.CheckType checkout,
DocumentId id)
Checkin / checkout selected document.
|
void |
postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
Set<FolderId> folderSysRowIds)
Posts a DocumentFilingEvent.
|
void |
postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action,
Set<DocumentId> documentIDs,
String folderName)
Posts a DocumentFilingEvent.
|
void |
postDocumentReleaseEvent(DocumentId id)
Release selected document.
|
void |
postDownloadResultItemEvent(List<ResultProperties> items) |
void |
postEditContentEvent(EditContentEvent.EditContentAction action,
DocumentId documentId)
Post edit content event.
|
void |
postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin,
String maskName,
String ddcName,
ResultProperties properties)
Edit item event.
|
void |
postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin)
Edit event.
|
void |
postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin,
boolean readonly)
Edit event.
|
void |
postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin,
String mask,
ResultProperties properties)
Edit event.
|
void |
postEditStructureEvent(DocumentId documentId)
Posts an edit structure event.
|
void |
postErrorLogEvent(LogMessage message)
Posts an event that will create a log-entry at error-level.
|
void |
postErrorLogEvent(LogMessage message,
org.zkoss.zk.ui.event.EventListener eventListener)
Posts an event that will create a log-entry at error-level.
|
void |
postFieldChangeEvent(ResultProperty property) |
void |
postFileActionEvent(Map<FolderId,String> folders,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
postFileActionEvent(Map<FolderId,String> folders,
Map<FolderId,String> masks,
FileActionEvent.FileAction action,
FolderId fileParent)
Posts a file action event.
|
void |
postFormButtonEvent(ButtonInfo info) |
void |
postIndexResultItemEvent(ResultProperties properties,
String componentId) |
void |
postInfoLogEvent(LogMessage message)
Posts an event that will create a log-entry at info-level.
|
void |
postInfoLogEvent(LogMessage message,
org.zkoss.zk.ui.event.EventListener eventListener)
Posts an event that will create a log-entry at info-level.
|
void |
postLaunchWorkflowEvent(List<String> documentIds,
String workflowName,
String commentString,
List<com.saperion.intf.wf.WorkflowMember> users) |
void |
postLockDocumentEvent(boolean lock) |
void |
postLogonEvent(LogonEvent.LogonResult result,
String userName) |
void |
postLogonEvent(LogonEvent.LogonResult result,
String userName,
boolean bIsSSOUser) |
void |
postNavigationFolderEvent(FolderNode node,
boolean close) |
void |
postNavigationFormEvent(MaskInfoBean infoBean,
boolean close) |
void |
postNavigationFormEvent(MaskInfoBean infoBean,
FolderSearchInfos infos,
boolean close) |
void |
postNavigationWebpartEvent(String adress,
String name,
boolean close) |
void |
postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin,
String maskName,
String ddcName,
FormMode mode)
New event.
|
void |
postOpenMaskEvent(String formName,
String sysRowId)
Post open mask event.
|
void |
postPrintDocumentEvent(List<ResultProperties> rows)
Posts a print-document-event.
|
void |
postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites,
boolean close)
Posts an on query favorite event.
|
void |
postRefreshEvent()
Posts a refresh event.
|
void |
postResetGuiEvent()
Post reset GUI event.
|
void |
postResultFieldEvent(ResultFieldEventBean bean) |
void |
postSaveDocumentEvent(ResultFieldEventBean bean) |
void |
postSaveDocumentEvent(ResultFieldEventBean bean,
Set<String> acls,
String comment,
Map<String,DocumentVariable> variables) |
void |
postSelectTreeItemEvent(FolderId folderId,
SelectTreeItemEvent.Destination type) |
void |
postSendMailResultItemEvent(MailSendType mailSendType,
ResultProperties item,
MailContentType mailContentType) |
void |
postStartWorkflowEvent(List<String> documentIds) |
void |
postTabSelectedEvent(FolderId folderId,
MainTabView.MTVTabType tabType,
IntelligentFormView formView)
Posts a tab selected event.
|
void |
postUnDeleteSelectedEvent()
Undelete selected.
|
void |
postUploadDocumentEvent(FolderUploadInfos uploadInfos)
Posts an upload document event.
|
void |
postUploadSuccessEvent(FolderId folderId)
Posts an upload success event.
|
void |
postWarningLogEvent(LogMessage message)
Posts an event that will create a log-entry at warning-level.
|
void |
postWarningLogEvent(LogMessage message,
org.zkoss.zk.ui.event.EventListener eventListener)
Posts an event that will create a log-entry at warning-level.
|
void |
postWorkflowActionEvent(List<DocumentId> tasks,
com.saperion.intf.wf.CommandInfo info,
List<String> actors,
String commentString,
Date actionDate) |
void |
postWorkflowCommentEvent(List<DocumentId> tasks) |
void |
setEventtarget(org.zkoss.zk.ui.Component comp,
String eventName)
Set the event target.
|
beforeChildAdded, clone, doEmbedded, doHighlighted, doModal, doOverlapped, doPopup, getBorder, getCaption, getContentSclass, getContentStyle, getDefaultActionOnShow, getMinheight, getMinwidth, getMode, getModeType, getPosition, getTitle, getZclass, inEmbedded, inHighlighted, inModal, inOverlapped, inPopup, insertBefore, isClosable, isCollapsible, isMaximizable, isMaximized, isMinimizable, isMinimized, isShadow, isSizable, onChildRemoved, onClose, onModal, onPageDetached, renderProperties, service, setBorder, setBorder, setClosable, setContentSclass, setContentStyle, setDefaultActionOnShow, setDraggable, setMaximizable, setMaximized, setMinheight, setMinimizable, setMinimized, setMinwidth, setMode, setMode, setMode, setPosition, setShadow, setSizable, setTitle, setTopmost, setVisible
getContext, getCtrlKeys, getPopup, getPropertyAccess, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip
focus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTabindexInteger, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, setAction, setClass, setDroppable, setFocus, setHeight, setHeight0, setHeightDirectly, setHflex, setHflex0, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTabindex, setTabindex, setTooltiptext, setTop, setTopDirectly, setVflex, setVflex0, setVflexDirectly, setWidth, setWidth0, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectly
addAnnotation, addAnnotation, addCallback, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addRedrawCallback, addScopeListener, addShadowRoot, addShadowRootBefore, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildRemoved, beforeParentChanged, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableBindingAnnotation, disableClientUpdate, enableBindingAnnotation, equals, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getCallback, getChildren, getClientAttribute, getClientDataAttribute, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRedrawCallback, getRoot, getShadowFellowIfAny, getShadowRoots, getShadowVariable, getShadowVariable, getShadowVariable0, getSpaceOwner, getSpecialRendererOutput, getStubonly, getSubBindingAnnotationCount, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasBindingAnnotation, hasFellow, hasFellow, hasSubBindingAnnotation, invalidate, isChildable, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onPageAttached, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeCallback, removeChild, removeEventListener, removeForward, removeForward, removeRedrawCallback, removeScopeListener, removeShadowRoot, render, render, render, replace, response, response, response, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerialize
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Set<org.zkoss.zk.ui.Component> getEventtarget(String eventName)
getEventtarget
in interface EventChild
eventName
- Event name or null for main targetEventChild.getEventtarget(java.lang.String)
public void setEventtarget(org.zkoss.zk.ui.Component comp, String eventName)
setEventtarget
in interface EventChild
comp
- Event targeteventName
- Event name or null for main targetEventChild.setEventtarget(org.zkoss.zk.ui.Component,
java.lang.String)
public void postWorkflowActionEvent(List<DocumentId> tasks, com.saperion.intf.wf.CommandInfo info, List<String> actors, String commentString, Date actionDate)
postWorkflowActionEvent
in interface EventChildHandler
tasks
- Task infoinfo
- Command infoactors
- ActorcommentString
- CommentactionDate
- Action dateEventChildHandler.postWorkflowActionEvent(java.util.List,
com.saperion.intf.wf.CommandInfo, java.util.List, java.lang.String, java.util.Date)
public void postWorkflowCommentEvent(List<DocumentId> tasks)
postWorkflowCommentEvent
in interface EventChildHandler
tasks
- Task infoEventChildHandler.postWorkflowCommentEvent(java.util.List)
public void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode)
postDisplayPopupEvent
in interface EventChildHandler
docId
- Document idwithCtrl
- With CTRLeditMode
- edit modeEventChildHandler.postDisplayPopupEvent(com.saperion.ngc.model.document.DocumentId,
boolean, boolean)
public void postDisplayPopupEvent(DocumentId docId, boolean currentRevision, boolean withCtrl, boolean editMode)
postDisplayPopupEvent
in interface EventChildHandler
docId
- Document idcurrentRevision
- currentRevisionwithCtrl
- With CTRLeditMode
- edit modeEventChildHandler.postDisplayPopupEvent(com.saperion.ngc.model.document.DocumentId,
boolean, boolean)
public void postDisplayResultItemEvent(int maskRights, DocumentId selectedDocId)
postDisplayResultItemEvent
in interface EventChildHandler
maskRights
- rights enabled in the maskselectedDocId
- selected item's idEventChildHandler.postDisplayResultItemEvent(int,
com.saperion.ngc.model.document.DocumentId)
public void postDisplayResultItemEvent(DocumentId selectedDocId)
EventChildHandler.postDisplayResultItemEvent(int, DocumentId)
with all rights enabled.postDisplayResultItemEvent
in interface EventChildHandler
selectedDocId
- selected item's ID(com.saperion.ngc.model.document.DocumentId)
public void postIndexResultItemEvent(ResultProperties properties, String componentId)
postIndexResultItemEvent
in interface EventChildHandler
properties
- PropertiescomponentId
- id of the component firing this event(com.saperion.ngc.model.resultset.ResultProperties,java.lang.String)
public void postLockDocumentEvent(boolean lock)
postLockDocumentEvent
in interface EventChildHandler
lock
- LockEventChildHandler.postLockDocumentEvent(boolean)
public void postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, String maskName, String ddcName, FormMode mode)
postNewSelectedEvent
in interface EventChildHandler
origin
- event originmaskName
- Mask nameddcName
- DDC namemode
- Form mode(com.saperion.ngc.events.resultset.NewSelectedEvent.NewEventOrigin, java.lang.String,
java.lang.String, com.saperion.ngc.iform.FormMode)
public void postEditItemSelectedEvent(EditItemSelectedEvent.EditItemEventOrigin origin, String maskName, String ddcName, ResultProperties properties)
postEditItemSelectedEvent
in interface EventChildHandler
origin
- event originmaskName
- Mask nameddcName
- DDC nameproperties
- Properties(com.saperion.ngc.events.resultset.EditItemSelectedEvent.EditItemEventOrigin,
java.lang.String, java.lang.String, com.saperion.ngc.model.resultset.ResultProperties)
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin)
postEditSelectedEvent
in interface EventChildHandler
origin
- event origin#postEditSelectedEvent(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin)
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly)
postEditSelectedEvent
in interface EventChildHandler
origin
- event originreadonly
- if true index data will be shown but cannot be edited#postEditSelectedEvent(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin, boolean)
public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, String mask, ResultProperties properties)
postEditSelectedEvent
in interface EventChildHandler
origin
- event originmask
- name of the mask to useproperties
- properties of the document to edit(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin,
java.lang.String, com.saperion.ngc.model.resultset.ResultProperties)
public void postResultFieldEvent(ResultFieldEventBean bean)
postResultFieldEvent
in interface EventChildHandler
bean
- Result field bean#postResultFieldEvent(com.saperion.ngc.events.iform.ResultFieldEventBean)
public void postSaveDocumentEvent(ResultFieldEventBean bean)
postSaveDocumentEvent
in interface EventChildHandler
bean
- Result field bean#postSaveDocumentEvent(com.saperion.ngc.events.iform.ResultFieldEventBean)
public void postSaveDocumentEvent(ResultFieldEventBean bean, Set<String> acls, String comment, Map<String,DocumentVariable> variables)
postSaveDocumentEvent
in interface EventChildHandler
bean
- Result field beanacls
- ACLs to use when saving (comma-separated string)comment
- the comment for the new revisionwvariables
- the variables to add to the document(com.saperion.ngc.events.iform.ResultFieldEventBean, java.util.Set, java.lang.String, java.util.Map)
public void postDeleteSelectedEvent()
postDeleteSelectedEvent
in interface EventChildHandler
EventChildHandlerImpl.postDeleteSelectedEvent()
public void postUnDeleteSelectedEvent()
postUnDeleteSelectedEvent
in interface EventChildHandler
EventChildHandlerImpl.postUnDeleteSelectedEvent()
public void postDocumentCheckEvent(CheckDataBean.CheckType checkout, DocumentId id)
postDocumentCheckEvent
in interface EventChildHandler
checkout
- Checkout / checkin typeid
- Document idEventChildHandler.postDocumentCheckEvent(com.saperion.ngc.events.CheckDataBean.CheckType, com.saperion.ngc.model.document.DocumentId)
public void postDocumentReleaseEvent(DocumentId id)
postDocumentReleaseEvent
in interface EventChildHandler
id
- Document id to releaseEventChildHandler.postDocumentReleaseEvent(com.saperion.ngc.model.document.DocumentId)
public void postDownloadResultItemEvent(List<ResultProperties> items)
postDownloadResultItemEvent
in interface EventChildHandler
items
- items to downloadEventChildHandler.postDownloadResultItemEvent(java.util.List)
public void postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType)
postSendMailResultItemEvent
in interface EventChildHandler
mailSendType
- mail send typeitem
- item to send per mailmailContentType
- mail content typeEventChildHandler.postSendMailResultItemEvent(com.saperion.ngc.mail.MailSendType,
com.saperion.ngc.model.resultset.ResultProperties, com.saperion.ngc.mail.MailContentType)
public void postFormButtonEvent(ButtonInfo info)
postFormButtonEvent
in interface EventChildHandler
info
- Button infoEventChildHandlerImpl.postFormButtonEvent(com.saperion.ngc.iform.button.ButtonInfo)
public void postLaunchWorkflowEvent(List<String> documentIds, String workflowName, String commentString, List<com.saperion.intf.wf.WorkflowMember> users)
postLaunchWorkflowEvent
in interface EventChildHandler
documentIds
- Document id'sworkflowName
- Workflow namecommentString
- Comment stringusers
- UsersEventChildHandlerImpl.postLaunchWorkflowEvent(java.util.List,
java.lang.String, java.lang.String, java.util.List)
public void postStartWorkflowEvent(List<String> documentIds)
postStartWorkflowEvent
in interface EventChildHandler
documentIds
- Document IDsEventChildHandler.postStartWorkflowEvent(java.util.List)
public void postNavigationFormEvent(MaskInfoBean infoBean, boolean close)
postNavigationFormEvent
in interface EventChildHandler
infoBean
- Mask info beanclose
- Close tabEventChildHandler.postNavigationFormEvent(com.saperion.ngc.events.MaskInfoBean,
boolean)
public void postNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close)
postNavigationFormEvent
in interface EventChildHandler
infoBean
- Mask info beaninfos
- folder search infos (to search within a folder)close
- Close tabEventChildHandler.postNavigationFormEvent(com.saperion.ngc.events.MaskInfoBean,
com.saperion.ngc.events.navigation.FolderSearchInfos, boolean)
public void postNavigationFolderEvent(FolderNode node, boolean close)
postNavigationFolderEvent
in interface EventChildHandler
node
- Navigation folder nodeclose
- Close tab#postNavigationFolderEvent(com.saperion.ngc.model.navigation.FolderNode, boolean)
public void postNavigationWebpartEvent(String adress, String name, boolean close)
postNavigationWebpartEvent
in interface EventChildHandler
adress
- Webpart adressname
- Nameclose
- Close tabEventChildHandler.postNavigationWebpartEvent(java.lang.String,
java.lang.String, boolean)
public void postFieldChangeEvent(ResultProperty property)
postFieldChangeEvent
in interface EventChildHandler
property
- PropertyEventChildHandler.postFieldChangeEvent(com.saperion.ngc.model.resultset.ResultProperty)
public void postLogonEvent(LogonEvent.LogonResult result, String userName)
postLogonEvent
in interface EventChildHandler
result
- Logon resultuserName
- User nameEventChildHandler.postLogonEvent(com.saperion.ngc.events.LogonEvent.LogonResult,
java.lang.String)
public void postLogonEvent(LogonEvent.LogonResult result, String userName, boolean bIsSSOUser)
postLogonEvent
in interface EventChildHandler
result
- Logon resultuserName
- User namebIsSSOUser
- indicate SSOUserEventChildHandler.postLogonEvent(com.saperion.ngc.events.LogonEvent.LogonResult,
java.lang.String, boolean)
public void postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType action)
postCancelSelectedEvent
in interface EventChildHandler
action
- save actionEventChildHandler.postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType)
public void postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
postSelectTreeItemEvent
in interface EventChildHandler
folderId
- folderId or null, if not neededtype
- Destination typeEventChildHandler.postSelectTreeItemEvent(com.saperion.ngc.model.FolderId,
com.saperion.ngc.events.navigation.SelectTreeItemEvent.Destination)
public void postResetGuiEvent()
postResetGuiEvent
in interface EventChildHandler
EventChildHandler.postResetGuiEvent()
public void postEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId)
postEditContentEvent
in interface EventChildHandler
action
- edit actiondocumentId
- document idEventChildHandler.postEditContentEvent(com.saperion.ngc.events.resultset.EditContentEvent.EditContentAction, com.saperion.ngc.model.document.DocumentId)
public void postAddToFavoritesEvent(FavoriteQueryInformation favoriteQueryInformation)
postAddToFavoritesEvent
in interface EventChildHandler
favoriteQueryInformation
- FavoriteQueryInformation
(com.saperion.ngc.favorites.FavoriteQueryInformation)
public void postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites favorites, boolean close)
postQueryFavoriteEvent
in interface EventChildHandler
favorites
- Favorites
close
- Close tabEventChildHandler.postQueryFavoriteEvent(com.saperion.ngc.favorites.xml.Favorites,
boolean)
public void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, Set<FolderId> folderSysRowIds)
postDocumentFilingEvent
in interface EventChildHandler
action
- action to performdocumentIDs
- document IDsfolderSysRowIds
- folder sysrowids(com.saperion.ngc.events.navigation.DocumentFilingEvent.DocumentFilingAction,
java.util.Set, java.util.Set)
public void postDocumentFilingEvent(DocumentFilingEvent.DocumentFilingAction action, Set<DocumentId> documentIDs, String folderName)
postDocumentFilingEvent
in interface EventChildHandler
action
- action to perform.documentIDs
- document IDsfolderName
- name for new folder#postDocumentFilingEvent(com.saperion.ngc.events.navigation.DocumentFilingEvent.DocumentFilingAction,
java.util.Set, java.lang.String)
public void postChangeDocumentSecurityEvent(Set<DocumentId> documentIds, Set<String> acls)
postChangeDocumentSecurityEvent
in interface EventChildHandler
documentIds
- document idsacls
- set of acl names(java.util.Set, java.util.Set)
public void postChangeFolderSecurityEvent(FolderId folderId, Set<String> acls)
postChangeFolderSecurityEvent
in interface EventChildHandler
folderId
- folder idacls
- set of ACL namesEventChildHandler.postChangeFolderSecurityEvent(com.saperion.ngc.model.FolderId,
java.util.Set)
public void postAddLinkEvent(String name, NavigationNode parent, FolderId destination)
postAddLinkEvent
in interface EventChildHandler
name
- Nameparent
- Parentdestination
- DestinationEventChildHandler.postAddLinkEvent(java.lang.String,
com.saperion.ngc.model.navigation.intf.NavigationNode, com.saperion.ngc.model.FolderId)
public void postRefreshEvent()
postRefreshEvent
in interface EventChildHandler
EventChildHandler.postRefreshEvent()
public void postErrorLogEvent(LogMessage message)
postErrorLogEvent
in interface LogEventChildHandler
message
- error messageLogEventChildHandler.postErrorLogEvent(com.saperion.ngc.service.LogMessage)
public void postInfoLogEvent(LogMessage message)
postInfoLogEvent
in interface LogEventChildHandler
message
- info messageLogEventChildHandler.postInfoLogEvent(com.saperion.ngc.service.LogMessage)
public void postWarningLogEvent(LogMessage message)
postWarningLogEvent
in interface LogEventChildHandler
message
- warning messageLogEventChildHandler.postWarningLogEvent(com.saperion.ngc.service.LogMessage)
public void postErrorLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener)
postErrorLogEvent
in interface LogEventChildHandler
message
- error messageeventListener
- listener that will be called when the messagebox caused by this event is closedLogEventChildHandler.postErrorLogEvent(com.saperion.ngc.service.LogMessage,
org.zkoss.zk.ui.event.EventListener)
public void postInfoLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener)
postInfoLogEvent
in interface LogEventChildHandler
message
- info messageeventListener
- listener that will be called when the messagebox caused by this event is closedLogEventChildHandler.postInfoLogEvent(com.saperion.ngc.service.LogMessage,
org.zkoss.zk.ui.event.EventListener)
public void postWarningLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener)
postWarningLogEvent
in interface LogEventChildHandler
message
- warning messageeventListener
- listener that will be called when the messagebox caused by this event is closedLogEventChildHandler.postWarningLogEvent(com.saperion.ngc.service.LogMessage,
org.zkoss.zk.ui.event.EventListener)
public void postUploadDocumentEvent(FolderUploadInfos uploadInfos)
postUploadDocumentEvent
in interface EventChildHandler
uploadInfos
- infos about the upload operation(com.saperion.ngc.model.navigation.FolderUploadInfos)
public void postUploadSuccessEvent(FolderId folderId)
postUploadSuccessEvent
in interface EventChildHandler
folderId
- id of the folder the document was filed inEventChildHandler.postUploadSuccessEvent(com.saperion.ngc.model.FolderId)
public void postOpenMaskEvent(String formName, String sysRowId)
postOpenMaskEvent
in interface EventChildHandler
formName
- Form namesysRowId
- SysRowId for selectionEventChildHandler.postOpenMaskEvent(java.lang.String,
java.lang.String)
public void postFileActionEvent(Map<FolderId,String> folders, FileActionEvent.FileAction action, FolderId fileParent)
postFileActionEvent
in interface EventChildHandler
folders
- map with ids and class names of the selected foldersaction
- file item actionfileParent
- id of the parent node for the fileEventChildHandler.postFileActionEvent(java.util.Map,
com.saperion.ngc.events.resultset.FileActionEvent.FileAction,
com.saperion.ngc.model.FolderId)
public void postFileActionEvent(Map<FolderId,String> folders, Map<FolderId,String> masks, FileActionEvent.FileAction action, FolderId fileParent)
postFileActionEvent
in interface EventChildHandler
folders
- map with ids and class names of the selected foldersmasks
- map with ids and query mask names of the selected folders. Query mask names will
override the query masks set in the classes.action
- file item actionfileParent
- id of the parent node for the fileEventChildHandler.postFileActionEvent(java.util.Map,
com.saperion.ngc.events.resultset.FileActionEvent.FileAction,
com.saperion.ngc.model.FolderId)
public void postTabSelectedEvent(FolderId folderId, MainTabView.MTVTabType tabType, IntelligentFormView formView)
postTabSelectedEvent
in interface EventChildHandler
folderId
- folder idtabType
- tab typeformView
- The intelligent form contained in the selected tab.EventChildHandler.postTabSelectedEvent(FolderId, MainTabView.MTVTabType,
IntelligentFormView)
public void postPrintDocumentEvent(List<ResultProperties> rows)
postPrintDocumentEvent
in interface EventChildHandler
rows
- rows selected for printingEventChildHandler.postPrintDocumentEvent(java.util.List)
public void postEditStructureEvent(DocumentId documentId)
postEditStructureEvent
in interface EventChildHandler
documentId
- ID of the document to editEventChildHandler.postEditStructureEvent(com.saperion.ngc.model.document.DocumentId)
public org.zkoss.zul.Window getMainWindow()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.