Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.patterns.util
Class PatternsPublicUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.patterns.util.PatternsPublicUtil

public class PatternsPublicUtil
extends java.lang.Object

Patterns Utility class for public use.


Constructor Summary
PatternsPublicUtil()
           
 
Method Summary
static void hideDynamicGlobalPopup(javax.faces.event.ActionEvent actionEvent)
          Hides the global dynamic popup, and releases the resource of the task flow.
static void hidePopup(oracle.adf.view.rich.component.rich.RichPopup popup)
          Hides the specified popup.
static void hidePopup(java.lang.String popupId)
          Hides the specified popup.
static void invokePopup(oracle.adf.view.rich.component.rich.RichPopup popup, oracle.adf.view.rich.component.rich.RichPopup.PopupHints hints)
          Shows the specified popup and uses the specified hints to align the popup.
static void invokePopup(java.lang.String popupId)
          Deprecated. As of Drop 8 Build 4, replaced by invokePopup(RichPopup, RichPopup.PopupHints) Shows the specified popup component and its contents
static void invokePopup(java.lang.String popupId, java.lang.String align, java.lang.String alignId)
          Deprecated. As of Drop 8 Build 4, replaced by invokePopup(RichPopup, RichPopup.PopupHints) Shows the specified popup and uses the specified hints to align the popup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternsPublicUtil

public PatternsPublicUtil()
Method Detail

invokePopup

public static void invokePopup(java.lang.String popupId)
Deprecated. As of Drop 8 Build 4, replaced by invokePopup(RichPopup, RichPopup.PopupHints) Shows the specified popup component and its contents

Parameters:
popupId - is the clientId of the popup to be shown clientId is derived from backing bean for the af:popup using getClientId method

invokePopup

public static void invokePopup(java.lang.String popupId,
                               java.lang.String align,
                               java.lang.String alignId)
Deprecated. As of Drop 8 Build 4, replaced by invokePopup(RichPopup, RichPopup.PopupHints) Shows the specified popup and uses the specified hints to align the popup.

Parameters:
popupId - is the clientId of the popup to be shown - clientId is derived from backing bean for the af:popup using getClientId method
align - is a hint for the popup display. Check AdfRichPopup js javadoc for valid values. Supported value includes: "AdfRichPopup.ALIGN_START_AFTER", "AdfRichPopup.ALIGN_BEFORE_START" and "AdfRichPopup.ALIGN_END_BEFORE"
alignId - is the clientId of the component the popup should align to - clientId is derived from backing bean for the component using getClientId method align and alignId need to be specified together - specifying null for either of them will have no effect.

hidePopup

public static void hidePopup(java.lang.String popupId)
Hides the specified popup.

Parameters:
popupId - is the clientId of the popup to be hidden clientId is derived from backing bean for the af:popup using getClientId method

hideDynamicGlobalPopup

public static void hideDynamicGlobalPopup(javax.faces.event.ActionEvent actionEvent)
Hides the global dynamic popup, and releases the resource of the task flow.

Parameters:
actionEvent - ActionEvent object that's passed into the button action listener.

invokePopup

public static void invokePopup(oracle.adf.view.rich.component.rich.RichPopup popup,
                               oracle.adf.view.rich.component.rich.RichPopup.PopupHints hints)
Shows the specified popup and uses the specified hints to align the popup.

Parameters:
popup - the RichPopup component that needs to be shown
hints - popup hints for aligning the popup.

hidePopup

public static void hidePopup(oracle.adf.view.rich.component.rich.RichPopup popup)
Hides the specified popup.

Parameters:
RichPopup - component

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.