|
||||||||||
| 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.DeleteTableDataEvent<M>
M - the data "type"public class DeleteTableDataEvent<M extends TableRow>
The DeleteTableDataEvent is a ServiceEvent to delete table data from a remote
component.
| Constructor Summary | |
|---|---|
DeleteTableDataEvent()
Creates a new instance of DeleteTableDataEvent. |
|
DeleteTableDataEvent(String pClientId,
String pComponentId,
List<M> pRows)
Creates a new instance of DeleteTableDataEvent. |
|
| Method Summary | |
|---|---|
String |
getClientId()
Gets the id of the client. |
String |
getParameter(String pName)
Gets the value for a user defined parameter. |
List<M> |
getRows()
Gets the list of rows. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
| 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 DeleteTableDataEvent()
DeleteTableDataEvent.
Only for serialization.
public DeleteTableDataEvent(String pClientId,
String pComponentId,
List<M> pRows)
DeleteTableDataEvent.
pClientId - the client idpComponentId - the component idpRows - the list of rows to delete| Method Detail |
|---|
public List<M> getRows()
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 | |||||||||