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

E22562-01

oracle.apps.fnd.applcore.flex.ui.kff
Class KffUIUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.ui.kff.KffUIUtil

public class KffUIUtil
extends java.lang.Object


Constructor Summary
KffUIUtil()
           
 
Method Summary
static void cleanupBinding(oracle.jbo.uicli.binding.JUIteratorBinding iter)
           
static java.lang.Object getCustomProperty(javax.faces.component.UIComponent comp, java.lang.String key)
          Getter for a Custom property with given Key.
static java.util.Map<oracle.jbo.AttributeDef,java.lang.Object> processConcatSegment(java.lang.String concatSegment, OAViewRowImpl masterRow, OAViewObjectImpl kffvo)
           
static void setCustomProperty(javax.faces.component.UIComponent comp, java.lang.String key, java.lang.Object value)
          Setter for Custom properites for KFF component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KffUIUtil

public KffUIUtil()
Method Detail

cleanupBinding

public static void cleanupBinding(oracle.jbo.uicli.binding.JUIteratorBinding iter)

setCustomProperty

public static void setCustomProperty(javax.faces.component.UIComponent comp,
                                     java.lang.String key,
                                     java.lang.Object value)
Setter for Custom properites for KFF 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

processConcatSegment

public static java.util.Map<oracle.jbo.AttributeDef,java.lang.Object> processConcatSegment(java.lang.String concatSegment,
                                                                                           OAViewRowImpl masterRow,
                                                                                           OAViewObjectImpl kffvo)

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.