Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Uses of Class
oracle.adf.view.rich.model.CalendarActivity.TimeType

Packages that use CalendarActivity.TimeType
oracle.adf.view.rich.dnd   
oracle.adf.view.rich.event   
oracle.adf.view.rich.model   

 

Uses of CalendarActivity.TimeType in oracle.adf.view.rich.dnd

 

Methods in oracle.adf.view.rich.dnd that return CalendarActivity.TimeType
 CalendarActivity.TimeType CalendarDropSite.getTimeType()
          Returns the CalendarActivity.TimeType associated with this drop site.

 

Constructors in oracle.adf.view.rich.dnd with parameters of type CalendarActivity.TimeType
CalendarDropSite(java.util.Date date, CalendarActivity.TimeType timeType)
           

 

Uses of CalendarActivity.TimeType in oracle.adf.view.rich.event

 

Methods in oracle.adf.view.rich.event that return CalendarActivity.TimeType
 CalendarActivity.TimeType CalendarEvent.getTimeType()
          This returns TimeType in which the user clicked - the all day area or the timed area.

 

Constructors in oracle.adf.view.rich.event with parameters of type CalendarActivity.TimeType
CalendarEvent(javax.faces.component.UIComponent source, java.util.Date triggerDate, CalendarActivity.TimeType timeType, java.awt.AWTKeyStroke keyStroke, int clickCount, MouseButton button, TriggerType triggerType)
          Default constructor

 

Uses of CalendarActivity.TimeType in oracle.adf.view.rich.model

 

Methods in oracle.adf.view.rich.model that return CalendarActivity.TimeType
 CalendarActivity.TimeType CalendarActivity.getTimeType()
          Gets the TimeType information for an activity.
static CalendarActivity.TimeType CalendarActivity.TimeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CalendarActivity.TimeType[] CalendarActivity.TimeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.adf.view.rich.model with parameters of type CalendarActivity.TimeType
 void CalendarActivity.setTimeType(CalendarActivity.TimeType timeType)
          Sets the TimeType information of the activity.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.0.0)
E17488-01


Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.