JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-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.AdfDhtmlSelectOnePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectOneListbasePeer
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectOneChoicePeer
public class AdfDhtmlSelectOneChoicePeer extends AdfDhtmlSelectOneListbasePeer
Field Summary |
|
|---|---|
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 |
|
private static Object |
|
Fields inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlEditableValuePeer |
ComponentLabelChanged, ComponentShowRequiredChanged |
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, CreateSubId, DISABLED_STYLECLASS, DRAG_READY_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 |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected static Object |
|
private Object |
|
protected Object |
|
public Object |
|
protected Object |
|
private Object |
|
protected Object |
|
private Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectOneListbasePeer |
GetFirstEnabledItem, GetNextEnabledItem, GetPreviousEnabledItem, GetSubmittedValue, IsItemEnabled, SelectItemElement |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectOnePeer |
GetSubIdDomElement |
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlValuePeer |
ComponentValueChanged, getConvertedObject, getConvertedValue, getFormatHint, GetNullDefault, isEmpty, setDisplayValue |
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, Init, initiateDrag, isVisible, needsResizeNotify |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
|---|
private static Object _COMPACTprivate static Object _DROPDOWN_IDprivate static Object _HIGHLIGHTED_STYLE_CLASSprivate static Object _POPUP_IDprivate static Object _POPUP_PANEL_IDprivate static Object _POPUP_WRAPPER_IDprivate static Object _SPACER_IDprivate static Object _SUB_ID_MAPprivate static Object _TEMP_OPTION_KEYprivate static Object _TEXT_ID
Constructor Detail |
|---|
public AdfDhtmlSelectOneChoicePeer()
Method Detail |
|---|
protected Object AddEmptyOption(Object component,
Object domElement)component |
||
domElement |
Objectprotected Object ComponentDisabledChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)component |
||
domElement |
||
newValue |
||
oldValue |
Objectprotected Object FindItemElementWithValue(Object component,
Object itemValue)component |
||
itemValue |
ObjectAdfDhtmlSelectOneListbasePeer.FindItemElementWithValue(Object, Object)protected Object GetComponentMode(Object component)component |
Objectprotected Object GetComponentSelectItems(Object component,
Object domElement)component |
||
domElement |
ObjectAdfDhtmlSelectOneListbasePeer.GetComponentSelectItems(Object, Object)private Object _getFocusElement(Object component)component |
Object - the DOM element of the drop down icon in compact mode TODO This will change once we have skinning/icons on the client, since with skinning we can't guarantee this is an img element.protected Object GetInlineEditor(Event event)event |
- | DOM Event that triggered the inline edit |
ObjectAdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)protected Object GetItemElements(Object component)component |
ObjectAdfDhtmlSelectOneListbasePeer.GetItemElements(Object)protected Object GetItemElementsParent(Object component)component |
ObjectAdfDhtmlSelectOneListbasePeer.GetItemElementsParent(Object)protected Object GetNoteWindowAlignmentNode(Object component,
Object rootNode)component |
||
rootNode |
ObjectAdfDhtmlEditableValuePeer.GetNoteWindowAlignmentNode(Object, Object)protected Object HandleComponentClick(Object componentEvent)componentEvent |
- | the component event invoked by mouse click |
ObjectAdfDhtmlEditableValuePeer.HandleComponentClick(Object)protected Object HandleComponentFocus(Object componentEvent)componentEvent |
ObjectAdfDhtmlEditableValuePeer.HandleComponentFocus(Object)protected Object HandleComponentKeyDown(Object componentEvent)componentEvent |
- | Key Press event - Implement keyboard support for selectOneChoice |
Objectprotected Object HandleComponentMouseDown(Object componentEvent)componentEvent |
- | the component event invoked by mouse down |
Objectprotected Object HandleComponentMouseOut(Object componentEvent)componentEvent |
Objectprotected Object HandleComponentMouseOver(Object componentEvent)componentEvent |
ObjectAdfDhtmlSelectOnePeer.HandleComponentMouseOver(Object)protected Object HandleDomChange(Object component,
Object domEvent)component |
||
domEvent |
Objectprotected static Object InitSubclass()ObjectAdfDhtmlValuePeer.InitSubclass()private Object _isCompact(Object component)component |
Object - whether the compact property is set to true.protected Object LazyInitialize(Object component,
Object domElement)component |
||
domElement |
ObjectAdfDhtmlEditableValuePeer.LazyInitialize(Object, Object)public Object needsFocusTargetStyleClass()ObjectAdfRichUIPeer.needsFocusTargetStyleClass()protected Object PopupClosed(Object component,
Object contentDom,
Object popupId)component |
||
contentDom |
||
popupId |
ObjectAdfRichUIPeer.PopupClosed(AdfUIComponent, HTMLElement, String)private Object _returnToDropDown(Object component)component |
Objectprotected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)component |
||
domElement |
||
newValue |
ObjectAdfDhtmlValuePeer.setDisplayValue(Object, Object)private Object _showPopupPanel(Object component)component |
Object
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||