|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.ui.event.ShowFacetEventHandler
EventHandler for showing a facet.
Constructor Summary | |
ShowFacetEventHandler(java.lang.String facetName)
Creates a ShowFacetEventHandler. |
Method Summary | |
static java.lang.String |
getFacet(BajaContext context)
Returns the facet, if any, that was stored. |
EventResult |
handleEvent(BajaContext context,
Page page,
PageEvent event)
Show the same page, but store the facet for later. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ShowFacetEventHandler(java.lang.String facetName)
facetName
- the name of the facet to displayMethod Detail |
public static java.lang.String getFacet(BajaContext context)
public EventResult handleEvent(BajaContext context, Page page, PageEvent event) throws java.lang.Throwable
handleEvent
in interface EventHandler
oracle.cabo.servlet.event.EventHandler
context
- the BajaContextpage
- the page the client is requestingevent
- the event on that page, or null if the client
is just requesting a page displayjava.lang.Throwable
- if any processing of the event fails
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |