Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jac.aspects.gui.web
Interface TableListener  view TableListener download TableListener.java

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()
          Adds the ready to be added object embedded in the table
 void onHeaderClick(int column)
          Called when a column header is "clicked".
 jac.aspects.gui.View onRowEvent(int row, int col)
           
 void onSetDefaults()
          Sets the default values embedded in the table
 
Methods inherited from interface jac.aspects.gui.web.CollectionListener
onAddExistingToCollection, onAddToCollection, onFirst, onLast, onNext, onPrevious, onRemove, onRemoveFromCollection, onTableInvoke, onView
 

Method Detail

onCellSelection

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


onHeaderClick

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


onRowEvent

public jac.aspects.gui.View onRowEvent(int row,
                                       int col)

onEmbeddedAddToCollection

public void onEmbeddedAddToCollection()
Adds the ready to be added object embedded in the table


onSetDefaults

public void onSetDefaults()
Sets the default values embedded in the table