JavaScript API Reference for Oracle ADF Faces
oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlSelectOnePeer
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlValuePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectOnePeer
- Direct Known Subclasses:
- AdfDhtmlSelectOneListbasePeer, AdfDhtmlSelectOneRadioPeer
public class AdfDhtmlSelectOnePeer
extends AdfDhtmlEditableValuePeer
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer
|
autoSubmit, BindToComponent, ComponentChanged, __componentLabelChanged, ComponentSubmittedValueChanged, disableBrowserAutoComplete, Focus, GetComponentLabel, GetComponentSubmittedValue, GetComponentValue, getContentNode, GetContentNode, GetContentNodeId, GetDisplayValue, GetLabelText, getLastSubmittedValue, getMarkDirtyFlag, GetNoteWindowAlignmentHint, GetNoteWindowAlignmentNode, GetSubmittedValue, GetValidatorHints, HandleComponentClick, HandleComponentFocus, HandleComponentKeyUp, HideNoteWindow, InitDomElement, IsInitialized, IsNoteWindowVisible, __isSpuriousDirtyValue, LazyInitialize, MessageNotify, MessageShow, NeedsSpuriousDirtyValueTracking, __resetSpuriousDirtyValue, __restoreDisplayValue, setLastSubmittedValue, setMarkDirtyFlag, ShouldShowHint, ShowNoteWindow, ShowNoteWindowMouseOver, StashOldValue, StopArrowKeyBubbling, Validate, ValidateAndStashNewValue, ValidateIfStashedOldValue, VetoShowNoteWindow, WasSubmitted |
public static Object NO_SELECTION_OPTION_EXPANDO
public AdfDhtmlSelectOnePeer()
protected static Object GetSelectItemsFromOptions(Object component,
Object domElement)
This method will return an array of AdfSelectItem objects that are created from the options which are child elements of the content node. The two components that currently use native option elements are selectOneChoice and selectOneListbox.
- Parameters:
-
component |
- |
AdfUIComponent instance with option element children |
domElement |
- |
The root DOM element of the component (if null, the root DOM element will be retrieved) |
- Return:
Object
- an array of AdfSelectItem objects
protected Object GetSelectItemsParentDomElement(Object component)
- Parameters:
-
- Return:
Object
protected Object GetSubIdDomElement(Object subElementId,
Object tagName)
Returns the dom element for a given subId for the input* or select* component.
- Parameters:
-
- Return:
Object
- Overrides:
AdfDhtmlValuePeer.GetSubIdDomElement(Object)
protected Object HandleComponentMouseOver(Object componentEvent)
- Parameters:
-
- Return:
Object
protected static Object InitSubclass()
- Return:
Object
- Overrides:
AdfDhtmlEditableValuePeer.InitSubclass()
Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.