JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.laf.inlineEditor.AdfRichInlineEditor
public abstract class AdfRichInlineEditor extends AdfObject
The lifecyle of an inline editor is:
startEdithandleEvent. The editor commits the changes as they occurstopEditAdfRichUIPeer.GetInlineEditor. None of the functions in this class are called with bound peers. As a result, sunclasses should always retrieve their peer using the convenience function GetEditedPeer() on this class to ensure that their peer is bound.AdfRichUIPeer.GetInlineEditor(Object)GetEditedPeer()
Field Summary |
|
|---|---|
private Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Method Summary |
|
|---|---|
public AdfUIComponent |
|
protected AdfRichUIPeer |
|
public String |
|
public Object |
|
protected Object |
|
public Boolean |
|
protected Boolean |
|
public Object |
|
public Object |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
|---|
private Object _componentpublic static Object FILTER_EDITABLEpublic static Object FILTER_SELECTABLEpublic static Object FILTER_UNSELECTABLE
Method Detail |
|---|
public AdfUIComponent getEditedComponent()AdfUIComponent - nullprotected AdfRichUIPeer GetEditedPeer()AdfRichUIPeer - nullpublic String getEditedProperty()null if the inline editor doesn't edit properties,String - nullpublic Object handleEvent(Event event)event |
- | DOM event to handle |
Objectprotected Object Init()ObjectAdfObject.Init()public Boolean preEdit(AdfUIComponent component)CanEdit() to provide this implementationcomponent |
- | to consider editing |
Boolean - null true if this component can be inline editedPreEdit()protected Boolean PreEdit()preEdit to determine whether the component returned by getEditedComponent can be edited by this inlineEditor.
During this call, GetEditedPeer will return the component's peer properly bound.
Boolean - null true if this component can be inline editedpreEdit(AdfUIComponent)getEditedComponent()GetEditedPeer()public Object startEdit(AdfUIComponent component,
Object event)component |
- | Component to start editing |
event |
Objectpublic Object stopEdit()Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||