oracle.jdeveloper.jsp.wb
Class CalendarWB
java.lang.Object
|
+--oracle.jdeveloper.html.WebBeanImpl
|
+--oracle.jbo.html.WebBeanImpl
|
+--oracle.jdeveloper.jsp.wb.CalendarWB
- All Implemented Interfaces:
- WebBean
- public final class CalendarWB
- extends WebBeanImpl
Fields inherited from interface oracle.jdeveloper.html.WebBean |
contentFrameName, defaultCaboBase, defaultCaboImageBase,
defaultImageBase, defaultJSPBase, defaultNLSFormat,
JS_LIBRARIES, JS_NAMEID, JSButtonConstructorLib,
JSCalendarConstructorLib, JSContainerConstructorLib, JSDataConstructLib,
JSModalPageConstructorLib, JSTableConstructLib, JSToolbarConstructorLib,
JSTreeConstructLib, JSUtilitiesLib |
Methods inherited from class oracle.jdeveloper.html.WebBeanImpl |
generateScriptSrc, getCookie,
getOut, getRequest, getRequestVariable, getRequestVariable, getUniqueName,
initBeanForJS, initBeanForJS, initBeanForJS, initialize, initialize, initialize,
render, render, setRequestVariable, setRequestVariable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MILLIS_IN_DAY
public static final int MILLIS_IN_DAY
firstDOW
public int firstDOW
lastDOW
public int lastDOW
dowCount
public int dowCount
dateSymbols
public java.text.DateFormatSymbols dateSymbols
CalendarWB
public CalendarWB()
internalInitialize
public void internalInitialize()
throws java.lang.Exception
- Description copied from class:
WebBeanImpl
- Internal initialize.
This method should be overriden by any WebBean needing to initialize some internal data
after all the base class member have been initialize properly.
- Overrides:
internalInitialize
in class WebBeanImpl
getCalendar
public java.util.Calendar getCalendar()
getPreviousMonthUrl
public java.lang.String getPreviousMonthUrl()
getNextMonthUrl
public java.lang.String getNextMonthUrl()
isPreviousMonthEnable
public boolean isPreviousMonthEnable()
isNextMonthEnable
public boolean isNextMonthEnable()
isDayEnable
public boolean isDayEnable(long currTime)
isSelectedDay
public boolean isSelectedDay(long currTime,
long nextTime)
getMonth
public java.lang.String getMonth()
getYear
public int getYear()
getFirstDOM
public int getFirstDOM()
getLastDOM
public int getLastDOM()
getFirstDOMTime
public long getFirstDOMTime()
getLastDOMTime
public long getLastDOMTime()
getFirstDayOfMonthTime
public static long getFirstDayOfMonthTime(long displayedTime)
getActualMinimumDayOfMonth
public int getActualMinimumDayOfMonth()
getActualMaximumDayOfMonth
public int getActualMaximumDayOfMonth()
getTimeAttr
public long getTimeAttr(java.lang.String key,
long defaultTime)
getLocale
public java.util.Locale getLocale()
getFormat
public java.lang.String getFormat()
getFormatter
public Formatter getFormatter()
getMinTime
public long getMinTime()
getMaxTime
public long getMaxTime()
getSelectedTime
public long getSelectedTime(long minTime,
long maxTime)
getDisplayedCalendar
public java.util.Calendar getDisplayedCalendar(long selectedTime)
- Returns the Calendar to display
getFormatedTime
public java.lang.String getFormatedTime(long currTime)