| 
 | Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object extended by java.util.EventObject extended by javax.faces.model.DataModelEvent
public class DataModelEvent
DataModelEvent represents an event of interest to
 registered listeners that occurred on the specified DataModel.
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| DataModelEvent(DataModel model,
 int index,
 Object data)Construct an event object that is associated with the specified row index and associated data. | |
| Method Summary | |
|---|---|
|  DataModel | getDataModel()Return the DataModelthat fired this event. | 
|  Object | getRowData()Return the object representing the data for the specified row index, or nullfor no associated row data. | 
|  int | getRowIndex()Return the row index for this event, or -1 for no specific row. | 
| 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 DataModelEvent(DataModel model, int index, Object data)
Construct an event object that is associated with the specified row index and associated data.
model - The DataModel on which this event occurredindex - The zero relative row index for which this event occurred,
 or -1 for no specific row associationdata - Representation of the data for the row specified by
 index, or null for no particular row data| Method Detail | 
|---|
public DataModel getDataModel()
Return the DataModel that fired this event.
public Object getRowData()
Return the object representing the data for the specified row index,
 or null for no associated row data.
public int getRowIndex()
Return the row index for this event, or -1 for no specific row.
| 
 | Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Scripting on this page tracks web page traffic, but does not change the content in any way.