|
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.ie.AdfIEEditingAgent
public class AdfIEEditingAgent extends AdfEditingAgent
Field Summary |
---|
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 Object |
|
protected Object |
|
protected Object |
|
public Object |
|
public Object |
|
private Object |
|
public String |
|
public Object |
|
public Object |
|
private Object |
|
public Object |
|
public Object |
|
public Object |
|
protected Boolean |
|
protected Boolean |
|
protected Boolean |
|
public Object |
|
public Object |
|
public Object |
Methods inherited from oracle.adfinternal.view.js.agent.AdfEditingAgent |
CreateLink, execCommand, getContentWindow, getFocusBlurElement, getInlineFrameDocument, getInstance, isDesignMode, isEmptySelection, queryCommandEnabled, queryCommandIndeterminate, queryCommandState, queryCommandValue, setInlineFrameContent, setInlineFrameContentEditable, setRTL, toBrowserSpecificCommand |
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 |
---|
Constructor Detail |
---|
public AdfIEEditingAgent()
Method Detail |
---|
private Object _executeHistoryMove(AdfRichTextEditor component,
HTMLFrameElement inlineFrame,
HTMLElement doc,
Array fromStack,
Array toStack)
component | - | Component the rich text editor component |
inlineFrame | - | The inline frame |
doc | - | The editable document |
fromStack | - | The stack to pop. |
toStack | - | The stack to push. |
Object
protected Object ExecuteRedo(AdfRichTextEditor component,
HTMLFrameElement inlineFrame,
HTMLElement doc)
component | - | Component the rich text editor component |
inlineFrame | - | The inline frame |
doc | - | The editable document |
Object
AdfEditingAgent.ExecuteRedo(AdfRichTextEditor, HTMLFrameElement, HTMLElement)
protected Object ExecuteUndo(AdfRichTextEditor component,
HTMLFrameElement inlineFrame,
HTMLElement doc)
component | - | Component the rich text editor component |
inlineFrame | - | The inline frame |
doc | - | The editable document |
Object
AdfEditingAgent.ExecuteUndo(AdfRichTextEditor, HTMLFrameElement, HTMLElement)
public Object getColor(Object value)
value |
Object
AdfEditingAgent.getColor(Object)
public Object getDefaultContent()
Object
AdfEditingAgent.getDefaultContent()
private Object _getDelta(String oldValue,
String newValue,
Number scrollLeft,
Number scrollTop)
oldValue | - | The non-null old value |
newValue | - | The non-null new value |
scrollLeft | - | The left scroll position. |
scrollTop | - | The top scroll position. |
Object
- the delta informationpublic 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)
public Object getSelectionRangeString(Object selectionRange)
selectionRange |
Object
AdfEditingAgent.getSelectionRangeString(Object)
private Object _getWindowSelection(Object inlineFrame)
inlineFrame |
Object
public Object handleTab(Object inlineFrame,
Object keyDownEvt)
inlineFrame | ||
keyDownEvt |
Object
AdfEditingAgent.handleTab(Object, Object)
public Object insertHtmlAtSelection(HTMLFrameElement inlineFrame,
String htmlFragment)
inlineFrame | - | the inline frame |
htmlFragment | - | the HTML fragment to insert |
Object
AdfEditingAgent.insertHtmlAtSelection(HTMLFrameElement, String)
public Object isDesignModeReloadingFrame()
Object
AdfEditingAgent.isDesignModeReloadingFrame()
protected Boolean IsNodeWrappingRange(Range range,
Node node)
range | - | The range object, usually corresponding to a seleciton |
node | - | The node object that potentially wrapps the range |
Boolean
- Whether the supplied node wraps the supplied rangeAdfEditingAgent.IsNodeWrappingRange(Range, Node)
protected Boolean QueryRedoEnabled(AdfRichTextEditor component,
HTMLFrameElement inlineFrame)
component | - | Component the rich text editor component |
inlineFrame | - | The inline frame |
Boolean
- Whether the command is enabledAdfEditingAgent.QueryRedoEnabled(AdfRichTextEditor, HTMLFrameElement)
protected Boolean QueryUndoEnabled(AdfRichTextEditor component,
HTMLFrameElement inlineFrame)
component | - | Component the rich text editor component |
inlineFrame | - | The inline frame |
Boolean
- Whether the command is enabledAdfEditingAgent.QueryUndoEnabled(AdfRichTextEditor, HTMLFrameElement)
public Object setSelectionRange(HTMLFrameElement inlineFrame,
DOMSelection range)
inlineFrame | - | The inlineFrame |
range | - | The range |
Object
AdfEditingAgent.setSelectionRange(HTMLFrameElement, DOMSelection)
public Object updateValueHistory(AdfRichTextEditor component,
HTMLFrameElement inlineFrame,
String newerValue)
component | - | Component the rich text editor component |
inlineFrame | - | The inline frame |
newerValue | - | The new value |
Object
AdfEditingAgent.updateValueHistory(AdfRichTextEditor, HTMLFrameElement, String)
public Object useContentEditable()
Object
AdfEditingAgent.useContentEditable()
|
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 |