Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.flex.wizard.filter
Class FlexfieldViewObject

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.flex.wizard.filter.FlexfieldViewObject

public class FlexfieldViewObject
extends java.lang.Object

Helper class for storing information regarding view objects for flexfield wizards.


Constructor Summary
FlexfieldViewObject(java.lang.String displayText, java.lang.String flexfieldType, java.lang.Object dataObject, javax.swing.Icon displayIcon)
          Public Constructor.
 
Method Summary
 java.lang.Object getDataObject()
          getDataObject method.
 javax.swing.Icon getDisplayIcon()
          getDisplayIcon method.
 java.lang.String getDisplayText()
          getDisplayText method.
 java.lang.String getFlexfieldType()
          getFlexfieldType return the type of the flexfield.
 java.lang.String toString()
          toString method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlexfieldViewObject

public FlexfieldViewObject(java.lang.String displayText,
                           java.lang.String flexfieldType,
                           java.lang.Object dataObject,
                           javax.swing.Icon displayIcon)
Public Constructor.

Parameters:
displayText - - The displayText passed in.
flexfieldType - - The flexfieldType passed in.
dataObject - - The dataObject passed in.
displayIcon - - The icon to display for this data.
Method Detail

getFlexfieldType

public java.lang.String getFlexfieldType()
getFlexfieldType return the type of the flexfield.

Returns:
String The flexfield type. This is either of the constants DFF or KFF.
See Also:
ApplcoreConstants.DFF_FLEXFIELD_TYPE, ApplcoreConstants.KFF_FLEXFIELD_TYPE

getDisplayIcon

public javax.swing.Icon getDisplayIcon()
getDisplayIcon method.

Returns:
Icon The display icon stored for this tree node

getDisplayText

public java.lang.String getDisplayText()
getDisplayText method.

Returns:
String The display text stored for this tree node

getDataObject

public java.lang.Object getDataObject()
getDataObject method.

Returns:
Object - The data object stored for this tree node

toString

public java.lang.String toString()
toString method.

Overrides:
toString in class java.lang.Object
Returns:
String The display text stored for this tree node

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.