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, 2013, 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, 2013, 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, 2013, 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 rootElement) 
Returns true if element is in toolbar overflow popup
 
- Parameters:
 
- 
rootElement | 
 -  | 
the peer's root dom element | 
 
- 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 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.