JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adfinternal.view.js.laf.dhtml.screenReader.AdfDhtmlShadowDecorator
public class AdfDhtmlShadowDecorator extends AdfObject
Field Summary |
|
|---|---|
public 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 static Object |
|
private static Object |
|
public static Number |
|
public static Object |
|
protected Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
public static Object |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
|---|
public static Object SHADOW_ANCHOR_ATTRIBUTEprivate static Object _SHADOW_DECORATOR_ATTRIBUTE
Constructor Detail |
|---|
public AdfDhtmlShadowDecorator()
Method Detail |
|---|
public static Object createShadowDecorator(HTMLElement element,
HTMLElement rootElement,
Boolean isRelative)element |
- | The element for which the decorator needs creation |
rootElement |
- | The element to append the shadow to, if omitted this will be the body |
isRelative |
- | Indicates if the shadow is relatively positioned. |
Objectprivate static Object _getShadowDecorator(Object element)element |
Objectpublic static Number getShadowSize()Number - Pixel size value of the shadowpublic static Object hasShadowDecorator(Object element)element |
Objectprotected Object Init()ObjectAdfObject.Init()public static Object moveShadowDecorator(Object element)element |
- | The element for which the decorator needs to be moved |
Objectpublic static Object removeShadowDecorator(Object element)element |
- | The element for which the decorator needs to be removed |
Objectpublic static Object setRelative(Object element,
Object relative)element |
||
relative |
Objectpublic static Object showShadowDecorator(Object element,
Object show)element |
- | The element for which the decorator needs to be hidden |
show |
- | boolean true to show the shadow, else false |
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||