 JavaScript API Reference for Oracle ADF Faces
JavaScript API Reference for Oracle ADF Faces
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
 
Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.