|
||||||||||
| 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
com.sibvisions.rad.ui.gwt.shared.event.TableDataResult<M>
M - the data "type"public class TableDataResult<M extends TableRow>
The TableDataResult is the ServiceResult of a table data request.
| Constructor Summary | |
|---|---|
TableDataResult()
Creates a new instance of TableDataResult. |
|
TableDataResult(String pClientId,
List<M> pRows)
Creates a new instance of TableDataResult 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. |
List<M> |
getRows()
Gets the table data. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
| Methods inherited from class com.sibvisions.rad.ui.gwt.shared.event.TableResult |
|---|
getSelectedRow, setSelectedRow |
| 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 TableDataResult()
TableDataResult.
Only for serialization.
public TableDataResult(String pClientId,
List<M> pRows)
TableDataResult for a specific client.
pClientId - the id of the clientpRows - the table rows| 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 | |||||||||