JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.aspects.gui.web
Interface TableListener

All Superinterfaces:
CollectionListener
All Known Implementing Classes:
Table

public interface TableListener
extends CollectionListener

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

onCellSelection

public void onCellSelection(int rowx,
                            int column)
Called when a cell is selected.

Parameters:
column - column index of the selected cell

onHeaderClick

public void onHeaderClick(int column)
Called when a column header is "clicked".

Parameters:
column - column index of the selected header

onRowEvent

public View onRowEvent(int row,
                       int col)

onEmbeddedAddToCollection

public void onEmbeddedAddToCollection()

onSetDefaults

public void onSetDefaults()

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli