Class ChangeFolderSecurityEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChangeFolderSecurityEvent
    extends org.zkoss.zk.ui.event.Event
    Event for folder security changes.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangeFolderSecurityEvent​(org.zkoss.zk.ui.Component target, FolderId folderId, java.util.Set<java.lang.String> aclNames)
      Creates a new DocumentFilingEvent for actions ADD_TO_FOLDER and REMOVE_FROM_FOLDER.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getAclNames()  
      FolderId getFolderId()  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChangeFolderSecurityEvent

        public ChangeFolderSecurityEvent​(org.zkoss.zk.ui.Component target,
                                         FolderId folderId,
                                         java.util.Set<java.lang.String> aclNames)
        Creates a new DocumentFilingEvent for actions ADD_TO_FOLDER and REMOVE_FROM_FOLDER.
        Parameters:
        target - * target component*
        folderId - id of folder
        aclNames - Names of ACLs to be set
    • Method Detail

      • getFolderId

        public FolderId getFolderId()
        Returns:
        folder id
      • getAclNames

        public java.util.Set<java.lang.String> getAclNames()
        Returns:
        ACL names