|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
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.AdfDhtmlPanelStretchLayoutPeer
public class AdfDhtmlPanelStretchLayoutPeer 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, 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 |
|
---|---|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
private Object |
|
private Object |
|
private Object |
|
public Object |
|
public Object |
|
private Object |
|
protected Object |
|
private Object |
|
protected 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 AdfDhtmlPanelStretchLayoutPeer()
Method Detail |
---|
protected Object BindToComponent(Object component,
Object domElement)
component |
||
domElement |
Object
AdfRichUIPeer.BindToComponent(Object, Object)
protected Object ChildVisibilityChanged(Object childComponent,
Object childDomElement,
Object childVisible)
needsChildVisibilityChanges
to return true
. The peer can use the child's component, domElement, and new visibility parameters to determine whether it needs to handle the visibility change rather than letting the default implementation of hiding or showing the child. If the peer will handle the change (often by marking itself as needing to be redrawn, it should perform whatever work is necessary and return true
from this method.
Overrides of this method should be aware that when this method is called, the child component's peer may no longer be bound to the child component (for example, if both the child and parent component peers are the same instance).
Overrides of this method should use the childDomElement parameter to determine whether the passed in childComponent is actually a direct descendant of the parent component.
childComponent |
||
childDomElement |
||
childVisible |
Object
AdfRichUIPeer.ChildVisibilityChanged(Object, Object, Object)
protected Object ComponentRemoved(Object component)
component |
Object
AdfUIPeer.componentRemoved(AdfUIComponent)
protected Object DomReplaceNotify(Object domNode)
domNode |
Object
AdfRichUIPeer.domReplaceNotify(AdfUIComponent, Object)
private Object _getSize(Object paneElement,
Object propName)
paneElement |
||
propName |
Object
private Object _getSizeLength(Object paneElement,
Object propName)
paneElement |
||
propName |
Object
private Object _isChild(Object domNode)
domNode |
Object
public Object needsChildVisibilityChanges(Object component)
true
, the peer's ChildVisibilityChanged
method will be called.
The peer is not bound when this method is called. Peers with complicated logic to determine whether they need to be informed of child visibility changes should return true
from this method and place their logic inside of their ChildVisibilityChanged
override.
component |
Object
AdfRichUIPeer.needsChildVisibilityChanges(AdfUIComponent)
public Object needsResizeNotify(Object component)
component |
Object
AdfUIPeer.needsResizeNotify(Object)
private Object _repositionPanes()
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 _stretchPane(Object paneElement,
Object width,
Object height)
paneElement |
||
width |
||
height |
Object
protected Object UnbindFromComponent()
Object
AdfRichUIPeer.UnbindFromComponent()
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-04 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |