|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.jdesktop.binding.TabularValueChangeEvent
public class TabularValueChangeEvent
Event fired by TabularDataModel on cell updates. PENDING: how to handle adding/removing rows?
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
TabularValueChangeEvent(TabularDataModel source,
int rowIndex,
java.lang.String fieldName)
Instantiates a change event for the cell given in rowIndex/fieldName coordinates. |
Method Summary | |
---|---|
java.lang.String |
getFieldName()
the column coordinate. |
int |
getRowIndex()
|
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 |
---|
public TabularValueChangeEvent(TabularDataModel source, int rowIndex, java.lang.String fieldName)
source
- rowIndex
- the row which is updated. -1 indicates all rows.fieldName
- the field which is updated. null indicates all fields.Method Detail |
---|
public java.lang.String getFieldName()
public int getRowIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |