Class ProlongRetentionEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProlongRetentionEvent
    extends org.zkoss.zk.ui.event.Event
    Event for prolong retention time button in the context menu.
    Author:
    rhahne
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getRetentionDate()  
      ResultProperties getRow()  
      • 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

      • ProlongRetentionEvent

        public ProlongRetentionEvent​(org.zkoss.zk.ui.Component target,
                                     ResultProperties row,
                                     java.util.Date retentionDate)
        Constructor.
        Parameters:
        target - Target
        row - ResultProperties
        retentionDate - new retention date
    • Method Detail

      • getRetentionDate

        public java.util.Date getRetentionDate()
        Returns:
        Document Id