|
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.AdfDhtmlSelectOneRadioPeer
public class AdfDhtmlSelectOneRadioPeer extends AdfDhtmlSelectOnePeer
Field Summary |
|
---|---|
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 |
|
protected Object |
|
protected static Object |
|
protected Object |
|
Methods inherited from oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlSelectOnePeer |
HandleComponentMouseOver |
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 _ITEM_VALUE_EXPANDO
private static Object _SUB_ID_MAP
Constructor Detail |
---|
public AdfDhtmlSelectOneRadioPeer()
Method Detail |
---|
protected Object GetComponentSelectItems(Object component,
Object domElement)
component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
Object
- selectItem arrayprotected Object GetInlineEditor(Event event)
event |
- | DOM Event that triggered the inline edit |
Object
AdfRichUIPeer.getInlineEditor(AdfUIComponent, Object)
protected Object GetNoteWindowAlignmentHint()
Object
AdfDhtmlEditableValuePeer.GetNoteWindowAlignmentHint()
protected Object GetSubIdDomElement(Object subElementId)
subElementId |
Object
AdfRichUIPeer.getSubIdDomElement(Object, Object)
protected Object GetSubmittedValue(Object component,
Object domElement)
component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
Object
- submittedValue , or null if nothing is checkedAdfDhtmlEditableValuePeer.GetSubmittedValue(Object, Object)
protected Object HandleComponentClick(Object componentEvent)
componentEvent |
- | The event on the component |
Object
AdfDhtmlEditableValuePeer.HandleComponentClick(Object)
protected static Object InitSubclass()
Object
AdfDhtmlValuePeer.InitSubclass()
protected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)
newValue
.. In readOnly mode, this means setting the text content to the newValue.component |
- | Component that this peer will be associated with |
domElement |
- | Root DOM element of this peer |
newValue |
- | The new value of the component. |
Object
AdfDhtmlValuePeer.SetDisplayValue(Object, Object, 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 |