|
||||||||||
| 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
public class ServiceResult
The ServiceResult contains the response of a dispached event.
| Constructor Summary | |
|---|---|
ServiceResult()
Creates a new instance of ServiceResult. |
|
ServiceResult(String pClientId)
Creates a new instance of ServiceResult 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<List> |
getUI()
Gets the current user interface configuration. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
void |
setUI(List<List> pUI)
Sets the current user interface configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceResult()
ServiceResult.
Only for serialization.
public ServiceResult(String pClientId)
ServiceResult for a specific client.
pClientId - the id of the client| Method Detail |
|---|
public void setUI(List<List> pUI)
pUI - the current configurationpublic List<List> getUI()
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 | |||||||||