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

E22562-03

oracle.apps.fnd.applcore.flex.dynamic
Class UIUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.dynamic.UIUtil

public class UIUtil
extends java.lang.Object

Utility APIs for Dynamic Created Component for Flex UI.


Constructor Summary
UIUtil()
           
 
Method Summary
static java.lang.String[] addPartialList(java.lang.String[] origList, java.lang.String newValue)
          Util method to add partial target
static void addPartialList(javax.faces.component.UIComponent parent, java.util.ArrayList<java.lang.String> triggersArray)
          modify an existing component's partial trigger property
static void addPartialList(javax.faces.component.UIComponent parent, javax.faces.component.UIComponent target)
          modify an existing component's partial trigger property
static void cleanPartialList(javax.faces.component.UIComponent parent, java.lang.String prefix)
           
static boolean isClientPopupEvent(javax.faces.context.FacesContext context)
          detect datepicker or LOV event
static java.lang.String[] parseNameTokens(java.lang.Object o)
          copy from base class Parses a whitespace separated series of name tokens.
static java.lang.String[] removePartialList(java.lang.String[] origList, java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIUtil

public UIUtil()
Method Detail

addPartialList

public static void addPartialList(javax.faces.component.UIComponent parent,
                                  javax.faces.component.UIComponent target)
modify an existing component's partial trigger property

Parameters:
parent - UIComponent
target - UIComponent

addPartialList

public static void addPartialList(javax.faces.component.UIComponent parent,
                                  java.util.ArrayList<java.lang.String> triggersArray)
modify an existing component's partial trigger property

Parameters:
parent - UIComponent
triggersArray - ArrayList

cleanPartialList

public static void cleanPartialList(javax.faces.component.UIComponent parent,
                                    java.lang.String prefix)

removePartialList

public static java.lang.String[] removePartialList(java.lang.String[] origList,
                                                   java.lang.String prefix)

addPartialList

public static java.lang.String[] addPartialList(java.lang.String[] origList,
                                                java.lang.String newValue)
Util method to add partial target

Parameters:
origList -
newValue -
Returns:

parseNameTokens

public static java.lang.String[] parseNameTokens(java.lang.Object o)
copy from base class Parses a whitespace separated series of name tokens.

Parameters:
stringValue - the full string
Returns:
an array of each constituent value, or null if there are no tokens (that is, the string is empty or all whitespace)

isClientPopupEvent

public static boolean isClientPopupEvent(javax.faces.context.FacesContext context)
detect datepicker or LOV event

Parameters:
context -
Returns:

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.