OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adf.view.js.component.rich.data
Class AdfRichCalendar

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.component.AdfUICalendar
         |
         +--oracle.adf.view.js.component.rich.data.AdfRichCalendar

public class AdfRichCalendar
extends AdfUICalendar
The calendar component provides the user the ability to view a calendar and the activities by day, week, month, list.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichCalendar()
The calendar component provides the user the ability to view a calendar and the activities by day, week, month, list.


Method Summary

public Date
getActiveDay()
Get function for attribute for 'activeDay'.
public Array
getAvailableViews()
Get function for attribute for 'availableViews'.
public Object
getCalendarActivityDurationChangeListener()
Get function for attribute for 'calendarActivityDurationChangeListener'.
public Object
getCalendarActivityListener()
Get function for attribute for 'calendarActivityListener'.
public Object
getCalendarDisplayChangeListener()
Get function for attribute for 'calendarDisplayChangeListener'.
public Object
getCalendarListener()
Get function for attribute for 'calendarListener'.
public Object
getDateCustomizer()
Get function for attribute for 'dateCustomizer'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Number
getListCount()
Get function for attribute for 'listCount'.
public String
getListType()
Get function for attribute for 'listType'.
public Array
getPersist()
Get function for attribute for 'persist'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStartDayOfWeek()
Get function for attribute for 'startDayOfWeek'.
public Number
getStartHour()
Get function for attribute for 'startHour'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getTimeZone()
Get function for attribute for 'timeZone'.
public Array
getToolboxLayout()
Get function for attribute for 'toolboxLayout'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public String
getView()
Get function for attribute for 'view'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public Object
isEventRoot()
Returns true so that events can be limited to within calendar.
public void
setAvailableViews(Array newAvailableViews)
Set function for attribute 'AvailableViews'.
public void
setCalendarActivityDurationChangeListener(Object newCalendarActivityDurationChangeListener)
Set function for attribute 'CalendarActivityDurationChangeListener'.
public void
setCalendarActivityListener(Object newCalendarActivityListener)
Set function for attribute 'CalendarActivityListener'.
public void
setCalendarDisplayChangeListener(Object newCalendarDisplayChangeListener)
Set function for attribute 'CalendarDisplayChangeListener'.
public void
setCalendarListener(Object newCalendarListener)
Set function for attribute 'CalendarListener'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setListCount(Number newListCount)
Set function for attribute 'ListCount'.
public void
setListType(String newListType)
Set function for attribute 'ListType'.
public void
setPersist(Array newPersist)
Set function for attribute 'Persist'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStartDayOfWeek(String newStartDayOfWeek)
Set function for attribute 'StartDayOfWeek'.
public void
setStartHour(Number newStartHour)
Set function for attribute 'StartHour'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setToolboxLayout(Array newToolboxLayout)
Set function for attribute 'ToolboxLayout'.
public void
setView(String newView)
Set function for attribute 'View'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Methods inherited from oracle.adf.view.js.component.AdfUICalendar

getValue


Field Detail


Constructor Detail


AdfRichCalendar

public AdfRichCalendar()

The calendar component provides the user the ability to view a calendar and the activities by day, week, month, list.

Method Detail


getActiveDay

public Date getActiveDay()

Get function for attribute for 'activeDay'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Date - ActiveDay

getAvailableViews

public Array getAvailableViews()

Get function for attribute for 'availableViews'.

Return:
Array - AvailableViews

getCalendarActivityDurationChangeListener

public Object getCalendarActivityDurationChangeListener()

Get function for attribute for 'calendarActivityDurationChangeListener'.

Return:
Object - CalendarActivityDurationChangeListener

getCalendarActivityListener

public Object getCalendarActivityListener()

Get function for attribute for 'calendarActivityListener'.

Return:
Object - CalendarActivityListener

getCalendarDisplayChangeListener

public Object getCalendarDisplayChangeListener()

Get function for attribute for 'calendarDisplayChangeListener'.

Return:
Object - CalendarDisplayChangeListener

getCalendarListener

public Object getCalendarListener()

Get function for attribute for 'calendarListener'.

Return:
Object - CalendarListener

getDateCustomizer

public Object getDateCustomizer()

Get function for attribute for 'dateCustomizer'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - DateCustomizer

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getListCount

public Number getListCount()

Get function for attribute for 'listCount'.

Return:
Number - ListCount

getListType

public String getListType()

Get function for attribute for 'listType'.

Return:
String - ListType

getPersist

public Array getPersist()

Get function for attribute for 'persist'.

Return:
Array - Persist

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStartDayOfWeek

public String getStartDayOfWeek()

Get function for attribute for 'startDayOfWeek'.

Return:
String - StartDayOfWeek

getStartHour

public Number getStartHour()

Get function for attribute for 'startHour'.

Return:
Number - StartHour

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getTimeZone

public Object getTimeZone()

Get function for attribute for 'timeZone'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - TimeZone

getToolboxLayout

public Array getToolboxLayout()

Get function for attribute for 'toolboxLayout'.

Return:
Array - ToolboxLayout

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - Unsecure

getView

public String getView()

Get function for attribute for 'view'.

Return:
String - View

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

isEventRoot

public Object isEventRoot()

Returns true so that events can be limited to within calendar.

Return:
Object

setAvailableViews

public void setAvailableViews(Array newAvailableViews)

Set function for attribute 'AvailableViews'.

Parameters:
newAvailableViews    
Return:
void - No Value returned

setCalendarActivityDurationChangeListener

public void setCalendarActivityDurationChangeListener(Object newCalendarActivityDurationChangeListener)

Set function for attribute 'CalendarActivityDurationChangeListener'.

Parameters:
newCalendarActivityDurationChangeListener    
Return:
void - No Value returned

setCalendarActivityListener

public void setCalendarActivityListener(Object newCalendarActivityListener)

Set function for attribute 'CalendarActivityListener'.

Parameters:
newCalendarActivityListener    
Return:
void - No Value returned

setCalendarDisplayChangeListener

public void setCalendarDisplayChangeListener(Object newCalendarDisplayChangeListener)

Set function for attribute 'CalendarDisplayChangeListener'.

Parameters:
newCalendarDisplayChangeListener    
Return:
void - No Value returned

setCalendarListener

public void setCalendarListener(Object newCalendarListener)

Set function for attribute 'CalendarListener'.

Parameters:
newCalendarListener    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

Parameters:
newDontPersist    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setListCount

public void setListCount(Number newListCount)

Set function for attribute 'ListCount'.

Parameters:
newListCount    
Return:
void - No Value returned

setListType

public void setListType(String newListType)

Set function for attribute 'ListType'.

Parameters:
newListType    
Return:
void - No Value returned

setPersist

public void setPersist(Array newPersist)

Set function for attribute 'Persist'.

Parameters:
newPersist    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStartDayOfWeek

public void setStartDayOfWeek(String newStartDayOfWeek)

Set function for attribute 'StartDayOfWeek'.

Parameters:
newStartDayOfWeek    
Return:
void - No Value returned

setStartHour

public void setStartHour(Number newStartHour)

Set function for attribute 'StartHour'.

Parameters:
newStartHour    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setToolboxLayout

public void setToolboxLayout(Array newToolboxLayout)

Set function for attribute 'ToolboxLayout'.

Parameters:
newToolboxLayout    
Return:
void - No Value returned

setView

public void setView(String newView)

Set function for attribute 'View'.

Parameters:
newView    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.