|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.gwt.shared.event.ServiceEvent
com.sibvisions.rad.ui.gwt.shared.event.TableEvent
com.sibvisions.rad.ui.gwt.shared.event.InsertUpdateTableDataEvent<M>
M - the data "type"public class InsertUpdateTableDataEvent<M extends TableRow>
The InsertUpdateTableDataEvent is a ServiceEvent to change table data from a remote
component.
| Constructor Summary | |
|---|---|
InsertUpdateTableDataEvent()
Creates a new instance of InsertUpdateTableDataEvent. |
|
InsertUpdateTableDataEvent(String pClientId,
String pComponentId,
List<M> pOldValues,
List<M> pNewValues)
Creates a new instance of InsertUpdateTableDataEvent. |
|
| Method Summary | |
|---|---|
String |
getClientId()
Gets the id of the client. |
List<M> |
getNewRows()
Gets the list of new rows/values. |
List<M> |
getOldRows()
Gets the list of old rows/values. |
String |
getParameter(String pName)
Gets the value for a user defined parameter. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
| Methods inherited from class com.sibvisions.rad.ui.gwt.shared.event.TableEvent |
|---|
getSelectedRow, setSelectedRow |
| Methods inherited from class com.sibvisions.rad.ui.gwt.shared.event.ServiceEvent |
|---|
getComponentData, getComponentId, getType, setComponentData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsertUpdateTableDataEvent()
InsertUpdateTableDataEvent.
Only for serialization.
public InsertUpdateTableDataEvent(String pClientId,
String pComponentId,
List<M> pOldValues,
List<M> pNewValues)
InsertUpdateTableDataEvent.
pClientId - the client idpComponentId - the component idpOldValues - a list of rows before data changepNewValues - a list of rows after data change (same order as pOldValues)| Method Detail |
|---|
public List<M> getOldRows()
public List<M> getNewRows()
public String getClientId()
public String setParameter(String pName,
String pValue)
pName - the parameter namepValue - the value or null to remove the property with the specified name
null if the property was not setpublic String getParameter(String pName)
pName - the parameter name
null if the parameter was not set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||