public abstract class BaseWindow extends org.zkoss.zul.Window implements EventChild, EventChildHandler
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_EXPAND_NODE, 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(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, getCaptionApi, getContentSclass, getContentStyle, getDefaultActionOnShow, getMinheight, getMinwidth, getMode, 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, setPosition, setShadow, setSizable, setTitle, setTopmost, setVisiblegetContext, getCtrlKeys, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltipfocus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTooltiptext, getTop, getVflex, getWidth, getZindex, getZIndex, setAction, setClass, setDroppable, setFocus, setHeight, setHeightDirectly, setHflex, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTooltiptext, setTop, setTopDirectly, setVflex, setWidth, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectlyaddAnnotation, addAnnotation, addClientEvent, addEventHandler, addEventListener, addForward, addForward, addForward, addForward, addMoved, addScopeListener, addSharedAnnotationMap, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildRemoved, beforeParentChanged, containsVariable, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableClientUpdate, equals, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getChildren, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getSpaceOwner, getStubonly, getUuid, getVariable, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, invalidate, isChildable, isInvalidated, isListenerAvailable, isVisible, newChildren, newExtraCtrl, onChildAdded, onPageAttached, onWrongValue, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, removeScopeListener, render, render, render, renderIdSpace, response, response, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setVariable, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, unsetVariable, updateByClient, willPassivate, willPassivate, willSerialize, willSerializefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContext, getCtrlKeys, getPopup, getTooltip, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltipfocus, getHeight, getLeft, getRenderdefer, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZindex, getZIndex, setDroppable, setFocus, setHeight, setLeft, setRenderdefer, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndexaddEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, containsVariable, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getChildren, getDefinition, getDesktop, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNamespace, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getSpaceOwner, getStubonly, getUuid, getVariable, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, invalidate, isInvalidated, isListenerAvailable, isVisible, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setVariable, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, unsetVariablepublic Set<org.zkoss.zk.ui.Component> getEventtarget(String eventName)
getEventtarget in interface EventChildeventName - 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 EventChildcomp - 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 EventChildHandlertasks - 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 EventChildHandlertasks - Task infoEventChildHandler.postWorkflowCommentEvent(java.util.List)public void postDisplayPopupEvent(DocumentId docId, boolean withCtrl, boolean editMode)
postDisplayPopupEvent in interface EventChildHandlerdocId - 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 EventChildHandlerdocId - 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 EventChildHandlermaskRights - 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 EventChildHandlerselectedDocId - selected item's ID(com.saperion.ngc.model.document.DocumentId)public void postIndexResultItemEvent(ResultProperties properties, String componentId)
postIndexResultItemEvent in interface EventChildHandlerproperties - 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 EventChildHandlerlock - LockEventChildHandler.postLockDocumentEvent(boolean)public void postNewSelectedEvent(NewSelectedEvent.NewEventOrigin origin, String maskName, String ddcName, FormMode mode)
postNewSelectedEvent in interface EventChildHandlerorigin - 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 EventChildHandlerorigin - 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 EventChildHandlerorigin - event origin#postEditSelectedEvent(com.saperion.ngc.events.resultset.EditSelectedEvent.EditEventOrigin)public void postEditSelectedEvent(EditSelectedEvent.EditEventOrigin origin, boolean readonly)
postEditSelectedEvent in interface EventChildHandlerorigin - 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 EventChildHandlerorigin - 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 EventChildHandlerbean - Result field bean#postResultFieldEvent(com.saperion.ngc.events.iform.ResultFieldEventBean)public void postSaveDocumentEvent(ResultFieldEventBean bean)
postSaveDocumentEvent in interface EventChildHandlerbean - 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 EventChildHandlerbean - 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 EventChildHandlerEventChildHandlerImpl.postDeleteSelectedEvent()public void postUnDeleteSelectedEvent()
postUnDeleteSelectedEvent in interface EventChildHandlerEventChildHandlerImpl.postUnDeleteSelectedEvent()public void postDocumentCheckEvent(CheckDataBean.CheckType checkout, DocumentId id)
postDocumentCheckEvent in interface EventChildHandlercheckout - 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 EventChildHandlerid - Document id to releaseEventChildHandler.postDocumentReleaseEvent(com.saperion.ngc.model.document.DocumentId)public void postDownloadResultItemEvent(List<ResultProperties> items)
postDownloadResultItemEvent in interface EventChildHandleritems - items to downloadEventChildHandler.postDownloadResultItemEvent(java.util.List)public void postSendMailResultItemEvent(MailSendType mailSendType, ResultProperties item, MailContentType mailContentType)
postSendMailResultItemEvent in interface EventChildHandlermailSendType - 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 EventChildHandlerinfo - 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 EventChildHandlerdocumentIds - 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 EventChildHandlerdocumentIds - Document IDsEventChildHandler.postStartWorkflowEvent(java.util.List)public void postNavigationFormEvent(MaskInfoBean infoBean, boolean close)
postNavigationFormEvent in interface EventChildHandlerinfoBean - Mask info beanclose - Close tabEventChildHandler.postNavigationFormEvent(com.saperion.ngc.events.MaskInfoBean,
boolean)public void postNavigationFormEvent(MaskInfoBean infoBean, FolderSearchInfos infos, boolean close)
postNavigationFormEvent in interface EventChildHandlerinfoBean - 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 EventChildHandlernode - 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 EventChildHandleradress - Webpart adressname - Nameclose - Close tabEventChildHandler.postNavigationWebpartEvent(java.lang.String,
java.lang.String, boolean)public void postFieldChangeEvent(ResultProperty property)
postFieldChangeEvent in interface EventChildHandlerproperty - PropertyEventChildHandler.postFieldChangeEvent(com.saperion.ngc.model.resultset.ResultProperty)public void postLogonEvent(LogonEvent.LogonResult result, String userName)
postLogonEvent in interface EventChildHandlerresult - 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 EventChildHandlerresult - 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 EventChildHandleraction - save actionEventChildHandler.postCancelSelectedEvent(com.saperion.ngc.iform.xml.SaveActionType)public void postSelectTreeItemEvent(FolderId folderId, SelectTreeItemEvent.Destination type)
postSelectTreeItemEvent in interface EventChildHandlerfolderId - 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 EventChildHandlerEventChildHandler.postResetGuiEvent()public void postEditContentEvent(EditContentEvent.EditContentAction action, DocumentId documentId)
postEditContentEvent in interface EventChildHandleraction - 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 EventChildHandlerfavoriteQueryInformation - FavoriteQueryInformation(com.saperion.ngc.favorites.FavoriteQueryInformation)public void postQueryFavoriteEvent(Favorites favorites, boolean close)
postQueryFavoriteEvent in interface EventChildHandlerfavorites - Favoritesclose - 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 EventChildHandleraction - 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 EventChildHandleraction - 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 EventChildHandlerdocumentIds - document idsacls - set of acl names(java.util.Set, java.util.Set)public void postChangeFolderSecurityEvent(FolderId folderId, Set<String> acls)
postChangeFolderSecurityEvent in interface EventChildHandlerfolderId - 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 EventChildHandlername - 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 EventChildHandlerEventChildHandler.postRefreshEvent()public void postErrorLogEvent(LogMessage message)
postErrorLogEvent in interface LogEventChildHandlermessage - error messageLogEventChildHandler.postErrorLogEvent(com.saperion.ngc.service.LogMessage)public void postInfoLogEvent(LogMessage message)
postInfoLogEvent in interface LogEventChildHandlermessage - info messageLogEventChildHandler.postInfoLogEvent(com.saperion.ngc.service.LogMessage)public void postWarningLogEvent(LogMessage message)
postWarningLogEvent in interface LogEventChildHandlermessage - warning messageLogEventChildHandler.postWarningLogEvent(com.saperion.ngc.service.LogMessage)public void postErrorLogEvent(LogMessage message, org.zkoss.zk.ui.event.EventListener eventListener)
postErrorLogEvent in interface LogEventChildHandlermessage - 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 LogEventChildHandlermessage - 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 LogEventChildHandlermessage - 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 EventChildHandleruploadInfos - infos about the upload operation(com.saperion.ngc.model.navigation.FolderUploadInfos)public void postUploadSuccessEvent(FolderId folderId)
postUploadSuccessEvent in interface EventChildHandlerfolderId - 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 EventChildHandlerformName - 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 EventChildHandlerfolders - 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 EventChildHandlerfolders - 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 EventChildHandlerfolderId - folder idtabType - tab typeformView - The intelligent form contained in the selected tab.com.saperion.ngc.events.EventChildHandler#postTabSelectedEvent(com.saperion.ngc.model.
FolderId, com.saperion.ngc.maintab.MainTabView.MTVTabType, IntelligentFormView formView)public void postPrintDocumentEvent(List<ResultProperties> rows)
postPrintDocumentEvent in interface EventChildHandlerrows - rows selected for printingEventChildHandler.postPrintDocumentEvent(java.util.List)public void postEditStructureEvent(DocumentId documentId)
postEditStructureEvent in interface EventChildHandlerdocumentId - ID of the document to editEventChildHandler.postEditStructureEvent(com.saperion.ngc.model.document.DocumentId)public org.zkoss.zul.Window getMainWindow()
Copyright © 2016 SAPERION AG. All rights reserved.