|
|||||||||
| Home >> All >> jac >> aspects >> gui >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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()
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
|
|||||||||
| Home >> All >> jac >> aspects >> gui >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC