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

E22562-03

oracle.apps.fnd.applcore.flex.ui.filter
Class UIUtil

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

public class UIUtil
extends java.lang.Object


Constructor Summary
UIUtil()
           
 
Method Summary
static java.lang.Object getCustomProperty(javax.faces.component.UIComponent comp, java.lang.String key)
          Getter for a Custom property with given Key.
static void setCustomProperty(javax.faces.component.UIComponent comp, java.lang.String key, java.lang.Object value)
          Setter for Custom properites for DFF component.
 
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

setCustomProperty

public static void setCustomProperty(javax.faces.component.UIComponent comp,
                                     java.lang.String key,
                                     java.lang.Object value)
Setter for Custom properites for DFF component.

Parameters:
key - as String
value - as the value for given property

getCustomProperty

public static java.lang.Object getCustomProperty(javax.faces.component.UIComponent comp,
                                                 java.lang.String key)
Getter for a Custom property with given Key.

Returns:
Value for given property

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.