Class ItemDoubleClickEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class ItemDoubleClickEvent
    extends org.zkoss.zk.ui.event.Event
    Event fired when the user double-clicks on an item in the result list.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ResultProperties getSelectedRow()  
      • 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

      • ItemDoubleClickEvent

        public ItemDoubleClickEvent​(org.zkoss.zk.ui.Component target,
                                    ResultProperties row)
        Parameters:
        target - target component
        row - selected row
    • Method Detail

      • getSelectedRow

        public ResultProperties getSelectedRow()
        Returns:
        selected row's index data