Class ItemDoubleClickEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.resultset.ItemDoubleClickEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class ItemDoubleClickEvent extends org.zkoss.zk.ui.event.EventEvent fired when the user double-clicks on an item in the result list.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemDoubleClickEvent(org.zkoss.zk.ui.Component target, ResultProperties row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultPropertiesgetSelectedRow()
-
-
-
Constructor Detail
-
ItemDoubleClickEvent
public ItemDoubleClickEvent(org.zkoss.zk.ui.Component target, ResultProperties row)- Parameters:
target- target componentrow- selected row
-
-
Method Detail
-
getSelectedRow
public ResultProperties getSelectedRow()
- Returns:
- selected row's index data
-
-