|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-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.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_ATTRIBUTE
private 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. |
Object
private static Object _getShadowDecorator(Object element)
element |
Object
public static Number getShadowSize()
Number
- Pixel size value of the shadowpublic static Object hasShadowDecorator(Object element)
element |
Object
protected Object Init()
Object
AdfObject.Init()
public static Object moveShadowDecorator(Object element)
element |
- | The element for which the decorator needs to be moved |
Object
public static Object removeShadowDecorator(Object element)
element |
- | The element for which the decorator needs to be removed |
Object
public static Object setRelative(Object element,
Object relative)
element |
||
relative |
Object
public 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 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |