JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-03  | 
||||||||
| 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.safari.AdfSafariEditingAgent
public class AdfSafariEditingAgent 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 | 
|
|---|---|
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 | 
  | 
public Object | 
  | 
public Object | 
  | 
public String | 
  | 
Methods inherited from oracle.adfinternal.view.js.agent.AdfEditingAgent | 
CreateLink, execCommand, ExecuteRedo, ExecuteUndo, getContentWindow, getInlineFrameDocument, getInstance, 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 _cmdBackColorprivate static Object _cmdHiliteColor
Constructor Detail | 
|---|
public AdfSafariEditingAgent()
Method Detail | 
|---|
public Object getDefaultContent()ObjectAdfEditingAgent.getDefaultContent()public Object getFocusBlurElement(HTMLFrameElement inlineFrame)inlineFrame | 
- | The inline-frame | 
ObjectAdfEditingAgent.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 | 
ObjectAdfEditingAgent.getSelectionRange(HTMLFrameElement)private Object _getWindowSelection(Object inlineFrame)inlineFrame | 
Objectpublic Object handleTab(Object inlineFrame,
                        Object keyDownEvt)inlineFrame | 
||
keyDownEvt | 
ObjectAdfEditingAgent.handleTab(Object, Object)protected static Object InitClass()Objectpublic Object insertHtmlAtSelection(HTMLFrameElement inlineFrame,
                                    String htmlFragment)inlineFrame | 
- | the inline frame | 
htmlFragment | 
- | the HTML fragment to insert | 
ObjectAdfEditingAgent.insertHtmlAtSelection(HTMLFrameElement, String)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 | 
ObjectAdfEditingAgent.setInlineFrameContentEditable(HTMLFrameElement)public Object setSelectionRange(HTMLFrameElement inlineFrame,
                                DOMSelection range)inlineFrame | 
- | The inlineFrame | 
range | 
- | The range | 
ObjectAdfEditingAgent.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-03  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||