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

E22562-07

oracle.apps.fnd.applcore.dt.flex.component.piLayout.gui
Class EFFCategoryCodeItemProvider

java.lang.Object
  extended by oracle.bali.xml.util.ContextualAttributeValueItemProvider
      extended by oracle.apps.fnd.applcore.dt.flex.component.piLayout.gui.EFFCategoryCodeItemProvider

public class EFFCategoryCodeItemProvider
extends oracle.bali.xml.util.ContextualAttributeValueItemProvider

Provides a list of EFF codes.


Constructor Summary
EFFCategoryCodeItemProvider()
           
 
Method Summary
 void clearContext()
           
 java.util.List getAttributeValueItems()
          Get the attribute list.
 javax.swing.ListCellRenderer getCustomListCellRenderer(oracle.bali.xml.util.AttributeValueItem attributeValueItem)
          Get the Custome renderer.
 java.util.List<GenericAttributeValueItem> getEFFCodes()
           
 boolean hasCustomRenderer()
          Do we have a custom renderer?
 boolean isConstrainedToEnumeration()
           
 void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
           
 
Methods inherited from class oracle.bali.xml.util.ContextualAttributeValueItemProvider
getComparator, queryGrammar, queryOtherSources, queryPropertyEditorTags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EFFCategoryCodeItemProvider

public EFFCategoryCodeItemProvider()
Method Detail

getAttributeValueItems

public java.util.List getAttributeValueItems()
Get the attribute list.

Specified by:
getAttributeValueItems in class oracle.bali.xml.util.ContextualAttributeValueItemProvider
Returns:
the attribute list

getEFFCodes

public java.util.List<GenericAttributeValueItem> getEFFCodes()

hasCustomRenderer

public boolean hasCustomRenderer()
Do we have a custom renderer?

Specified by:
hasCustomRenderer in class oracle.bali.xml.util.ContextualAttributeValueItemProvider
Returns:
false

getCustomListCellRenderer

public javax.swing.ListCellRenderer getCustomListCellRenderer(oracle.bali.xml.util.AttributeValueItem attributeValueItem)
Get the Custome renderer. As we do not implement custom renderers (hasCustomRenderer() == false), this method returns null.

Specified by:
getCustomListCellRenderer in class oracle.bali.xml.util.ContextualAttributeValueItemProvider
Parameters:
attributeValueItem - the AttributeValueItem in question.
Returns:
null

isConstrainedToEnumeration

public boolean isConstrainedToEnumeration()
Specified by:
isConstrainedToEnumeration in class oracle.bali.xml.util.ContextualAttributeValueItemProvider

setContext

public void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
Specified by:
setContext in class oracle.bali.xml.util.ContextualAttributeValueItemProvider

clearContext

public void clearContext()
Specified by:
clearContext in class oracle.bali.xml.util.ContextualAttributeValueItemProvider

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.