JavaScript API Reference for Oracle ADF Faces
|
|
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
|
|
oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfToolbarUtils
Warning:
- This is an unsupported, internal implementation class.
- Use an API class that might provide equivalent functionality instead.
- This class will change without notice.
- It is not recommended that you use anything in this class.
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adfinternal.view.js.laf.dhtml.rich.AdfToolbarUtils
public class AdfToolbarUtils
extends AdfObject
Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
Utility class used by various toolbar peers - toolbox, toolbar, menuBar
Constructor Summary |
public |
AdfToolbarUtils()
Copyright (c) 2009, 2015, Oracle and/or its affiliates.
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString |
public static Object OVERFLOW_CELL_STYLE_CLASS
public static Object OVERFLOW_KEY
public AdfToolbarUtils()
Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
Utility class used by various toolbar peers - toolbox, toolbar, menuBar
protected static Object InitClass()
- Return:
Object
public static Object isInOverflow(Object childRootElement)
Returns true if element is in toolbar overflow popup
- Parameters:
childRootElement | - | the root element for the child in question |
- Return:
Object
public static Object isOnToolbar(Object component)
Returns true if component is on a toolbar
- Parameters:
component | - | the peer's component |
- Return:
Object
public static Object isValidOverflowElement(Object childElement)
Returns true if the childElement is valid to include in toolbar/menuBar overflow popup.
- Parameters:
- Return:
Object - boolean true if is valid to add to overflow popup
|
|
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
|
|
Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.