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.adfinternal.view.js.util.AdfAutomationUtils
public class AdfAutomationUtils extends Object
Field Summary | 
|---|
Fields inherited from org.ecmascript.object.Object | 
constructor, prototype | 
Constructor Summary | 
|
|---|---|
public | 
  | 
Method Summary | 
|
|---|---|
public static void | 
  | 
public static int | 
|
public static String | 
  | 
public static int | 
|
private static AdfDhtmlDialogServicePopupContainerPeer | 
|
public static String | 
  | 
public static int | 
|
public static HTMLElement | 
  | 
public static Object | 
  | 
public static int | 
|
public static Array | 
  | 
public static Object | 
  | 
public static String | 
  | 
public static int | 
|
public static boolean | 
  | 
public static boolean | 
  | 
public static Object | 
  | 
public static Object | 
  | 
public static Object | 
  | 
Field Detail | 
|---|
Constructor Detail | 
|---|
public AdfAutomationUtils()
Method Detail | 
|---|
public static void doMenuCommand(String locator,
                                 Object command,
                                 boolean isScrollDown)locator | 
- | menu locator | 
command | 
||
isScrollDown | 
- | optionally used by the "scroll" command | 
void - nullpublic static int getAutoDismissalManagerElementCount()int - returns the number of elements currently managed by the auto dismissal managerpublic static String getContainedFormIdForVisiblePopup(String popupId)popupId | 
- | to test | 
String - the id of the containing form element the shown popup is contained within or an emtpy string if not contained within a form but in the bodypublic static int getDialogManagerElementCount()int - returns the number of elements currently managed by the dialog managerprivate static AdfDhtmlDialogServicePopupContainerPeer _getDlgSrvPopupCtnrPeer()AdfDhtmlDialogServicePopupContainerPeer - dialog service container peerpublic static String getInternalIdForLocator(String id,
                                             String subId)id | 
- | of the target component | 
subId | 
- | of the target component identified by id | 
String - internal id of a dom node identified by id and subIdpublic static int getModalityManagerElementCount()int - returns the number of elements currently managed by the modality managerpublic static HTMLElement getPopupContentDom(String popupId)popupId | 
- | target popup | 
HTMLElement - the content container element for a popup that is made visiblepublic static Object getPopupDisclosedState(String id)id | 
- | of the target component to check | 
Objectpublic static int getPositionManagerElementCount()int - returns the number of elements currently managed by the position managerpublic static Array getRichDialogServiceAllIds()AdfDhtmlRichDialogService.Array - String array of ids assigned to open rich dialogspublic static Object getRichDialogServiceState(String dialogId)dialogId | 
- | (optional) unique id that identifies the state of rich dialog | 
Object - state about open dialogs managed by the AdfDhtmlRichDialogService.public static String getSkinProperty(String key)key | 
- | used to identify this skin property | 
String - skin propertypublic static int getZOrderManagerElementCount()int - returns the number of elements currently managed by the zorder containerpublic static boolean isAboveTopGlassPane(String id)true if the dom element identified by client id is above the top modal pane.id | 
- | of a dom element to check | 
boolean - null true if the dom element identified by id is above the top modal pane.public static boolean isDomElementVisible(Object domElement)domElement | 
boolean - null true if the domElement is visiblepublic static Object queueCachedPollEvents()Objectpublic static Object selectLovTableRow(String tblLocator,
                                       int row)tblLocator | 
- | rich locator such as 'tmplt:query#criterion_value[60]#lovDialog_query#criterion_value[40]#lovDialog_table' | 
row | 
- | in the table to select | 
Objectpublic static Object showPopupInZorderScope(String popupId,
                                            String zorderScope)AdfDhtmlPopupHints.ZORDER_SCOPE can be used to direct to the contianer form or within the body.popupId | 
- | clientId of the target popup | 
zorderScope | 
- | values are "ZORDER_SCOPE_CONTAINED_FORM" and "ZORDER_SCOPE_BODY" | 
Object
  | 
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 | ||||||||