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

E22562-03

oracle.apps.fnd.applcore.dt.menu.piLayout.gui
Class TaskTypeValueProvider

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.menu.piLayout.gui.TaskTypeValueProvider
All Implemented Interfaces:
oracle.bali.xml.util.AttributeValueItemProvider, oracle.bali.xml.util.AttributeValueItemProvider2

public class TaskTypeValueProvider
extends java.lang.Object
implements oracle.bali.xml.util.AttributeValueItemProvider2

Since:
release specific (what release of product did this appear in)
Version:
$Header: TaskTypeValueProvider.java 16-aug-2007.22:37:01 vthumma Exp $
Author:
vthumma

Constructor Summary
TaskTypeValueProvider()
           
 
Method Summary
 java.util.List getAttributeValueItems()
          Get the list of valid Task Types.
 javax.swing.ListCellRenderer getCustomListCellRenderer(oracle.bali.xml.util.AttributeValueItem attributeValueItem)
          Retrieve the custom list cell renderer.
 boolean hasCustomRenderer()
          Flag to indicate if this list has a custom renderer.
 boolean isConstrainedToEnumeration()
          Returns true if this implementation of the interface only allows values to be picked from the list in the droplist.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskTypeValueProvider

public TaskTypeValueProvider()
Method Detail

getAttributeValueItems

public java.util.List getAttributeValueItems()
Get the list of valid Task Types.

Specified by:
getAttributeValueItems in interface oracle.bali.xml.util.AttributeValueItemProvider
Returns:
list of task types.

hasCustomRenderer

public boolean hasCustomRenderer()
Flag to indicate if this list has a custom renderer.

Specified by:
hasCustomRenderer in interface oracle.bali.xml.util.AttributeValueItemProvider
Returns:
boolean to indicate if a custom renderer is provided.

getCustomListCellRenderer

public javax.swing.ListCellRenderer getCustomListCellRenderer(oracle.bali.xml.util.AttributeValueItem attributeValueItem)
Retrieve the custom list cell renderer.

Specified by:
getCustomListCellRenderer in interface oracle.bali.xml.util.AttributeValueItemProvider
Parameters:
attributeValueItem - The item to render.
Returns:
The list cell renderer.

isConstrainedToEnumeration

public boolean isConstrainedToEnumeration()
Returns true if this implementation of the interface only allows values to be picked from the list in the droplist.

Specified by:
isConstrainedToEnumeration in interface oracle.bali.xml.util.AttributeValueItemProvider2
Returns:
boolean value.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.