public interface TableDoubleClickListener
SourcesTableDoubleClickEvents inteface.| Modifier and Type | Method and Description |
|---|---|
void |
onCellDoubleClick(SourcesTableDoubleClickEvents sender,
int row,
int cell)
This method is invoked if the double click event occurs in one of
sender cells.
|
void onCellDoubleClick(SourcesTableDoubleClickEvents sender, int row, int cell)
sender - is a sender table.row - is a row number.cell - is a cell number.Copyright © 2008–2013. All rights reserved.