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

E22562-02

oracle.apps.fnd.applcore.dt.flex.component
Class FlexComponentConstants

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

public final class FlexComponentConstants
extends java.lang.Object

Various constants fo the FF component DT..

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

Field Summary
static java.lang.String DEFAULT_TABLE_VAR_ATTRIBUTE
          Default var attribute for the af:table.
static java.lang.String DFF
          Value of FF_ACCESSOR_PROPERTY_NAME for Descriptive Flexfields.
static java.lang.String DFF_COMPONENT
          Descriptive Flexfield component name.
static java.lang.String DFF_MODE_ALL
          All value of Mode attribute for Descriptive Flexfields.
static java.lang.String DFF_MODE_ATTRIBUTE_NAME
          Mode attribute name for Descriptive Flexfields.
static java.lang.String DFF_MODE_CONTEXT_SENSITIVE
          ContextSensitive value of Mode attribute for Descriptive Flexfields.
static java.lang.String DFF_MODE_GLOBAL
          Global value of Mode attribute for Descriptive Flexfields.
static java.lang.String FF_ACCESSOR_PROPERTY_NAME
          Name of a custom property used on the Flexfield EO/VO to identify it as a flexfield.
static java.lang.String FLEX_COMPONENT_NAMESPACE
          The flex components namespace.
static java.lang.String KFF
          Value of FF_ACCESSOR_PROPERTY_NAME for Key Flexfields.
static java.lang.String KFF_ACFF_FILTER_KFFNAME_PROPERTY_NAME
          Name of a custom property used on the Key Flexfield Filter attribute to identify the key flexfield filter attribute kff name.
static java.lang.String KFF_ACFF_FILTER_PROPERTY_NAME
          Name of a custom property used on the Key Flexfield Filter attribute to identify it as a key flexfield filter attribute.
static java.lang.String KFF_COMPONENT
          Key Flexfield component name.
static java.lang.String KFF_FILTER_COMPONENT
          keyFlexFilter component name.
static java.lang.String KFF_MAINTENANCE
          Value of FF_ACCESSOR_PROPERTY_NAME for Maintenance Key Flexfields.
static java.lang.String KFF_MAINTENANCE_COMPONENT
          keyFlexfieldMaintenance component name.
static java.lang.String KFF_MODE_MULTIHORIZONTAL
          ContextSensitive value of Mode attribute for Key Flexfields.
static java.lang.String KFF_MODE_SINGLE
          All value of Mode attribute for Key Flexfields.
static java.lang.String KFF_MODE_VERTICAL
          Global value of Mode attribute for Key Flexfields.
static java.lang.String KFF_PARTIAL
          Value of FF_ACCESSOR_PROPERTY_NAME for Partial Key Flexfields.
static java.lang.String KFF_PARTIAL_COMPONENT
          Key Flexfield partial component name.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLEX_COMPONENT_NAMESPACE

public static final java.lang.String FLEX_COMPONENT_NAMESPACE
The flex components namespace.

See Also:
Constant Field Values

FF_ACCESSOR_PROPERTY_NAME

public static final java.lang.String FF_ACCESSOR_PROPERTY_NAME
Name of a custom property used on the Flexfield EO/VO to identify it as a flexfield.

See Also:
Constant Field Values

KFF

public static final java.lang.String KFF
Value of FF_ACCESSOR_PROPERTY_NAME for Key Flexfields.

See Also:
Constant Field Values

KFF_PARTIAL

public static final java.lang.String KFF_PARTIAL
Value of FF_ACCESSOR_PROPERTY_NAME for Partial Key Flexfields.

See Also:
Constant Field Values

KFF_MAINTENANCE

public static final java.lang.String KFF_MAINTENANCE
Value of FF_ACCESSOR_PROPERTY_NAME for Maintenance Key Flexfields.

See Also:
Constant Field Values

DFF

public static final java.lang.String DFF
Value of FF_ACCESSOR_PROPERTY_NAME for Descriptive Flexfields.

See Also:
Constant Field Values

KFF_ACFF_FILTER_PROPERTY_NAME

public static final java.lang.String KFF_ACFF_FILTER_PROPERTY_NAME
Name of a custom property used on the Key Flexfield Filter attribute to identify it as a key flexfield filter attribute.

See Also:
Constant Field Values

KFF_ACFF_FILTER_KFFNAME_PROPERTY_NAME

public static final java.lang.String KFF_ACFF_FILTER_KFFNAME_PROPERTY_NAME
Name of a custom property used on the Key Flexfield Filter attribute to identify the key flexfield filter attribute kff name.

See Also:
Constant Field Values

KFF_COMPONENT

public static final java.lang.String KFF_COMPONENT
Key Flexfield component name.

See Also:
Constant Field Values

KFF_PARTIAL_COMPONENT

public static final java.lang.String KFF_PARTIAL_COMPONENT
Key Flexfield partial component name.

See Also:
Constant Field Values

KFF_MAINTENANCE_COMPONENT

public static final java.lang.String KFF_MAINTENANCE_COMPONENT
keyFlexfieldMaintenance component name.

See Also:
Constant Field Values

DFF_COMPONENT

public static final java.lang.String DFF_COMPONENT
Descriptive Flexfield component name.

See Also:
Constant Field Values

KFF_FILTER_COMPONENT

public static final java.lang.String KFF_FILTER_COMPONENT
keyFlexFilter component name.

See Also:
Constant Field Values

DFF_MODE_ATTRIBUTE_NAME

public static final java.lang.String DFF_MODE_ATTRIBUTE_NAME
Mode attribute name for Descriptive Flexfields.

See Also:
Constant Field Values

DFF_MODE_ALL

public static final java.lang.String DFF_MODE_ALL
All value of Mode attribute for Descriptive Flexfields.

See Also:
Constant Field Values

DFF_MODE_GLOBAL

public static final java.lang.String DFF_MODE_GLOBAL
Global value of Mode attribute for Descriptive Flexfields.

See Also:
Constant Field Values

DFF_MODE_CONTEXT_SENSITIVE

public static final java.lang.String DFF_MODE_CONTEXT_SENSITIVE
ContextSensitive value of Mode attribute for Descriptive Flexfields.

See Also:
Constant Field Values

KFF_MODE_SINGLE

public static final java.lang.String KFF_MODE_SINGLE
All value of Mode attribute for Key Flexfields.

See Also:
Constant Field Values

KFF_MODE_VERTICAL

public static final java.lang.String KFF_MODE_VERTICAL
Global value of Mode attribute for Key Flexfields.

See Also:
Constant Field Values

KFF_MODE_MULTIHORIZONTAL

public static final java.lang.String KFF_MODE_MULTIHORIZONTAL
ContextSensitive value of Mode attribute for Key Flexfields.

See Also:
Constant Field Values

DEFAULT_TABLE_VAR_ATTRIBUTE

public static final java.lang.String DEFAULT_TABLE_VAR_ATTRIBUTE
Default var attribute for the af:table.

See Also:
Constant Field Values

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.