UIX 2.2.15

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

Field Summary
static java.lang.String LOC_PARAM
static java.lang.String TOK_PARAM
static java.lang.String VALUE_PARAM

Fields inherited from class oracle.cabo.servlet.event.mobile.PickerEventHandler
TOK_NAME

Constructor Summary
DateEventHandler()

Method Summary
static EventHandler getEventHandler()
protected LocaleContext getLocaleContext(BajaContext context, java.util.Dictionary parameterMap)
protected java.lang.String getURI(BajaContext context, java.util.Dictionary parameterMap)
protected EventResult handlePostType(BajaContext context, Page page, PageEvent event)
Returns original page.
protected EventResult handlePreType(BajaContext context, Page page, PageEvent event)
Event handler called either by the dateField to set up the calendar or by the calendar when the month/year is changed.

Methods inherited from class oracle.cabo.servlet.event.mobile.PickerEventHandler
getParameterMap, handleCancel, handleEvent, restoreState, restoreState, saveState

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

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

Constructor Detail

DateEventHandler

public DateEventHandler()

Method Detail

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)

UIX 2.2.15