JavaScript API Reference for Oracle ADF Faces
|
Oracle Fusion Middleware Javascript API Reference for Oracle ADF Faces 12c (12.2.1.3) E80085-01 |
||||||||
| 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 |
|
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 |
|
public static Object |
|
Fields inherited from org.ecmascript.object.Object |
constructor, prototype |
Constructor Summary |
|
|---|---|
public |
|
Method Summary |
|
|---|---|
public Object |
|
public string |
|
public string |
|
public number |
|
public string |
|
public string |
|
public string |
|
private Object |
|
public string |
|
public Object |
|
public Object |
|
public string |
|
public boolean |
|
public Object |
|
public Object |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public Object |
|
private Object |
|
Methods inherited from oracle.adf.view.js.component.AdfUIPopup |
dontPropagateDescendantMessageChanges, isEventRoot |
Field Detail |
|---|
public static Object ALIGN_AFTER_CENTERpublic static Object ALIGN_AFTER_ENDpublic static Object ALIGN_AFTER_STARTpublic static Object ALIGN_BEFORE_AFTERpublic static Object ALIGN_BEFORE_CENTERpublic static Object ALIGN_BEFORE_ENDpublic static Object ALIGN_BEFORE_STARTpublic static Object ALIGN_END_AFTERpublic static Object ALIGN_END_BEFOREpublic static Object ALIGN_END_CENTERpublic static Object ALIGN_OVERLAPpublic static Object ALIGN_OVERLAP_END_BEFOREpublic static Object ALIGN_OVERLAP_START_BEFOREpublic static Object ALIGN_START_AFTERpublic static Object ALIGN_START_BEFOREpublic static Object ALIGN_START_CENTERpublic static Object ANIMATE_DEFAULTdefault enumeration of the animate property. This is the default.public static Object ANIMATE_FALSEfalse enumeration of the animate property.public static Object ANIMATE_TRUEtrue enumeration of the animate property.public static Object AUTO_CANCEL_DISABLEDdisabled enumeration of the autoCanceled property. With this option, the popup will restore visiblity when its DOM is replaced.public static Object AUTO_CANCEL_ENABLEDenabled enumeration of the autoCanceled property. This is the default. When this option is selected, the popup will auto-dismiss when its DOM is replaced.public static Object CONTENT_DELIVERY_IMMEDIATEimmediate enumeration of the contentDelivery property. This value will cause the markup to be delivered to to client on initial rendering.public static Object CONTENT_DELIVERY_LAZYlazy enumeration of the contentDelivery property. With this value, the content will be delivered on the first request.public static Object CONTENT_DELIVERY_LAZY_UNCACHEDlazyUncached enumeration of the contentDelivery property. With this option, the content will be delivered each time the poppup is shown.public static Object HINT_ALIGNshow(Object)public static Object HINT_ALIGN_IDpublic static Object HINT_LAUNCH_IDpublic static Object HINT_TAILshow(Object)public static Object RESET_EDITABLE_VALUES_WHEN_CANCELEDresetEditableValues property that that indicates that the popup should reset input components within its content when canceled.public static Object TAIL_NONEpublic static Object TAIL_SIMPLE
Constructor Detail |
|---|
public AdfRichPopup()
Method Detail |
|---|
public Object cancel()Objectpublic string getAnimate()string - Animatepublic string getAutoCancel()string - AutoCancelpublic number getAutoDismissalTimeout()number - AutoDismissalTimeoutpublic string getChildCreation()string - ChildCreationpublic 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 string getResetEditableValues()string - ResetEditableValuespublic 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 setAutoCancel(string newAutoCancel)newAutoCancel |
void - No Value returnedpublic void setAutoDismissalTimeout(number newAutoDismissalTimeout)newAutoDismissalTimeout |
void - No Value returnedpublic void setChildCreation(string newChildCreation)newChildCreation |
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 void setResetEditableValues(string newResetEditableValues)newResetEditableValues |
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 12c (12.2.1.3) E80085-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES Warning: private items are visible | ||||||||