Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


oracle.adf.view.faces.bi.component.gantt
Interface GanttConstants

All Known Implementing Classes:
GanttCalendar

public interface GanttConstants

Defines all constants used in the Gantt.


Field Summary
static java.lang.String ACTUAL_END_TIME
           
static java.lang.String ACTUAL_START_TIME
           
static java.lang.String APRIL
           
static java.lang.String AUGUST
           
static int BOTTOM
           
static int CENTER
           
static java.lang.String COMPLETED_THROUGH
           
static java.lang.String CRITICAL
           
static int CUSTOM_SCALE
           
static java.lang.String CUSTOM_SCALE_STR
           
static int DAYS
           
static java.lang.String DECEMBER
           
static java.lang.String DEPENDENCIES
           
static java.lang.String DEPENDENCY_TYPE
           
static java.lang.String END_TIME
           
static java.lang.String FEBRUARY
           
static java.lang.String FINISH_FINISH
          Dependency type: Finish-to-Finish.
static java.lang.String FINISH_START
          Dependency type: Finish-to-Start.
static java.lang.String FRIDAY
           
static java.lang.String FROM_ID
           
static int HALFHOURS
           
static int HALFYEARS
           
static int HOURS
           
static java.lang.String ICON_ALIGN
           
static java.lang.String ICON1
           
static java.lang.String ICON2
           
static java.lang.String ICON3
           
static int INNER_CENTER
          Icons and labels to appear inside and in the middle of the task bar.
static int INNER_LEFT
          Icons and labels to appear inside and to the left in the task bar.
static int INNER_RIGHT
          Icons and labels to appear inside and to the right in the task bar.
static int INSIDE
          Icons and labels to appear inside and in the middle of the task bar.
static java.lang.String IS_CONTAINER
           
static java.lang.String JANUARY
           
static java.lang.String JULY
           
static java.lang.String JUNE
           
static java.lang.String LABEL
           
static java.lang.String LABEL_ALIGN
           
static java.lang.String LABELS
           
static int LEFT
          Left alignment for icons and labels in the task bar.
static java.lang.String MARCH
           
static java.lang.String MAY
           
static java.lang.String MILESTONE
          Task type for a milestone.
static java.lang.String MONDAY
           
static int MONTHS
           
static java.lang.String NORMAL
          Task type for a normal task.
static java.lang.String NOVEMBER
           
static int NUMSCALES
           
static java.lang.String OCTOBER
           
static java.lang.String PERCENT_COMPLETE
           
static int QUARTERHOURS
           
static int QUARTERS
           
static java.lang.String RECURRING_TASK_ID
           
static java.lang.String RECURRING_TASKS
           
static java.lang.String RESOURCE_ID
           
static java.lang.String RESOURCE_NAME
           
static int RIGHT
          Right alignment for icons and labels in the task bar.
static java.lang.String SATURDAY
           
static java.lang.String SEPTEMBER
           
static java.lang.String SHUTDOWN_TIME
           
static int SIXHOURS
           
static java.lang.String SPLIT_TASK_ID
           
static java.lang.String SPLIT_TASKS
           
static java.lang.String START_FINISH
          Dependency type: Start-to-Finish.
static java.lang.String START_START
          Dependency type: Start-to-Start.
static java.lang.String START_TIME
           
static java.lang.String STARTUP_TIME
           
static java.lang.String SUBRESOURCES
           
static java.lang.String SUBTASKS
           
static java.lang.String SUBTYPE
           
static java.lang.String SUMMARY
          Task type for a summary task
static java.lang.String SUNDAY
           
static java.lang.String TASK_ID
           
static java.lang.String TASK_TYPE
           
static java.lang.String TASKS
           
static int THREEHOURS
           
static java.lang.String THURSDAY
           
static java.lang.String TIME
           
static java.lang.String TIMEBUCKETS
           
static java.lang.String TO_ID
           
static int TOP
           
static java.lang.String TUESDAY
           
static int TWOMONTHS
           
static int TWOWEEKS
           
static int TWOYEARS
           
static int UNDEFINED_SCALE
           
