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

E22562-01

oracle.apps.fnd.applcore.dt.flex.component.utils
Class FlexComponentUtils

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.component.utils.FlexComponentUtils

public final class FlexComponentUtils
extends java.lang.Object

This class contains various utility methods used in the flexfield component DT code.

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

Method Summary
static org.w3c.dom.Element findColumn(org.w3c.dom.Node node)
          Find a parent columne element.
static org.w3c.dom.Element findDetailStampFacet(org.w3c.dom.Node node)
          Find a parent detailStamp facet.
static boolean isColumn(org.w3c.dom.Node node)
          Does this Node represent a column jsf element.
static boolean isDetailStampFacet(org.w3c.dom.Node node)
          Does this Node represent a table detailStamp facet.
static boolean isDFF(org.w3c.dom.Node node)
          Does this Node represent a descriptiveFlexfield jsf element.
static boolean isKFF(org.w3c.dom.Node node)
          Does this Node represent a keyFlexfield jsf element.
static boolean isKFFPartial(org.w3c.dom.Node node)
          Does this Node represent a keyFlexfield jsf element.
static boolean isTable(org.w3c.dom.Node node)
          Does this Node represent a table jsf element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isKFF

public static boolean isKFF(org.w3c.dom.Node node)
Does this Node represent a keyFlexfield jsf element.

Parameters:
node - node to test
Returns:
true if a kff, false otherwise.

isKFFPartial

public static boolean isKFFPartial(org.w3c.dom.Node node)
Does this Node represent a keyFlexfield jsf element.

Parameters:
node - node to test
Returns:
true if a kff, false otherwise.

isDFF

public static boolean isDFF(org.w3c.dom.Node node)
Does this Node represent a descriptiveFlexfield jsf element.

Parameters:
node - node to test
Returns:
true if a dff, false otherwise.

isTable

public static boolean isTable(org.w3c.dom.Node node)
Does this Node represent a table jsf element.

Parameters:
node - node to test
Returns:
true if a table, false otherwise.

findColumn

public static org.w3c.dom.Element findColumn(org.w3c.dom.Node node)
Find a parent columne element.

Parameters:
node - node to test
Returns:
column, null if not present.

isColumn

public static boolean isColumn(org.w3c.dom.Node node)
Does this Node represent a column jsf element.

Parameters:
node - node to test
Returns:
true if a column, false otherwise.

findDetailStampFacet

public static org.w3c.dom.Element findDetailStampFacet(org.w3c.dom.Node node)
Find a parent detailStamp facet.

Parameters:
node - node to test
Returns:
detailStamp facet, null if not present.

isDetailStampFacet

public static boolean isDetailStampFacet(org.w3c.dom.Node node)
Does this Node represent a table detailStamp facet.

Parameters:
node - node to test
Returns:
true if a detailStamp facet, false otherwise.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.