Class NavigationFormEvent

    • Constructor Detail

      • NavigationFormEvent

        public NavigationFormEvent​(org.zkoss.zk.ui.Component target,
                                   MaskInfoBean infoBean)
        Constructor.
        Parameters:
        target - Target
        infoBean - Mask info bean
      • NavigationFormEvent

        public NavigationFormEvent​(org.zkoss.zk.ui.Component target,
                                   MaskInfoBean infoBean,
                                   FolderSearchInfos infos)
        Constructor.
        Parameters:
        target - Target
        infoBean - Mask info bean
        infos - folder search infos to search within a folder using the mask
    • Method Detail

      • getMaskInfoBean

        public final MaskInfoBean getMaskInfoBean()
        Returns the navigation mask info bean.
        Returns:
        the navigation mask info bean
      • setForm

        public final void setForm​(com.saperion.ngc.iform.xml.Form maskForm)
        Parameters:
        maskForm - Preloaded mask form
      • getForm

        public final com.saperion.ngc.iform.xml.Form getForm()
        Returns:
        Preloaded form
      • setFolderSearchInfos

        public final void setFolderSearchInfos​(FolderSearchInfos infos)
        Sets the info needed for searching within a folder.
        Parameters:
        infos - search info
      • getFolderSearchInfos

        public final FolderSearchInfos getFolderSearchInfos()
        Returns:
        Folder search infos
      • setRenderForm

        public void setRenderForm​(boolean render)
        Parameters:
        render - enables or disables rendering of the form
      • isRenderForm

        public boolean isRenderForm()
        Returns:
        true if the form has to be rendered, otherwise false