JavaScript API Reference for Oracle ADF Faces
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-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
public class AdfDhtmlValuePeer extends AdfRichUIPeer
Field Summary |
|---|
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, SELECTED_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 |
|
public Object |
|
public Object |
|
protected Object |
|
public Object |
|
protected String |
|
protected Object |
|
protected HTMLElement |
|
protected Object |
|
protected static Object |
|
public Object |
|
public Object |
|
protected Object |
|
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 |
|---|
Constructor Detail |
|---|
public AdfDhtmlValuePeer()Method Detail |
|---|
protected Object ComponentValueChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)component | ||
domElement | ||
newValue | ||
oldValue |
Objectprotected Object GetBestMatchSubId(Object domElement)domElement |
ObjectAdfRichUIPeer.GetSubIdDomElement(Object)AdfRichUIPeer.GetBestMatchSubId(Object)protected Object GetComponentValue(Object component,
Object domElement)component | ||
domElement |
Objectpublic Object getConvertedObject(Object component,
Object value)component | ||
value |
Objectpublic Object getConvertedValue(Object component,
Object submittedValue)component | ||
submittedValue |
Objectprotected Object GetDisplayValue(Object component,
Object domElement,
Object unconditional)component | ||
domElement | ||
unconditional | - | says whether or not to always return the display value, or whether null can be returned if certain conditions are not met |
Objectpublic Object getFormatHint(Object component)component | - | the underlying component for the peer, to access the converter, if present. |
Object - the format hint (see TrConverter.getFormatHint()) or null, if no converter is
present.protected String GetFormattedDisplayValue(AdfUIComponent component,
HTMLElement domElement,
TrClientConverter clientConverter)component | - | instance |
domElement | - | The root element of the component |
clientConverter | - | associated with the component |
String - The formatted valueprotected Object GetNullDefault()Objectprotected HTMLElement GetSubIdDomElement(Object subElementId)subElementId |
HTMLElement - the DOM within the component related to scopedIdAdfRichUIPeer.getSubIdDomElement(Object, Object)protected Object InitDomElement(Object component,
Object domElement)component | - | Component that this peer will be associated with |
domElement | - | Root DOM element of this peer |
ObjectAdfRichUIPeer.InitDomElement(AdfUIComponent, Object)protected static Object InitSubclass()Objectpublic Object isEmpty(Object submittedValue)submittedValue | - | the submitted value |
Object - does the peer think it's emptypublic Object setDisplayValue(Object component,
Object newValue)component | ||
newValue |
Objectprotected Object SetDisplayValue(Object component,
Object domElement,
Object newValue)component | ||
domElement | ||
newValue | - | new string to be displayed |
Object
|
Oracle® Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.4.0) E81451-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||