pt.moredata.widgets.event
Class TableAdapter

java.lang.Object
  extended bypt.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

Constructor Summary
TableAdapter()
           
 
Method Summary
 void afterDeleteRow(TableEvent e)
           
 void afterRow(TableEvent e)
           
 void beforeDeleteRow(TableEvent e)
           
 void beforeEnterEditor(TableEvent e)
           
 void beforeRow(TableEvent e)
           
 void cellChanged(TableEvent e)
           
 void changeWithEditor(TableEvent e)
           
 void enterEditor(TableEvent e)
           
 void exitEditor(TableEvent e)
           
static void fireCell(TableListener listener, TableEvent event, byte tipo)
           
static void fireCell(java.util.Vector listenerList, TableEvent event, byte tipo)
           
 void firstColumn(TableEvent e)
           
 void lastColumn(TableEvent e)
           
 void mouseClicked(TableEvent e)
           
 void moveToCell(TableEvent e)
           
 void newRow(TableEvent e)
           
 void tableSorted(TableEvent e)
           
 void validationError(TableEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableAdapter

public TableAdapter()
Method Detail

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)