|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
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, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString |
Field Detail |
---|
private Object _align
private Object _alignId
private Object _popupId
private 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 |
Object
private Object _fireCancel(Object event)
event |
- | The event that has been fired |
Object
private 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 |
Object
AdfRichPopup
AdfObject.Init()
public Object initialize(AdfUIComponent component)
component |
- | command family component |
Object
AdfClientBehavior.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 |
Object
private 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 11g Release 1 (11.1.1.6.0) E12046-07 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |