|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
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 |
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 Boolean |
|
public Boolean |
|
public Object |
|
public Object |
|
public Object |
|
public Object |
|
public String |
|
Methods inherited from oracle.adfinternal.view.js.agent.AdfEditingAgent |
execCommand, ExecuteRedo, ExecuteUndo, getContentWindow, getInlineFrameDocument, getInstance, insertHtmlAtSelection, isDesignMode, isDesignModeReloadingFrame, IsNodeWrappingRange, QueryRedoEnabled, QueryUndoEnabled, setInlineFrameContent, setRTL, updateValueHistory |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString |
Field Detail |
---|
private static Object _cmdBackColor
private static Object _cmdHiliteColor
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 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)
public Object setInlineFrameContentEditable(HTMLElement inlineFrame)
inlineFrame |
- | The inline frame |
Object
AdfEditingAgent.setInlineFrameContentEditable(HTMLFrameElement)
public 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 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |