OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfDhtmlSelectOnePeer

Warning:

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



Field Summary

public static Object
NO_SELECTION_OPTION_EXPANDO


Fields inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer

ComponentLabelChanged, ComponentShowRequiredChanged


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfDhtmlSelectOnePeer()


Method Summary

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.
protected Object
GetSelectItemsParentDomElement(Object component)
protected Object
GetSubIdDomElement(Object subElementId, Object tagName)
Returns the dom element for a given subId for the input* or select* component.
protected Object
HandleComponentMouseOver(Object componentEvent)
protected static Object
InitSubclass()


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


Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.subids.AdfDhtmlValuePeer

GetBestMatchSubId


Field Detail


NO_SELECTION_OPTION_EXPANDO

public static Object NO_SELECTION_OPTION_EXPANDO

Constructor Detail


AdfDhtmlSelectOnePeer

public AdfDhtmlSelectOnePeer()

Method Detail


GetSelectItemsFromOptions

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

GetSelectItemsParentDomElement

protected Object GetSelectItemsParentDomElement(Object component)

Parameters:
component    
Return:
Object

GetSubIdDomElement

protected Object GetSubIdDomElement(Object subElementId,
                                    Object tagName)

Returns the dom element for a given subId for the input* or select* component.

Parameters:
subElementId    
tagName    
Return:
Object
Overrides:
AdfDhtmlValuePeer.GetSubIdDomElement(Object)

HandleComponentMouseOver

protected Object HandleComponentMouseOver(Object componentEvent)

Parameters:
componentEvent    
Return:
Object

InitSubclass

protected static Object InitSubclass()

Return:
Object
Overrides:
AdfDhtmlEditableValuePeer.InitSubclass()

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

 

Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.