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:
- 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
 
- 
- 
Constructor SummaryConstructors Constructor Description IndexResultItemEvent(org.zkoss.zk.ui.Component target, ResultProperties selectedRow, java.lang.String componentId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultPropertiesgetProperties()Returns the properties of the selected item or null, if no item was selected.- 
Methods inherited from class com.saperion.ngc.events.IdentifiedEventidsMatch
 
- 
 
- 
- 
- 
Constructor Detail- 
IndexResultItemEventpublic 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- 
getPropertiespublic ResultProperties getProperties() Returns the properties of the selected item or null, if no item was selected.- Returns:
- Row properties
 
 
- 
 
-