OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.datepicker
Class AdfDhtmlChooseDateCompactWallCalendarGridPanel

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.datepicker.AdfDhtmlChooseDateLayoutPanel
               |
               +--oracle.adfinternal.view.js.laf.dhtml.datepicker.AdfDhtmlChooseDateWallCalendarGridPanel
                     |
                     +--oracle.adfinternal.view.js.laf.dhtml.datepicker.AdfDhtmlChooseDateCompactWallCalendarGridPanel

public class AdfDhtmlChooseDateCompactWallCalendarGridPanel
extends AdfDhtmlChooseDateWallCalendarGridPanel
Renders and manages all the DOM and custom events within the wall calendar grid. The panel is identified by the key **compactDate For futher details for the events generated and consumed by this panel, please refer the parent AdfDhtmlChooseDateWallCalendarGridPanel panel. The only difference between this and the parent AdfDhtmlChooseDateWallCalendarGridPanel is that the week days are stamped with single alphabet day names verses 3 alphabet abbrevation as in case of thre parent AdfDhtmlChooseDateWallCalendarGridPanel


Field Summary


Fields inherited from oracle.adfinternal.view.js.laf.dhtml.datepicker.AdfDhtmlChooseDateWallCalendarGridPanel

handleComponentMonthSelecting, handleComponentMonthSelection

Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfDhtmlChooseDateCompactWallCalendarGridPanel()
Renders and manages all the DOM and custom events within the wall calendar grid.

Method Summary

protected String
GetWeekDayTypeProperty()
Gets the week day accessor off LocaleSymbols to use for stamping the week day names.

Methods inherited from oracle.adfinternal.view.js.laf.dhtml.datepicker.AdfDhtmlChooseDateWallCalendarGridPanel

canProcessComponentEvent, canProcessDomUIInputEvent, getBestMatchSubId, getSubIdDomElement, handleComponentClick, handleComponentDateSelections, handleComponentKeyDown, isVisible, render, updatePanelVisibility

Methods inherited from oracle.adfinternal.view.js.laf.dhtml.datepicker.AdfDhtmlChooseDateLayoutPanel

getPanelId, getPanelRootElement, isEnabled, isTogglePanel, registerLayoutPanel

Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString

Field Detail


Constructor Detail


AdfDhtmlChooseDateCompactWallCalendarGridPanel

public AdfDhtmlChooseDateCompactWallCalendarGridPanel()

Renders and manages all the DOM and custom events within the wall calendar grid. The panel is identified by the key **compactDate For futher details for the events generated and consumed by this panel, please refer the parent AdfDhtmlChooseDateWallCalendarGridPanel panel. The only difference between this and the parent AdfDhtmlChooseDateWallCalendarGridPanel is that the week days are stamped with single alphabet day names verses 3 alphabet abbrevation as in case of thre parent AdfDhtmlChooseDateWallCalendarGridPanel

Method Detail


GetWeekDayTypeProperty

protected String GetWeekDayTypeProperty()

Gets the week day accessor off LocaleSymbols to use for stamping the week day names.

Return:
String - Possible values are: "Weekdays", "ShortWeekdays", "NarrowWeekdays"
Overrides:
AdfDhtmlChooseDateWallCalendarGridPanel.GetWeekDayTypeProperty()

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

 

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