|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.infragistics.faces.shared.event.ClientEvent
| Constructor Summary | |
ClientEvent(java.lang.String content)
Build a ClientEvent based on a string formatted as follow:
"eventSource::eventName::previousValue" |
|
| Method Summary | |
java.lang.String |
getEventArgument(java.lang.String argumentName)
|
java.util.Map |
getEventArguments()
Return the eventArguments - Guaranteed to never return a null result |
java.lang.String |
getEventName()
Return the eventName - Guaranteed to never return a null result |
java.lang.String |
getEventSource()
Return the eventSource - Guaranteed to never return a null result |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClientEvent(java.lang.String content)
ClientEvent based on a string formatted as follow:
"eventSource::eventName::previousValue"
| Method Detail |
public java.util.Map getEventArguments()
public java.lang.String getEventArgument(java.lang.String argumentName)
public java.lang.String getEventName()
public java.lang.String getEventSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||