org.nuiton.web.gwt.table
Class TableModelEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.nuiton.web.gwt.table.TableModelEvent
All Implemented Interfaces:
Serializable

public class TableModelEvent
extends EventObject

Copy of javax.swing.event.TableModelEvent

Since:
1.1
Author:
jcouteau
See Also:
Serialized Form

Field Summary
static int ALL_COLUMNS
          Specifies all columns in a row or rows.
protected  int column
           
static int DELETE
          Identifies the removal of rows or columns.
protected  int firstRow
           
static int HEADER_ROW
          Identifies the header row.
static int INSERT
          Identifies the addtion of new rows or columns.
protected  int lastRow
           
protected  int type
           
static int UPDATE
          Identifies a change to existing data.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableModelEvent(GWTTableModel source)
           
TableModelEvent(GWTTableModel source, int row)
           
TableModelEvent(GWTTableModel source, int firstRow, int lastRow)
           
TableModelEvent(GWTTableModel source, int firstRow, int lastRow, int column)
           
TableModelEvent(GWTTableModel source, int firstRow, int lastRow, int column, int type)
           
 
Method Summary
 int getColumn()
           
 int getFirstRow()
           
 int getLastRow()
           
 int getType()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final int INSERT
Identifies the addtion of new rows or columns.

See Also:
Constant Field Values

UPDATE

public static final int UPDATE
Identifies a change to existing data.

See Also:
Constant Field Values

DELETE

public static final int DELETE
Identifies the removal of rows or columns.

See Also:
Constant Field Values

HEADER_ROW

public static final int HEADER_ROW
Identifies the header row.

See Also:
Constant Field Values

ALL_COLUMNS

public static final int ALL_COLUMNS
Specifies all columns in a row or rows.

See Also:
Constant Field Values

column

protected int column

firstRow

protected int firstRow

lastRow

protected int lastRow

type

protected int type
Constructor Detail

TableModelEvent

public TableModelEvent(GWTTableModel source)

TableModelEvent

public TableModelEvent(GWTTableModel source,
                       int row)

TableModelEvent

public TableModelEvent(GWTTableModel source,
                       int firstRow,
                       int lastRow)

TableModelEvent

public TableModelEvent(GWTTableModel source,
                       int firstRow,
                       int lastRow,
                       int column)

TableModelEvent

public TableModelEvent(GWTTableModel source,
                       int firstRow,
                       int lastRow,
                       int column,
                       int type)
Method Detail

getColumn

public int getColumn()

getFirstRow

public int getFirstRow()

getLastRow

public int getLastRow()

getType

public int getType()


Copyright © 2010-2012 CodeLutin. All Rights Reserved.