|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
nextapp.echo.event.TableColumnModelEvent
An event indicating an update to a TableColumnModel.
Table
,
TableColumnModelListener
,
TableColumnModel
,
Serialized FormField Summary | |
private int |
fromIndex
|
private int |
toIndex
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TableColumnModelEvent(TableColumnModel source,
int fromIndex,
int toIndex)
Creates a TableColumnModelEvent. |
Method Summary | |
int |
getFromIndex()
Returns the index from which the column was moved or removed. |
int |
getToIndex()
Returns the index to which the column was moved or added. |
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 |
private int fromIndex
private int toIndex
Constructor Detail |
public TableColumnModelEvent(TableColumnModel source, int fromIndex, int toIndex)
source
- The TableColumnModel that generated the event.fromIndex
- The index from which the column was moved or removed.toIndex
- The index to which the column was moved or added.Method Detail |
public int getFromIndex()
public int getToIndex()
|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |