ElegantJ Data Tables Java API Specification v1.1

com.elegantj.awt.table
Class TableRowsRemovedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.elegantj.awt.table.TableRowsRemovedEvent
All Implemented Interfaces:
java.io.Serializable

public class TableRowsRemovedEvent
extends java.util.EventObject

TableRowsRemovedEvent is used to notify interested parties that state has changed in the event source.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TableRowsRemovedEvent(java.lang.Object source, int firstRemovedRowIndex, int lastRemovedRowIndex, java.util.Vector rowData)
          Constructs a TableRowsRemovedEvent object.
 
Method Summary
 int getFirstRemovedRowIndex()
          Methoe which returns the first removed row index
 int getLastRemovedRowIndex()
          Methoe which returns the last removed row index
 java.util.Vector getRowData()
          Methoe which returns the removed rows data
 
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
 

Constructor Detail

TableRowsRemovedEvent

public TableRowsRemovedEvent(java.lang.Object source,
                             int firstRemovedRowIndex,
                             int lastRemovedRowIndex,
                             java.util.Vector rowData)
Constructs a TableRowsRemovedEvent object.

Parameters:
source - The Object that is the source of the event
firstRemovedRowIndex - The first index of the removed rows
lastRemovedRowIndex - The second index of the removed rows
rowData - The vector contains the data of the removed rows
Method Detail

getFirstRemovedRowIndex

public int getFirstRemovedRowIndex()
Methoe which returns the first removed row index

Returns:
The removed row index

getLastRemovedRowIndex

public int getLastRemovedRowIndex()
Methoe which returns the last removed row index

Returns:
The removed row index

getRowData

public java.util.Vector getRowData()
Methoe which returns the removed rows data

Returns:
The removed rows data

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.