static java.lang.String VALUES
           
static java.lang.String WEDNESDAY
           
static int WEEKS
           
static java.lang.String WORKING_DAYS_OF_THE_WEEK
           
static java.lang.String WORKING_END_TIME
           
static java.lang.String WORKING_START_TIME
           
static int YEARS
           

 

Field Detail

TASK_ID

static final java.lang.String TASK_ID
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TASK_TYPE

static final java.lang.String TASK_TYPE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

START_TIME

static final java.lang.String START_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

END_TIME

static final java.lang.String END_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

LABEL

static final java.lang.String LABEL
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ICON1

static final java.lang.String ICON1
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ICON2

static final java.lang.String ICON2
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ICON3

static final java.lang.String ICON3
See Also:
Constant Field Values
For internal use only. Application developers should not use this

LABEL_ALIGN

static final java.lang.String LABEL_ALIGN
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ICON_ALIGN

static final java.lang.String ICON_ALIGN
See Also:
Constant Field Values
For internal use only. Application developers should not use this

DEPENDENCIES

static final java.lang.String DEPENDENCIES
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SPLIT_TASKS

static final java.lang.String SPLIT_TASKS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SPLIT_TASK_ID

static final java.lang.String SPLIT_TASK_ID
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SUBTASKS

static final java.lang.String SUBTASKS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

RECURRING_TASK_ID

static final java.lang.String RECURRING_TASK_ID
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SUBTYPE

static final java.lang.String SUBTYPE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

RECURRING_TASKS

static final java.lang.String RECURRING_TASKS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

IS_CONTAINER

static final java.lang.String IS_CONTAINER
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ACTUAL_START_TIME

static final java.lang.String ACTUAL_START_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

ACTUAL_END_TIME

static final java.lang.String ACTUAL_END_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

PERCENT_COMPLETE

static final java.lang.String PERCENT_COMPLETE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

COMPLETED_THROUGH

static final java.lang.String COMPLETED_THROUGH
See Also:
Constant Field Values
For internal use only. Application developers should not use this

CRITICAL

static final java.lang.String CRITICAL
See Also:
Constant Field Values
For internal use only. Application developers should not use this

RESOURCE_ID

static final java.lang.String RESOURCE_ID
See Also:
Constant Field Values
For internal use only. Application developers should not use this

RESOURCE_NAME

static final java.lang.String RESOURCE_NAME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TASKS

static final java.lang.String TASKS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SUBRESOURCES

static final java.lang.String SUBRESOURCES
See Also:
Constant Field Values
For internal use only. Application developers should not use this

WORKING_START_TIME

static final java.lang.String WORKING_START_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

WORKING_END_TIME

static final java.lang.String WORKING_END_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

WORKING_DAYS_OF_THE_WEEK

static final java.lang.String WORKING_DAYS_OF_THE_WEEK
See Also:
Constant Field Values
For internal use only. Application developers should not use this

STARTUP_TIME

static final java.lang.String STARTUP_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SHUTDOWN_TIME

static final java.lang.String SHUTDOWN_TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TIME

static final java.lang.String TIME
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TIMEBUCKETS

static final java.lang.String TIMEBUCKETS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

VALUES

static final java.lang.String VALUES
See Also:
Constant Field Values
For internal use only. Application developers should not use this

LABELS

static final java.lang.String LABELS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

FROM_ID

static final java.lang.String FROM_ID
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TO_ID

static final java.lang.String TO_ID
See Also:
Constant Field Values
For internal use only. Application developers should not use this

DEPENDENCY_TYPE

static final java.lang.String DEPENDENCY_TYPE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SUMMARY

static final java.lang.String SUMMARY
Task type for a summary task
See Also:
Constant Field Values

NORMAL

static final java.lang.String NORMAL
Task type for a normal task.
See Also:
Constant Field Values

MILESTONE

static final java.lang.String MILESTONE
Task type for a milestone.
See Also:
Constant Field Values

LEFT

static final int LEFT
Left alignment for icons and labels in the task bar.
See Also:
Constant Field Values

RIGHT

