java.lang.Object | |||
↳ | com.microstrategy.web.beans.GenericEventHandler | ||
↳ | com.microstrategy.web.beans.SysEventHandler | ||
↳ | com.microstrategy.web.app.beans.FolderFrameEventHandler |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FolderFrameEventHandler() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Class |
getSupportedWebComponentType()
Returns the
WebComponent class by default. | ||||||||||
boolean |
processRequest(RequestKeys requestKeys)
Handle the request specified by the RequestKeys
| ||||||||||
void |
setWebComponent(WebComponent component)
Set the corresponding web component.
|
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the WebComponent
class by default. Subclasses should
override this to return their respective WebComponent
or WebBean
int.
Class
of the WebComponent
this event
handler is associated with.
Handle the request specified by the RequestKeys
requestKeys | RequestKeys instance with the input request |
---|
True
meaning some event is handled, or False
meaning nothing was handledWebException | if an error ocurrs while handling the request |
---|
Set the corresponding web component.
It should be of type FolderFrameBean
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 |
---|