|
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.internalWindow.AdfDhtmlPanelWindowPeer
public class AdfDhtmlPanelWindowPeer extends AdfRichUIPeer
Field Summary |
|
---|---|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private Object |
|
private Object |
|
private Object |
|
private static Object |
|
private static Object |
|
private static Object |
|
private static Object |
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 |
|
---|---|
protected void |
|
public void |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected void |
|
protected Object |
|
protected Object |
|
public String |
|
protected Object |
|
protected Object |
|
public HTMLElement |
|
private AdfDhtmlSimpleFloat |
|
private static HTMLElement |
|
protected String |
|
private Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected Object |
|
public Object |
|
private void |
|
private void |
|
private void |
|
protected Object |
|
protected Object |
|
protected Object |
|
protected static Object |
|
protected Boolean |
|
public Boolean |
|
private void |
|
Methods inherited from oracle.adf.view.js.base.AdfUIPeer |
getDefaultDragRecognizer, getParentPeer, initiateDrag, isVisible, needsResizeNotify |
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
private static Object _ANIMATION_DURATION_SKIN_PROPERTY
private static Object _CONTENT_CENTER_SUBID
private static Object _CONTENT_END_EDGE_SUBID
private static Object _CONTENT_RESIZED_INDICATOR_EXPANDO
private static Object _CONTENT_SIZED_FOR_MINIMUMS_EXPANDO
private static Object _CONTENT_START_EDGE_SUBID
private static Object _CONTENT_SUBID
private static Object _FOOTER_CENTER_CONTENT_SUBID
private static Object _FOOTER_CENTER_EDGE_SUBID
private static Object _FOOTER_END_EDGE_SUBID
private static Object _FOOTER_RESIZE_END_ICON_SUBID
private static Object _FOOTER_RESIZE_START_ICON_SUBID
private static Object _FOOTER_START_EDGE_SUBID
private static Object _HEADER_CENTER_EDGE_SUBID
private static Object _HEADER_END_EDGE_SUBID
private static Object _HEADER_START_EDGE_SUBID
private static Object _HEADER_TITLE_BAR_SUBID
private Object _onAbortDrop
private Object _onResizeDrag
private Object _onResizeDrop
private static Object _PANEL_WINDOW_RESIZE_GHOST_CLASS
private static Object _RESIZE_DRAG_SOURCE_SUBIDS
private static Object _RESIZE_ON
private static Object _STRETCH_CHILDREN_FIRST
Constructor Detail |
---|
public AdfDhtmlPanelWindowPeer()
Method Detail |
---|
protected void BindToComponent(AdfUIComponent component,
HTMLElement domElement)
component |
- | target component to bind |
domElement |
- | dom element component is bound |
void
- nullAdfRichUIPeer.BindToComponent(Object, Object)
public void calculateMinimumContentSize()
void
- nullprotected Object Cancel(Object component)
component |
Object
protected Object ComponentContentHeightChanged(Object component,
HTMLElement domElement,
Number newValue,
Number oldValue)
component |
||
domElement |
- | root dom assigned to the component |
newValue |
- | new content height |
oldValue |
- | old content height |
Object
protected Object ComponentContentWidthChanged(Object component,
HTMLElement domElement,
Number newValue,
Number oldValue)
component |
||
domElement |
- | root dom assigned to the component |
newValue |
- | new content width |
oldValue |
- | old content width |
Object
protected void ComponentRemoved(AdfUIComponent component)
component |
- | Component being disassociated from the peer |
void
- nullAdfUIPeer.componentRemoved(AdfUIComponent)
protected Object ComponentTitleChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)
component |
||
domElement |
||
newValue |
||
oldValue |
Object
protected Object ComponentTitleIconSourceChanged(Object component,
Object domElement,
Object newValue,
Object oldValue)
component |
||
domElement |
||
newValue |
||
oldValue |
Object
public String getAnimationDurationSkinProperty()
String
- skinning property name for the animation duration of the panelWindow.protected Object GetComponentContentHeight(Object component,
Object domElement)
component |
||
domElement |
Object
protected Object GetComponentContentWidth(Object component,
HTMLElement domElement)
component |
||
domElement |
- | root dom assigned to the component |
Object
public HTMLElement getDragElement()
HTMLElement
- returns the dom element of the title bar used as a drag sourceprivate AdfDhtmlSimpleFloat _getPopupWindow(AdfUIComponent component)
component |
- | panel window or dialog component |
AdfDhtmlSimpleFloat
- popup controllerprivate static HTMLElement _getResizableContentDom(Object component)
component |
HTMLElement
- node assigned content width and heightprotected String GetResizeGhostSelector()
String
- the selector name that is used to locate the client style that's applied the to drag ghost during drag-and-drop resizingprivate Object _handleActivate(AdfUIInputEvent componentEvent,
Boolean focusOnFirstElement)
componentEvent |
- | wrappered click or focus event |
focusOnFirstElement |
- | indicates if activation should establish focus on first element within the dialog or panelWindow. |
Object
protected Object HandleComponentClick(AdfUIInputEvent componentEvent)
componentEvent |
- | wrappered click event |
Object
protected Object HandleComponentFocus(AdfUIInputEvent componentEvent)
componentEvent |
- | wrapped focus event |
Object
protected Object HandleComponentKeyDown(AdfUIInputEvent componentEvent)
componentEvent |
- | wrapped key down event |
Object
protected Object HandleComponentKeyPress(AdfUIInputEvent componentEvent)
componentEvent |
- | wrapped key press event |
Object
protected Object HandleComponentKeyUp(AdfUIInputEvent componentEvent)
componentEvent |
- | wrapped key up event |
Object
protected Object HandleComponentMouseDown(AdfUIInputEvent componentEvent)
componentEvent |
- | wrappered mouseDown event |
Object
public Object handleEscapeKey(Object event)
event |
- | key up event |
Object
private void _handleResizeAbort()
void
- nullAdfDhtmlPage.startDrag(Object, Object, Object, Object, Object)
private void _handleResizeDrag(Object evt,
Number deltaX,
Number deltaY)
evt |
||
deltaX |
- | summary of vertical mouse movement since the last event |
deltaY |
- | summary of horizontal mouse movement since the last event |
void
- nullAdfDhtmlPage.startDrag(Object, Object, Object, Object, Object)
private void _handleResizeDrop(Object evt,
Number deltaX,
Number deltaY)
evt |
||
deltaX |
- | summary of vertical mouse movement since the drag started |
deltaY |
- | summary of horizontal mouse movement since the drag started |
void
- nullAdfDhtmlPage.startDrag(Object, Object, Object, Object, Object)
protected Object Hide(Object component)
component |
Object
protected Object Init(Object component,
Object usage)
component |
||
usage |
Object
AdfObject.Init()
protected Object InitDomElement(Object component,
HTMLElement domElement)
component |
||
domElement |
- | root element for the component |
Object
AdfRichUIPeer.InitDomElement(AdfUIComponent, Object)
protected static Object InitSubclass()
Object
protected Boolean IsClose(Object componentEvent)
componentEvent |
- | source component event |
Boolean
- returns true if the target dom element was the close buttonpublic Boolean isContentResized(AdfUIComponent component)
component |
- | dialog component |
Boolean
- returns true if the dialog was resized using a manual drag-and-drop operationComponentContentHeightChanged(Object, HTMLElement, Number, Number)
private void _startResizeDrag(AdfDhtmlSimpleFloat popupWindow,
DomEvent nativeEvent,
String eventTargetSubId)
popupWindow |
- | window controller |
nativeEvent |
- | mouse down event that starts the drag |
eventTargetSubId |
- | the subid of the event target; used to determine the drag direction |
void
- null
|
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 |