|
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.adfinternal.view.js.agent.AdfEditingAgent | +--oracle.adfinternal.view.js.agent.gecko.AdfGeckoEditingAgent
public class AdfGeckoEditingAgent extends AdfEditingAgent
Field Summary |
|
---|---|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
private Number |
|
protected Object |
|
public Object |
|
public Object |
|
public String |
|
public Object |
|
private Object |
|
public Object |
|
protected static Object |
|
public Object |
|
public Boolean |
|
public Boolean |
|
public Object |
|
public Object |
|
protected Boolean |
|
public Object |
|
public String |
|
Methods inherited from oracle.adfinternal.view.js.agent.AdfEditingAgent |
execCommand, ExecuteRedo, ExecuteUndo, getColor, getContentWindow, getInlineFrameDocument, getInstance, getSelectionRangeString, insertHtmlAtSelection, isDesignMode, isDesignModeReloadingFrame, isEmptySelection, IsNodeWrappingRange, QueryRedoEnabled, QueryUndoEnabled, setInlineFrameContent, setInlineFrameContentEditable, setRTL, updateValueHistory, useContentEditable |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString |
Field Detail |
---|
private static Object _cmdBackColor
private static Object _cmdHiliteColor
private static Object _dummyBrTag
private static Object _dummyBrTagAtr
private static Object _dummyBrTagPrt1
Constructor Detail |
---|
public AdfGeckoEditingAgent()
Method Detail |
---|
private Number _asciiValue(String c)
c | - | String representing a character |
Number
- A number representing the ascii numeric value of the parameter.
256 if the character is not ascii.protected Object CreateLink(AdfRichTextEditor component,
HTMLElement doc,
String value)
component | - | Component the rich text editor component |
doc | - | The editable document |
value | - | The value given by the user |
Object
AdfEditingAgent.CreateLink(AdfRichTextEditor, HTMLElement, String)
public Object getDefaultContent()
Object
AdfEditingAgent.getDefaultContent()
public Object getFocusBlurElement(HTMLFrameElement inlineFrame)
inlineFrame | - | The inline-frame |
Object
AdfEditingAgent.getFocusBlurElement(HTMLFrameElement)
public String getInlineFrameContent(HTMLFrameElement inlineFrame,
Object keepOriginal)
inlineFrame | - | The inline frame |
keepOriginal | - | indicates whether content should be returned as is without removing unnecessary content |
String
- The content of the inline frame.AdfEditingAgent.getInlineFrameContent(HTMLFrameElement, Object)
public Object getSelectionRange(HTMLFrameElement inlineFrame)
inlineFrame | - | The inline frame |
Object
AdfEditingAgent.getSelectionRange(HTMLFrameElement)
private Object _getWindowSelection(Object inlineFrame)
inlineFrame |
Object
public Object handleTab(Object inlineFrame,
Object keyDownEvt)
inlineFrame | ||
keyDownEvt |
Object
AdfEditingAgent.handleTab(Object, Object)
protected static Object InitClass()
Object
public Object isDummyBrFnc(Object element,
Object context)
element | ||
context |
Object
public Boolean queryCommandEnabled(AdfRichTextEditor component,
HTMLFrameElement inlineFrame,
String command)
component | - | Component the rich text editor component |
inlineFrame | - | The inline frame |
command | - | The command to check |
Boolean
- Whether the command is enabledAdfEditingAgent.queryCommandEnabled(AdfRichTextEditor, HTMLFrameElement, String)
public Boolean queryCommandIndeterminate(HTMLFrameElement inlineFrame,
String commandIdentifier)
inlineFrame | - | The content field |
commandIdentifier | - | The command |
Boolean
- Whether the command is indeterminate.AdfEditingAgent.queryCommandIndeterminate(HTMLFrameElement, String)
public Object queryCommandState(HTMLFrameElement inlineFrame,
String commandIdentifier)
inlineFrame | - | The inline frame |
commandIdentifier | - | The command |
Object
- The value for the commandAdfEditingAgent.queryCommandState(HTMLFrameElement, String)
public Object queryCommandValue(HTMLFrameElement inlineFrame,
String commandIdentifier)
inlineFrame | - | The inline frame |
commandIdentifier | - | The command |
Object
- The value for the commandAdfEditingAgent.queryCommandValue(HTMLFrameElement, String)
protected Boolean QueryUnLinkEnabled(AdfRichTextEditor component,
HTMLFrameElement inlineFrame)
component | - | The rich text editor component |
inlineFrame | - | The inline frame |
Boolean
- Whether the command is enabledpublic Object setSelectionRange(HTMLFrameElement inlineFrame,
DOMSelection range)
inlineFrame | - | The inlineFrame |
range | - | The range |
Object
AdfEditingAgent.setSelectionRange(HTMLFrameElement, DOMSelection)
public String toBrowserSpecificCommand(String command)
command | - | The command |
String
- The new commandAdfEditingAgent.toBrowserSpecificCommand(String)
|
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 |