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, Oracle and/or its affiliates. All rights reserved. Utility class used by various toolbar peers - toolbox, toolbar, menuBar



Field Summary

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, Oracle and/or its affiliates.


Method Summary

protected static Object
InitClass()
public static Object
isInOverflow(Object rootElement)
Returns true if element is in toolbar overflow popup
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, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString


Field Detail


OVERFLOW_KEY

public static Object OVERFLOW_KEY

Constructor Detail


AdfToolbarUtils

public AdfToolbarUtils()

Copyright (c) 2009, 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 rootElement)

Returns true if element is in toolbar overflow popup

Parameters:
rootElement  -  the peer's root dom element
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

 

Generated on 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.