Class IndexResultItemEvent

java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.IdentifiedEvent
com.saperion.ngc.events.resultset.IndexResultItemEvent
All Implemented Interfaces:
Serializable

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

    • IndexResultItemEvent

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

    • getProperties

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