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 |
|
oracle.adfinternal.view.js.laf.dhtml.inlineEditor
Class AdfDhtmlSimpleTextEditor
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.laf.inlineEditor.AdfRichInlineEditor
|
+--oracle.adf.view.js.laf.inlineEditor.AdfRichPlainTextEditor
|
+--oracle.adfinternal.view.js.laf.dhtml.inlineEditor.AdfDhtmlSimpleTextEditor
public class AdfDhtmlSimpleTextEditor
extends AdfRichPlainTextEditor
Creates an AdfDhtmlSimplTextEditor instance.
Method Summary
|
public static Object |
getAnchorInlineEditor()
-
Returns a shared isntance of the AdfDhtmlSimpleTextEditor for cases where an anchor is used as the wrapper element.
|
protected Object |
GetEditedDomElement()
-
Override to return the element containing the text to edit.
|
public static Object |
getInlineEditor()
-
Returns a shared isntance of the AdfDhtmlSimpleTextEditor for cases where a span is used as the wrapper element.
|
protected Object |
Init(Object wrapperElementName)
-
Initialize this component instance.
|
Methods inherited from oracle.adf.view.js.base.AdfObject
|
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
private Object _wrapperElementName
public AdfDhtmlSimpleTextEditor(Object wrapperElementName)
Creates an AdfDhtmlSimplTextEditor instance.
- Parameters:
-
public static Object getAnchorInlineEditor()
Returns a shared isntance of the AdfDhtmlSimpleTextEditor for cases where an anchor is used as the wrapper element.
- Return:
Object
protected Object GetEditedDomElement()
Override to return the element containing the text to edit.
- Return:
Object
- Overrides:
AdfRichPlainTextEditor.GetEditedDomElement()
public static Object getInlineEditor()
Returns a shared isntance of the AdfDhtmlSimpleTextEditor for cases where a span is used as the wrapper element.
- Return:
Object
protected Object Init(Object wrapperElementName)
Initialize this component instance.
- Parameters:
-
- Return:
Object
- Overrides:
AdfObject.Init()
|
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 |
|
Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.