|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a callbacks used when events occur on a table.
Method Summary | |
void |
onCellSelection(int rowx,
int column)
Called when a cell is selected. |
void |
onEmbeddedAddToCollection()
|
void |
onHeaderClick(int column)
Called when a column header is "clicked". |
View |
onRowEvent(int row,
int col)
|
void |
onSetDefaults()
|
Methods inherited from interface org.objectweb.jac.aspects.gui.web.CollectionListener |
onAddExistingToCollection, onAddToCollection, onFirst, onLast, onNext, onPrevious, onRemove, onRemoveFromCollection, onTableInvoke, onView, onViewObject |
Method Detail |
public void onCellSelection(int rowx, int column)
column
- column index of the selected cellpublic void onHeaderClick(int column)
column
- column index of the selected headerpublic View onRowEvent(int row, int col)
public void onEmbeddedAddToCollection()
public void onSetDefaults()
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |