pt.moredata.widgets.event
Class TableAdapter
java.lang.Object
pt.moredata.widgets.event.TableAdapter
- All Implemented Interfaces:
- java.util.EventListener, TableListener
- public class TableAdapter
- extends java.lang.Object
- implements TableListener
Title:
Description:
Copyright: Copyright (c)
Company:
- Version:
- 1.0
- Author:
- Sergio, Luis Medalhas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableAdapter
public TableAdapter()
beforeEnterEditor
public void beforeEnterEditor(TableEvent e)
- Specified by:
beforeEnterEditor in interface TableListener
exitEditor
public void exitEditor(TableEvent e)
- Specified by:
exitEditor in interface TableListener
enterEditor
public void enterEditor(TableEvent e)
- Specified by:
enterEditor in interface TableListener
beforeDeleteRow
public void beforeDeleteRow(TableEvent e)
- Specified by:
beforeDeleteRow in interface TableListener
afterDeleteRow
public void afterDeleteRow(TableEvent e)
- Specified by:
afterDeleteRow in interface TableListener
cellChanged
public void cellChanged(TableEvent e)
- Specified by:
cellChanged in interface TableListener
changeWithEditor
public void changeWithEditor(TableEvent e)
- Specified by:
changeWithEditor in interface TableListener
validationError
public void validationError(TableEvent e)
- Specified by:
validationError in interface TableListener
lastColumn
public void lastColumn(TableEvent e)
- Specified by:
lastColumn in interface TableListener
firstColumn
public void firstColumn(TableEvent e)
- Specified by:
firstColumn in interface TableListener
newRow
public void newRow(TableEvent e)
- Specified by:
newRow in interface TableListener
mouseClicked
public void mouseClicked(TableEvent e)
- Specified by:
mouseClicked in interface TableListener
afterRow
public void afterRow(TableEvent e)
- Specified by:
afterRow in interface TableListener
beforeRow
public void beforeRow(TableEvent e)
- Specified by:
beforeRow in interface TableListener
moveToCell
public void moveToCell(TableEvent e)
- Specified by:
moveToCell in interface TableListener
tableSorted
public void tableSorted(TableEvent e)
- Specified by:
tableSorted in interface TableListener
fireCell
public static void fireCell(TableListener listener,
TableEvent event,
byte tipo)
fireCell
public static void fireCell(java.util.Vector listenerList,
TableEvent event,
byte tipo)