|
||||||||||
| 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
public class ServiceEvent
The ServiceEvent holds information about client side
actions.
| Constructor Summary | |
|---|---|
ServiceEvent()
Creates a new instance of ServiceEvent. |
|
ServiceEvent(String pClientId,
String pComponentId,
EventType pType)
Creates a new instance of ServiceEvent for a specific
component with a defined event type. |
|
| Method Summary | |
|---|---|
String |
getClientId()
Gets the id of the client. |
HashMap<String,Object> |
getComponentData()
Gets the component data. |
String |
getComponentId()
Gets the id of the event component. |
String |
getParameter(String pName)
Gets the value for a user defined parameter. |
EventType |
getType()
Gets the type of the event. |
void |
setComponentData(HashMap<String,Object> pComponentData)
Sets the component data. |
String |
setParameter(String pName,
String pValue)
Sets a user defined event parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceEvent()
ServiceEvent.
Only for serialization.
public ServiceEvent(String pClientId,
String pComponentId,
EventType pType)
ServiceEvent for a specific
component with a defined event type.
pClientId - the id of the clientpComponentId - the components idpType - the event type| Method Detail |
|---|
public String getComponentId()
public EventType getType()
EventTypepublic HashMap<String,Object> getComponentData()
public void setComponentData(HashMap<String,Object> pComponentData)
pComponentData - component datapublic 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 | |||||||||