|
||||||||||
| 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.ServiceResult
com.sibvisions.rad.ui.gwt.shared.event.TableResult
public class TableResult
The ServiceResult contains the response of a dispached event.
| Constructor Summary | |
|---|---|
TableResult()
Creates a new instance of TableResult. |
|
TableResult(String pClientId)
Creates a new instance of TableResult for a specific client. |
|
| Method Summary | |
|---|---|
String |
getClientId()
Gets the id of the client. |
String |
getParameter(String pName)
Gets the value for a user defined parameter. |
int |
getSelectedRow()
Gets the current selected row. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
void |
setSelectedRow(int pSelectedRow)
Sets the current selected row. |
| Methods inherited from class com.sibvisions.rad.ui.gwt.shared.event.ServiceResult |
|---|
getUI, setUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableResult()
TableResult.
Only for serialization.
public TableResult(String pClientId)
TableResult for a specific client.
pClientId - the id of the client| Method Detail |
|---|
public void setSelectedRow(int pSelectedRow)
pSelectedRow - the row numberpublic int getSelectedRow()
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 | |||||||||