JavaScript API Reference for Oracle ADF Faces
  | 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-03  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||
org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.component.AdfUIPopup
         |
         +--oracle.adf.view.js.component.rich.AdfRichPopup
public class AdfRichPopup extends AdfUIPopup
Field Summary | 
|
|---|---|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
  | 
public static Object | 
|
public static Object | 
|
public static Object | 
|
public static Object | 
|
Fields inherited from org.ecmascript.object.Object | 
constructor, prototype | 
Constructor Summary | 
|
|---|---|
public | 
  | 
Method Summary | 
|
|---|---|
public Object | 
  | 
public String | 
  | 
public String | 
  | 
public String | 
  | 
private Object | 
  | 
public String | 
  | 
public Object | 
  | 
public Object | 
  | 
public Boolean | 
  | 
public Object | 
  | 
public Object | 
  | 
public void | 
  | 
public void | 
  | 
public void | 
  | 
public void | 
  | 
public Object | 
|
private Object | 
  | 
Methods inherited from oracle.adf.view.js.component.AdfUIPopup | 
isEventRoot | 
Field Detail | 
|---|
public static Object ALIGN_AFTER_ENDpublic static Object ALIGN_AFTER_STARTpublic static Object ALIGN_BEFORE_AFTERpublic static Object ALIGN_BEFORE_ENDpublic static Object ALIGN_BEFORE_STARTpublic static Object ALIGN_END_AFTERpublic static Object ALIGN_END_BEFOREpublic static Object ALIGN_OVERLAPpublic static Object ALIGN_START_AFTERpublic static Object ALIGN_START_BEFOREpublic static Object CONTENT_DELIVERY_IMMEDIATEpublic static Object CONTENT_DELIVERY_LAZYpublic static Object CONTENT_DELIVERY_LAZY_UNCACHEDpublic static Object HINT_ALIGNpublic static Object HINT_ALIGN_ID
Constructor Detail | 
|---|
public AdfRichPopup()
Method Detail | 
|---|
public Object cancel()Objectpublic String getAnimate()String - Animatepublic String getContentDelivery()String - ContentDeliverypublic String getEventContext()String - EventContextprivate Object _getFirstMenuPeer(Object component)component | 
Object - the child menu peer if exists as the first childpublic String getLauncherVar()String - LauncherVarpublic Object getPopupCanceledListener()Object - PopupCanceledListenerpublic Object getPopupFetchListener()Object - PopupFetchListenerpublic Boolean getVisible()Boolean - Visiblepublic Object hide()Objectpublic Object isPopupVisible()Object - null - true if the popup is visible else false.public void setAnimate(String newAnimate)newAnimate | 
void - No Value returnedpublic void setContentDelivery(String newContentDelivery)newContentDelivery | 
void - No Value returnedpublic void setPopupCanceledListener(Object newPopupCanceledListener)newPopupCanceledListener | 
void - No Value returnedpublic void setPopupFetchListener(Object newPopupFetchListener)newPopupFetchListener | 
void - No Value returnedpublic Object show(Object hints)hints | 
- | A map containing hints for the display The following are the predefined hintsAdfRichPopup.HINT_ALIGNalignment hint. See diagram below:
 The following are the possible values: 
 AdfRichPopup.HINT_ALIGN_IDid of the component the popup should align to.Example: construction of the hints parameter
 Default value = null 
 | 
|||||||||||||||||||||
Objectprivate Object _visitChildrenForMenu(Object component)_getFirstMenuPeer that test to see if the component is a AdfRichMenu.component | 
Object - 2 to stop the chain
  | 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-03  | 
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||