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

E22562-03

oracle.apps.fnd.applcore.dt.flex.component.metadata
Class FlexMetadataMethods

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.component.metadata.FlexMetadataMethods

public final class FlexMetadataMethods
extends java.lang.Object

This class contains various methods called via metadata the for flexfield DT.

Author:
David Groves <david.groves@oracle.com>

Method Summary
static java.lang.String getDFFLabel(org.w3c.dom.Node node)
          Get the Label for the DFF Node.
static java.lang.String getDFFValue(org.w3c.dom.Node node)
          Get the value for the DFF Node.
static java.lang.String getKFFLabel(org.w3c.dom.Node node)
          Get the Label for the KFF Node.
static java.lang.String getKFFValue(org.w3c.dom.Node node)
          Get the value for the KFF Node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKFFValue

public static java.lang.String getKFFValue(org.w3c.dom.Node node)
Get the value for the KFF Node.

Parameters:
node - the dom node representing the KFF in the page.
Returns:
value to use at DT, probably a binding expression.

getKFFLabel

public static java.lang.String getKFFLabel(org.w3c.dom.Node node)
Get the Label for the KFF Node.

Parameters:
node - the dom node representing the KFF in the page.
Returns:
label to use at DT.

getDFFValue

public static java.lang.String getDFFValue(org.w3c.dom.Node node)
Get the value for the DFF Node.

Parameters:
node - the dom node representing the KFF in the page.
Returns:
value to use at DT, probably a binding expression.

getDFFLabel

public static java.lang.String getDFFLabel(org.w3c.dom.Node node)
Get the Label for the DFF Node.

Parameters:
node - the dom node representing the DFF in the page.
Returns:
label to use at DT.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.