Class IndexResultItemEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class IndexResultItemEvent
    extends IdentifiedEvent
    Event to notify other components that an item in the result list was selected.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ResultProperties getProperties()
      Returns the properties of the selected item or null, if no item was selected.
      • 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

      • IndexResultItemEvent

        public IndexResultItemEvent​(org.zkoss.zk.ui.Component target,
                                    ResultProperties selectedRow,
                                    java.lang.String componentId)
        Parameters:
        target - Target
        selectedRow - properties of selected item or null if no item was selected
        componentId - id of the sender component
    • Method Detail

      • getProperties

        public ResultProperties getProperties()
        Returns the properties of the selected item or null, if no item was selected.
        Returns:
        Row properties