JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-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.AdfClientBehavior
               |
               +--oracle.adfinternal.view.js.behavior.AdfShowPopupBehavior
public class AdfShowPopupBehavior extends AdfClientBehavior
Field Summary | 
|
|---|---|
private Object | 
|
private Object | 
|
private Object | 
|
private Object | 
|
Fields inherited from oracle.adf.view.js.base.AdfObject | 
constructor, superclass | 
Fields inherited from org.ecmascript.object.Object | 
prototype | 
Constructor Summary | 
|
|---|---|
public | 
  | 
Method Summary | 
|
|---|---|
public Object | 
|
private Object | 
  | 
private AdfDhtmlPopupWindow | 
  | 
protected Object | 
|
public Object | 
  | 
private Boolean | 
  | 
private Object | 
  | 
private Boolean | 
  | 
Methods inherited from oracle.adf.view.js.base.AdfObject | 
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, exportPrototypeSymbol, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString | 
Field Detail | 
|---|
private Object _alignprivate Object _alignIdprivate Object _popupIdprivate Object _type
Constructor Detail | 
|---|
public AdfShowPopupBehavior(Object popupId,
                            Object align,
                            Object alignId,
                            Object type)popupId | 
||
align | 
||
alignId | 
||
type | 
Method Detail | 
|---|
public Object fire(Object event)event | 
- | The event that has been fired | 
Objectprivate Object _fireCancel(Object event)event | 
- | The event that has been fired | 
Objectprivate AdfDhtmlPopupWindow _getPopupWindow(AdfRichPopup component)component | 
- | source of target popup component | 
AdfDhtmlPopupWindow - popup floating element "controller"protected Object Init(String popupId,
                      String align,
                      String alignId,
                      String type)popupId | 
- | clientId of the target popup | 
align | 
- | enumeration of positioning
 Default value = null 
 | 
alignId | 
- | clientId of the component the popup should be aligned to
 Default value = null 
 | 
type | 
- | client event to trigger this behavior | 
ObjectAdfRichPopupAdfObject.Init()public Object initialize(AdfUIComponent component)component | 
- | command family component | 
ObjectAdfClientBehavior.initialize(Object)private Boolean _isInlinePopupSelector(AdfDhtmlPopupWindow popupElement)popupElement | 
- | window "controller" | 
Boolean - returns true if the popup element is a AdfDhtmlPopupSelectorprivate Object _onMouseOverTimeout(Object state)state | 
- | map holding the popup hints and target popup component | 
Objectprivate Boolean _wasOpendedFromSameSource(AdfDhtmlPopupWindow popupElement,
                                          String launchSourceId)popupElement | 
- | popup "controller" is opened | 
launchSourceId | 
- | client id of the current event source | 
Boolean - returns true if the launchSourceId is the same as the launchSourceId used to last open the popup.
  | 
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.1.2) E23186-01  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||