oracle.cabo.servlet.event.mobile
Class DateEventHandler
java.lang.Object
|
+--oracle.cabo.servlet.event.mobile.PickerEventHandler
|
+--oracle.cabo.servlet.event.mobile.DateEventHandler
- All Implemented Interfaces:
- EventHandler
- public class DateEventHandler
- extends PickerEventHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOK_PARAM
public static final java.lang.String TOK_PARAM
VALUE_PARAM
public static final java.lang.String VALUE_PARAM
LOC_PARAM
public static final java.lang.String LOC_PARAM
DateEventHandler
public DateEventHandler()
handlePreType
protected EventResult handlePreType(BajaContext context,
Page page,
PageEvent event)
throws java.io.IOException
- Event handler called either by the dateField to set up the calendar or
by the calendar when the month/year is changed.
- Overrides:
handlePreType
in class PickerEventHandler
handlePostType
protected EventResult handlePostType(BajaContext context,
Page page,
PageEvent event)
throws java.io.IOException
- Description copied from class:
PickerEventHandler
- Returns original page.
This method should be overridden for an event where
the 'type' param is 'post'.
- Overrides:
handlePostType
in class PickerEventHandler
getEventHandler
public static EventHandler getEventHandler()
getLocaleContext
protected LocaleContext getLocaleContext(BajaContext context,
java.util.Dictionary parameterMap)
getURI
protected java.lang.String getURI(BajaContext context,
java.util.Dictionary parameterMap)