|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.1.0) E17492-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.component.gantt.GanttCalendar
@Deprecated public class GanttCalendar
This class is designed for navigating and manipulating dates/time in Gantt charts. Application developers should never need to use this class directly.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
GanttCalendar(java.util.Locale locale,
java.util.TimeZone timezone,
boolean isThaiGregorian)
Deprecated. Application developers should never need to use this class directly. |
|
| Method Summary | |
|---|---|
java.util.Date |
adjustDate(java.util.Date date,
int scale,
boolean up)
Deprecated. Application developers should never need to use this class directly. |
static int |
convertDay(java.lang.String day)
Deprecated. Application developers should never need to use this class directly. |
static int |
convertMonth(java.lang.String month)
Deprecated. Application developers should never need to use this class directly. |
static java.lang.String |
convertScale(int scale)
Deprecated. Application developers should never need to use this class directly. |
static int |
convertScale(java.lang.String scale)
Deprecated. Application developers should never need to use this class directly. |
java.util.Calendar |
getCalendar()
Deprecated. Application developers should never need to use this class directly. |
int |
getCount(java.util.Date date,
int scale)
Deprecated. Application developers should never need to use this class directly. |
int |
getFirstDayOfWeek()
Deprecated. Application developers should never need to use this class directly. |
int |
getFirstMonthOfYear()
Deprecated. Application developers should never need to use this class directly. |
java.util.Date |
getNextDate(java.util.Date date,
int scale,
boolean up)
Deprecated. Application developers should never need to use this class directly. |
java.util.Date |
getNextDayOfWeek(java.util.Date date,
int dayOfWeek)
Deprecated. Application developers should never need to use this class directly. |
void |
setFirstDayOfWeek(int day)
Deprecated. Application developers should never need to use this class directly. |
void |
setFirstMonthOfYear(int month)
Deprecated. Application developers should never need to use this class directly. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public GanttCalendar(java.util.Locale locale,
java.util.TimeZone timezone,
boolean isThaiGregorian)
isThaiGregorian - true if Thai locale should always use a Gregorian
calendar, false if a default JDK Calendar for Thai locale should be used| Method Detail |
|---|
@Deprecated public java.util.Calendar getCalendar()
@Deprecated public void setFirstMonthOfYear(int month)
month - an integer constant defined in java.util.Calendar,
for example, Calendar.SEPTEMBER@Deprecated public int getFirstMonthOfYear()
@Deprecated public void setFirstDayOfWeek(int day)
day - an integer constant defined in java.util.Calendar,
for example, Calendar.SUNDAY@Deprecated public int getFirstDayOfWeek()
@Deprecated
public java.util.Date adjustDate(java.util.Date date,
int scale,
boolean up)
date - the time to be adjustedscale - adjustment scale.up - true if date should be adjusted forward to the end of a scale
period, false if the date should be adjusted to the beginning of
a scale period
@Deprecated
public java.util.Date getNextDate(java.util.Date date,
int scale,
boolean up)
date - the input datescale - a step for determining the next dateup - true if the next date should be found after the input date,
false if it should be found before
@Deprecated
public java.util.Date getNextDayOfWeek(java.util.Date date,
int dayOfWeek)
date - start datedayOfWeek - day of week
@Deprecated
public int getCount(java.util.Date date,
int scale)
date - the input datescale - scale for determining date count
@Deprecated
public static int convertScale(java.lang.String scale)
throws InvalidScaleException
string - scale
InvalidScaleException
@Deprecated
public static java.lang.String convertScale(int scale)
throws InvalidScaleException
integer - scale
InvalidScaleException@Deprecated public static int convertMonth(java.lang.String month)
string - month
@Deprecated public static int convertDay(java.lang.String day)
string - day of week
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.1.0) E17492-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||