Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.dnd
Class CalendarDropSite

java.lang.Object
  extended by oracle.adf.view.rich.dnd.CalendarDropSite


public class CalendarDropSite
extends java.lang.Object

Abstract data structure representing the drop of a object on to the calendar drop site


Constructor Summary
CalendarDropSite(java.util.Date date, CalendarActivity.TimeType timeType)
           

 

Method Summary
 java.util.Date getDate()
          Returns the date for this drop site
 CalendarActivity.TimeType getTimeType()
          Returns the CalendarActivity.TimeType associated with this drop site.

 

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

 

Constructor Detail

CalendarDropSite

public CalendarDropSite(java.util.Date date,
                        CalendarActivity.TimeType timeType)

Method Detail

getDate

public java.util.Date getDate()
Returns the date for this drop site
Returns:
java.util.Date

getTimeType

public CalendarActivity.TimeType getTimeType()
Returns the CalendarActivity.TimeType associated with this drop site. For e.g. CalendarActivity.TimeType.TIME for drop on the timed section, CalendarActivity.TimeType.ALLDAY for drop on the all day section or CalendarActivity.TimeType.UNKNOWN for drop on the the month view
Returns:
CalendarActivity.TimeType

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


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