java.lang.Object | |||
↳ | com.microstrategy.web.beans.GenericEventHandler | ||
↳ | com.microstrategy.web.beans.SysEventHandler | ||
↳ | com.microstrategy.web.app.beans.ProjectBrowserEventHandler |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
processRequest(RequestKeys requestKeys)
This method encapsulates the logic to process incoming events
without regard as to how it was triggered or be concerned with
delegation the request (see
processRequest(RequestKeys) ). | ||||||||||
void |
setWebComponent(WebComponent component)
Set the corresponding web component (should be of type
ObjectBrowserBean )
for this event handler |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppComponent | getAppComponent() | ||||||||||
String |
getArgumentValue(WebEvent event, int argID)
Utility method to obtain the value of a given event argument
| ||||||||||
int | getCurrentEventID() | ||||||||||
boolean |
handleSetTopLeftPosition(RequestKeys keys)
Utility method for processing a location change request, by manipulating the
top and left properties of the instance
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method encapsulates the logic to process incoming events
without regard as to how it was triggered or be concerned with
delegation the request (see processRequest(RequestKeys)
).
Normally, this is invoked by handleRequest(RequestKeys)
.
requestKeys | the RequestKeys object containing event ID, sources, and any other information. |
---|
WebException | thrown if handling of the request fails. |
---|
Set the corresponding web component (should be of type ObjectBrowserBean
)
for this event handler
component | the input web component |
---|
AppComponent
instance associated to this event handler
Utility method to obtain the value of a given event argument
event | WebEvent to analyze |
---|---|
argID | integer identifier of the argument to search for |
Utility method for processing a location change request, by manipulating the top and left properties of the instance
keys | RequestKeys from where the event, top and left
information will be retrieved |
---|