static final int RIGHT
Right alignment for icons and labels in the task bar.
See Also:
Constant Field Values

INSIDE

static final int INSIDE
Icons and labels to appear inside and in the middle of the task bar. This should be deprecated.
See Also:
Constant Field Values

INNER_CENTER

static final int INNER_CENTER
Icons and labels to appear inside and in the middle of the task bar.
See Also:
Constant Field Values

INNER_LEFT

static final int INNER_LEFT
Icons and labels to appear inside and to the left in the task bar.
See Also:
Constant Field Values

INNER_RIGHT

static final int INNER_RIGHT
Icons and labels to appear inside and to the right in the task bar.
See Also:
Constant Field Values

TOP

static final int TOP
See Also:
Constant Field Values

CENTER

static final int CENTER
See Also:
Constant Field Values

BOTTOM

static final int BOTTOM
See Also:
Constant Field Values

FINISH_START

static final java.lang.String FINISH_START
Dependency type: Finish-to-Start.
See Also:
Constant Field Values

START_START

static final java.lang.String START_START
Dependency type: Start-to-Start.
See Also:
Constant Field Values

FINISH_FINISH

static final java.lang.String FINISH_FINISH
Dependency type: Finish-to-Finish.
See Also:
Constant Field Values

START_FINISH

static final java.lang.String START_FINISH
Dependency type: Start-to-Finish.
See Also:
Constant Field Values

JANUARY

static final java.lang.String JANUARY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

FEBRUARY

static final java.lang.String FEBRUARY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

MARCH

static final java.lang.String MARCH
See Also:
Constant Field Values
For internal use only. Application developers should not use this

APRIL

static final java.lang.String APRIL
See Also:
Constant Field Values
For internal use only. Application developers should not use this

MAY

static final java.lang.String MAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

JUNE

static final java.lang.String JUNE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

JULY

static final java.lang.String JULY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

AUGUST

static final java.lang.String AUGUST
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SEPTEMBER

static final java.lang.String SEPTEMBER
See Also:
Constant Field Values
For internal use only. Application developers should not use this

OCTOBER

static final java.lang.String OCTOBER
See Also:
Constant Field Values
For internal use only. Application developers should not use this

NOVEMBER

static final java.lang.String NOVEMBER
See Also:
Constant Field Values
For internal use only. Application developers should not use this

DECEMBER

static final java.lang.String DECEMBER
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SUNDAY

static final java.lang.String SUNDAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

MONDAY

static final java.lang.String MONDAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TUESDAY

static final java.lang.String TUESDAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

WEDNESDAY

static final java.lang.String WEDNESDAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

THURSDAY

static final java.lang.String THURSDAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

FRIDAY

static final java.lang.String FRIDAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SATURDAY

static final java.lang.String SATURDAY
See Also:
Constant Field Values
For internal use only. Application developers should not use this

UNDEFINED_SCALE

static final int UNDEFINED_SCALE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TWOYEARS

static final int TWOYEARS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

YEARS

static final int YEARS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

HALFYEARS

static final int HALFYEARS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

QUARTERS

static final int QUARTERS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TWOMONTHS

static final int TWOMONTHS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

MONTHS

static final int MONTHS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

TWOWEEKS

static final int TWOWEEKS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

WEEKS

static final int WEEKS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

DAYS

static final int DAYS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

SIXHOURS

static final int SIXHOURS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

THREEHOURS

static final int THREEHOURS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

HOURS

static final int HOURS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

HALFHOURS

static final int HALFHOURS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

QUARTERHOURS

static final int QUARTERHOURS
See Also:
Constant Field Values
For internal use only. Application developers should not use this

NUMSCALES

static final int NUMSCALES
See Also:
Constant Field Values
For internal use only. Application developers should not use this

CUSTOM_SCALE

static final int CUSTOM_SCALE
See Also:
Constant Field Values
For internal use only. Application developers should not use this

CUSTOM_SCALE_STR

static final java.lang.String CUSTOM_SCALE_STR
See Also:
Constant Field Values
For internal use only. Application developers should not use this

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-03


Copyright © 1997, 2009, Oracle. All rights reserved.