Class LitigationHoldEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LitigationHoldEvent
    extends org.zkoss.zk.ui.event.Event
    Event for set- / unset litigation hold button in the context menu.
    Author:
    rhahne
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LitigationHoldEvent​(org.zkoss.zk.ui.Component target, DocumentId id, boolean activate)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getActivate()  
      DocumentId getId()  
      • 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

      • LitigationHoldEvent

        public LitigationHoldEvent​(org.zkoss.zk.ui.Component target,
                                   DocumentId id,
                                   boolean activate)
        Constructor.
        Parameters:
        target - Target
        id - Document id
        activate - true: set litigation hold false: unset litigation hold
    • Method Detail

      • getId

        public DocumentId getId()
        Returns:
        Document Id
      • getActivate

        public boolean getActivate()
        Returns:
        activate: should the litigation hold set. If true then set, if false unset