|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.laf.rich.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 |
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_READY_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS |
Fields inherited from org.ecmascript.object.Object |
constructor, 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 static Object |
|
private Object |
|
protected 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 |
Methods inherited from oracle.adf.view.js.laf.rich.AdfUIPeer |
ApplyDragSourceState, ClearDragSourceState |
Field Detail |
---|
private static Object _COMPACT
private static Object _DROPDOWN_ID
private static Object _HIGHLIGHTED_STYLE_CLASS
private static Object _POPUP_ID
private static Object _POPUP_PANEL_ID
private static Object _POPUP_WRAPPER_ID
private static Object _SPACER_ID
private static Object _TEMP_OPTION_KEY
private static Object _TEXT_ID
Constructor Detail |
---|
public AdfDhtmlSelectOneChoicePeer()
Method Detail |
---|
protected Object AddEmptyOption(Object component,
Object domElement)
component |
||
domElement |
Object
protected Object ComponentDisabledChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)
component |
||
domElement |
||
newValue |
||
oldValue |
Object
protected Object FindItemElementWithValue(Object component,
Object itemValue)
component |
||
itemValue |
Object
AdfDhtmlSelectOneListbasePeer.FindItemElementWithValue(Object, Object)
protected Object GetComponentMode(Object component)
component |
Object
protected Object GetComponentSelectItems(Object component,
Object domElement)
component |
||
domElement |
Object
AdfDhtmlSelectOneListbasePeer.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 |
Object
AdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)
protected Object GetItemElements(Object component)
component |
Object
AdfDhtmlSelectOneListbasePeer.GetItemElements(Object)
protected Object GetItemElementsParent(Object component)
component |
Object
AdfDhtmlSelectOneListbasePeer.GetItemElementsParent(Object)
protected Object GetNoteWindowAlignmentNode(Object component,
Object rootNode)
component |
||
rootNode |
Object
AdfDhtmlEditableValuePeer.GetNoteWindowAlignmentNode(Object, Object)
protected Object HandleComponentClick(Object componentEvent)
componentEvent |
- | the component event invoked by mouse click |
Object
AdfDhtmlEditableValuePeer.HandleComponentClick(Object)
protected Object HandleComponentKeyDown(Object componentEvent)
componentEvent |
- | Key Press event - Implement keyboard support for selectOneChoice |
Object
protected Object HandleComponentMouseDown(Object componentEvent)
componentEvent |
- | the component event invoked by mouse down |
Object
protected Object HandleComponentMouseOut(Object componentEvent)
componentEvent |
Object
protected Object HandleComponentMouseOver(Object componentEvent)
componentEvent |
Object
AdfDhtmlSelectOnePeer.HandleComponentMouseOver(Object)
protected Object HandleDomChange(Object component,
Object domEvent)
component |
||
domEvent |
Object
protected static Object InitSubclass()
Object
AdfDhtmlValuePeer.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 |
Object
AdfDhtmlEditableValuePeer.LazyInitialize(Object, Object)
protected Object PopupClosed(Object component,
Object contentDom,
Object popupId)
component |
||
contentDom |
||
popupId |
Object
AdfRichUIPeer.PopupClosed(AdfUIComponent, HTMLElement, String)
private Object _returnToDropDown(Object component)
component |
Object
protected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)
component |
||
domElement |
||
newValue |
Object
AdfDhtmlValuePeer.SetDisplayValue(Object, Object, Object)
private Object _showPopupPanel(Object component)
component |
Object
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |