OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfToolbarUtils

Warning:

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


Field Summary

public static Object
OVERFLOW_CELL_STYLE_CLASS
public static Object
OVERFLOW_KEY

Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass

Fields inherited from org.ecmascript.object.Object

prototype

Constructor Summary

public
AdfToolbarUtils()
Copyright (c) 2009, 2015, Oracle and/or its affiliates.

Method Summary

protected static Object
InitClass()
public static Object
isInOverflow(Object childRootElement)
Returns true if element is in toolbar overflow popup
public static Object
isOnToolbar(Object component)
Returns true if component is on a toolbar
public static Object
isValidOverflowElement(Object childElement)
Returns true if the childElement is valid to include in toolbar/menuBar overflow popup.

Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString

Field Detail


OVERFLOW_CELL_STYLE_CLASS

public static Object OVERFLOW_CELL_STYLE_CLASS

OVERFLOW_KEY

public static Object OVERFLOW_KEY

Constructor Detail


AdfToolbarUtils

public AdfToolbarUtils()

Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved. Utility class used by various toolbar peers - toolbox, toolbar, menuBar

Method Detail


InitClass

protected static Object InitClass()

Return:
Object

isInOverflow

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

isOnToolbar

public static Object isOnToolbar(Object component)

Returns true if component is on a toolbar

Parameters:
component - the peer's component
Return:
Object

isValidOverflowElement

public static Object isValidOverflowElement(Object childElement)

Returns true if the childElement is valid to include in toolbar/menuBar overflow popup.

Parameters:
childElement  
Return:
Object - boolean true if is valid to add to overflow popup

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.