Class PrintDocumentsEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrintDocumentsEvent
    extends org.zkoss.zk.ui.event.Event
    Event sent when documents are printed.
    See Also:
    Serialized Form
    • Method Summary

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

      • PrintDocumentsEvent

        public PrintDocumentsEvent​(org.zkoss.zk.ui.Component target,
                                   java.util.List<ResultProperties> rows)
        Parameters:
        target - target component
        rows - selected rows for printing
    • Method Detail

      • getRows

        public java.util.List<ResultProperties> getRows()
        Returns:
        rows selected for printing