|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adf.view.js.base.AdfUIPeer | +--oracle.adf.view.js.laf.rich.AdfRichUIPeer | +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer | +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer | +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputBasePeer | +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputDatePeer
public class AdfDhtmlInputDatePeer extends AdfDhtmlInputBasePeer
Field Summary |
|
---|---|
private static Object |
|
private static Object |
|
private static Object |
|
public static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
Fields inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer |
ComponentLabelChanged |
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, DISABLED_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
protected Object |
|
private Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected Object |
|
private Object |
|
private String |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
public Object |
|
public Object |
|
private Object |
|
private Object |
|
protected Object |
|
protected static Object |
|
private Object |
|
private Object |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
Object |
|
protected Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlInputBasePeer |
GetSubmittedValue, HandleComponentBlur, RunValidation, ShouldShowHint, __simulateBlur, VetoBlurValidation |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer |
getConvertedObject, getConvertedValue, getFormatHint, GetNullDefault, isEmpty |
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible, needsResizeNotify |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
private static Object _CHILD_EXPANDO
private static Object _CHOOSEDATE_ID
private static Object _GLYPH_ID
public static Object ISO_STANDARD_CONVERTER
private static Object _MAX_ATTR
private static Object _MAX_ISO_ATTR
private static Object _MIN_ATTR
private static Object _MIN_ISO_ATTR
private static Object _POPUP_ID
private static Object _TIMEZONE_DISPID_ID
private static Object _TIMEZONE_DISPNAME_ID
private static Object _TIMEZONE_ID
private static Object _UPDATE_FROM_CHOOSEDATE_ATTR
Constructor Detail |
---|
public AdfDhtmlInputDatePeer()
Method Detail |
---|
protected Object ComponentValueChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)
component |
- | the AdfRichInputDate component |
domElement |
||
newValue |
||
oldValue |
Object
AdfDhtmlValuePeer.ComponentValueChanged(Object, Object, Object, Object)
private Object _createClientSideValidators(Object component,
Object domElement)
component |
||
domElement |
Object
protected Object GetComponentMaxValue(Object component,
Object domElement)
component |
||
domElement |
Object
protected Object GetComponentMinValue(Object component,
Object domElement)
component |
||
domElement |
Object
private Object _getGlyph(Object component)
component |
Object
- Glyph DOM element. May be null, e.g. chooseId points to embedded date-picker in the page.protected Object GetInlineEditor(Event event)
event |
- | DOM Event that triggered the inline edit |
Object
AdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)
private Object _getPopup(Object component)
component |
Object
- popup This can be null, e.g. if the inputDate has a chooseID so that it points to an embedded date-picker in the page. If testing for popup visibility, use _isPopupVisible() which calls this method.private String _getPopupId(Object component)
component |
- | InputDate component to find the popup ID for |
String
- Element ID of the popupprivate Object _getRuntimeChooseDateId(Object thisComponent)
thisComponent |
- | the inputComponent to get the chooseDate id from |
Object
- If chooseId property is present, return chooseId property. Otherwise return the popup chooseDate id if the popup is present.protected Object HandleComponentClick(Object componentEvent)
componentEvent |
- | Mouse click event Handles mouse click events on component, including: - Determines if note window should be displayed (true if clicking in the input field and popup not open) - Determines if the popup window should be shown (true if clicking on glyph) |
Object
AdfDhtmlEditableValuePeer.HandleComponentClick(Object)
protected Object HandleComponentDialog(Object componentEvent)
componentEvent |
- | Dialog selection event - If OK was pressed in chooseDate dialog, stores its value and hides the dialog |
Object
protected Object HandleComponentFocus(Object componentEvent)
componentEvent |
Object
AdfDhtmlEditableValuePeer.HandleComponentFocus(Object)
protected Object HandleComponentKeyDown(Object componentEvent)
componentEvent |
- | Key Up event Implements keyboard handling for the InputDate peer, e.g. Esc cancels the dialog |
Object
protected Object HandleComponentValueChange(Object componentEvent)
componentEvent |
- | ValueChangeEvent from a child within the InputDate This occurs when a change has occured in a child component of the chooseDate. The only one we know about is the SelectOneChoice (timezone), when screen reader mode is enabled. Check if that is the source, and update the hidden field for timezoneID. |
Object
public Object handleReturnFromChooseComponent(Object inputComponent,
Object hidePopup)
inputComponent |
- | Input Date component being updated |
hidePopup |
- | Whether to close the chooseDate popup (if open) Once a date has been selected from the associated chooseDate, no matter whether the chooseDate is popup type or not, this method is called. |
Object
public Object handleUpdateFromChooseComponent(Object inputComponent,
Object propertyName,
Object newValue)
inputComponent |
- | the input component to update |
propertyName |
- | the name of the property to update. |
newValue |
- | the new value of the property. |
Object
private Object _hidePopup(Object inputComponent)
inputComponent |
- | Client component for the inputDate Checks if the popup is open and hides it if so. |
Object
private Object _hookUpChooseDate(Object clientId)
clientId |
Object
protected Object InitDomElement(Object component,
Object domElement)
component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
Object
AdfRichUIPeer.InitDomElement(AdfUIComponent, Object)
protected static Object InitSubclass()
Object
AdfDhtmlValuePeer.InitSubclass()
private Object _isChooserSuppressed()
Object
- true if this InputDate has a chooser, but it is suppressed, e.g. because of screen reader modeprivate Object _isGlyphElement(Object eventTarget,
Object glyphId)
eventTarget |
- | Event through which selection was made, e.g. click |
glyphId |
- | Client ID of the glyph |
Object
- the DOM element of the drop down icon TODO This will change once we have skinning/icons on the client, since with skinning we can't guarantee this is an img element.private Object _isPopupVisible(Object component)
component |
- | InputDate component to find the popup for |
Object
- true if the popup exists and is visibleprotected Object IsSecret(Object component)
component |
- | InputDate component Returns false, contents of inputDate do not require masking |
Object
protected Object LazyInitialize(Object component,
Object domElement)
component |
||
domElement |
Object
AdfDhtmlEditableValuePeer.LazyInitialize(Object, Object)
protected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)
component |
||
domElement |
||
newValue |
- | new string to be displayed |
Object
AdfDhtmlValuePeer.SetDisplayValue(Object, Object, Object)
Object __trace(Object txt)
txt |
Object
protected Object VetoShowNoteWindow(Object component)
component |
Object
AdfDhtmlEditableValuePeer.VetoShowNoteWindow(Object)
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |