JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.agent.AdfAgent
               |
               +--oracle.adfinternal.view.js.agent.ie.AdfIEAgent
                     |
                     +--oracle.adfinternal.view.js.agent.ie.AdfIE8Agent
public class AdfIE8Agent extends AdfIEAgent
Field Summary | 
|---|
Fields inherited from oracle.adf.view.js.agent.AdfAgent | 
ANDROID_OS, CAP_TOUCH_SCREEN, CAP_TOUCH_SCREEN_MULTIPLE, CAP_TOUCH_SCREEN_NONE, CAP_TOUCH_SCREEN_SINGLE, DRAG_GHOST_STYLECLASS, GECKO_PLATFORM, IE_PLATFORM, KEY_EVENTS, MAC_OS, OPERA_PLATFORM, SOLARIS_OS, UNKNOWN_OS, UNKNOWN_PLATFORM, WEBKIT_PLATFORM, WINDOWS_OS | 
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 Node | 
|
protected Object | 
  | 
public Object | 
  | 
public Object | 
  | 
public String | 
  | 
public Object | 
  | 
public Object | 
  | 
public String | 
  | 
public Object | 
  | 
public Object | 
  | 
public Object | 
  | 
public Boolean | 
  | 
public Boolean | 
  | 
public Object | 
  | 
public Object | 
  | 
public Object | 
  | 
public Object | 
  | 
public Object | 
  | 
Methods inherited from oracle.adf.view.js.base.AdfObject | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
Field Detail | 
|---|
Constructor Detail | 
|---|
public AdfIE8Agent(Object domWindow)domWindow | 
Method Detail | 
|---|
public Object addEventCaptures(Object node,
                               Object listener)node | 
||
listener | 
ObjectAdfAgent.addEventCaptures(Node, Function)public Node cloneNode(Node domNode)domNode | 
- | the DOM ndoe to clone the new node from | 
Node - the cloned DOM node.AdfAgent.cloneNode(Node)protected Object CreateDefaultLogWriter(Object nativeLogWriter)nativeLogWriter | 
ObjectAdfAgent.createDefaultLogWriter()public Object elementsAdded(Object node)node | 
- | Either element or document node that is being added | 
ObjectAdfAgent.getElementById(Object)elementsRemoved(Object)AdfAgent.elementsAdded(Object)public Object elementsRemoved(Object node)node | 
- | Either element or document node that is being removed | 
ObjectAdfAgent.getElementById(Object)elementsAdded(Object)AdfAgent.elementsRemoved(Object)public String getBoxSizing(HTMLElement element,
                           CSSStyleDeclaration currentStyle)element | 
- | The element to check | 
currentStyle | 
- | the current style that can be optionally passed in
 Default value = null 
 | 
String - the box sizing, either "content-box" or "border-box"AdfAgent.getBoxSizing(HTMLElement, CSSStyleDeclaration)public Object getElementLeft(Object element)element | 
ObjectAdfAgent.getElementLeft(Object)public Object getElementPosition(Object element)element | 
- | HTML element | 
Object - an object with two properties (x for the left coordinate and y for the top coordinate)AdfAgent.getElementPosition(Object)public String getSessionStorageProperty(String propKey)propKey | 
- | key used to retrieve the value in storage | 
String - value of the property stored with key propKeyError if unable to set property to session storageisSessionStorageEnabled()AdfAgent.getSessionStorageProperty(String)public Object getTableRow(Object tableElement,
                          Object rowIndex)tableElement | 
||
rowIndex | 
ObjectAdfAgent.getTableRow(Object, Object)public Object getTableRowCells(Object tableRow)tableRow | 
ObjectAdfAgent.getTableRowCells(Object)public Object getTableRows(Object tableElement)tableElement | 
ObjectAdfAgent.getTableRows(Object)public Boolean hasAttribute(Element element,
                            Attr attribute)element | 
- | The element | 
attribute | 
- | The attribute to be tested | 
Boolean - null true if the attribute value is explicitly set.AdfAgent.hasAttribute(Element, Attr)public Boolean isSessionStorageEnabled()Boolean - false if userData persistence is disabled or if access to userData store is denied for security reasons or otherwise.AdfAgent.isSessionStorageEnabled(Object)public Object removeEventCaptures(Object node,
                                  Object listener)node | 
||
listener | 
ObjectAdfAgent.removeEventCaptures(Node, Object)public Object removeSessionStorageProperty(String propKey)propKey | 
- | key used to remove the value from storage | 
ObjectError when sessionStorage cannot be accessedisSessionStorageEnabled()AdfAgent.removeSessionStorageProperty(String)public Object setOpacity(Object element,
                         Object opacityPercent)element | 
||
opacityPercent | 
ObjectAdfAgent.setOpacity(Object, Object)public Object setSessionStorageProperty(String propKey,
                                        String propValue)propKey | 
- | this key will be used to store the key/value in storage | 
propValue | 
- | value to be stored. | 
ObjectError when sessionStorage cannot be accessed or if the operation would exceed storage limits etc.isSessionStorageEnabled()AdfAgent.setSessionStorageProperty(String, String)public Object setTableRowHeight(Object row,
                                Object height)row | 
||
height | 
ObjectAdfAgent.setTableRowHeight(Object, Object)
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||