|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adf.view.js.base.AdfUIPeer | +--oracle.adf.view.js.laf.rich.AdfRichUIPeer | +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfDhtmlToolboxPeer
public class AdfDhtmlToolboxPeer extends AdfRichUIPeer
Field Summary |
---|
Fields inherited from oracle.adf.view.js.laf.rich.AdfRichUIPeer |
addComponentPropertyChanges, addComponentPropertyGetters, BUSY_STYLECLASS, DISABLED_STYLECLASS, DRAG_SOURCE_STYLECLASS, DROP_TARGET_STYLECLASS, FOCUS_TARGET_STYLECLASS, HOVER_TARGET_STYLECLASS, READONLY_STYLECLASS |
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Constructor Summary |
|
---|---|
public |
|
Method Summary |
|
---|---|
private Object |
|
protected Object |
|
private Object |
|
private Object |
|
protected Object |
|
private Object |
|
protected static Object |
|
public Object |
|
private Object |
|
Object |
|
protected Object |
|
private Object |
|
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
Constructor Detail |
---|
public AdfDhtmlToolboxPeer()
Method Detail |
---|
private Object _areRowsValid()
Object
protected Object ComponentRemoved(AdfUIComponent component)
component |
- | The component that was removed. |
Object
AdfUIPeer.componentRemoved(AdfUIComponent)
private Object _getPadding(Object element)
element |
Object
private Object _getRowInfo(Object rowElement)
rowElement |
Object
- JavaScript object that contains the following: 1) Array of Child Peers for this row 2) Total Width of the row (not including border sizes) 3) Fixed Width of the row 4) Total Flex for this rowprotected Object InitDomElement(Object component,
Object domElement)
component |
||
domElement |
Object
AdfRichUIPeer.InitDomElement(AdfUIComponent, Object)
private Object _initRows()
Object
protected static Object InitSubclass()
Object
public Object needsResizeNotify(Object component)
component |
Object
AdfUIPeer.needsResizeNotify(Object)
private Object _overflowChildren(Object row,
Number newRowWidth,
Number spaceToRemove)
row |
||
newRowWidth |
- | the new row width of the toolbox row |
spaceToRemove |
- | is a positive integer value used to remove space from each toolbar in this toolbox row. |
Object
Object __preferredSizeChangeNotify(AdfUIComponent component)
component |
- | the associated component (not necessarily bound) identified as having a preferred size change. |
Object
protected Object ResizeNotify(Object oldWidth,
Object oldHeight,
Object newWidth,
Object newHeight)
oldWidth |
||
oldHeight |
||
newWidth |
||
newHeight |
Object
AdfUIPeer.resizeNotify(Object, Object, Object, Object, Object)
private Object _stretchChildren(Object row,
Number newRowWidth,
Number bonusSpace)
row |
||
newRowWidth |
- | the new row width of the toolbox row |
bonusSpace |
- | is a positive integer value used to distribute extra space. |
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 2 (11.1.2.0.0) E17489-01 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |