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

E22562-03

oracle.apps.fnd.applcore.dt.moac.piLayout.poplist
Class MOACAttributes

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.moac.piLayout.poplist.MOACAttributes
All Implemented Interfaces:
oracle.bali.xml.util.AttributeValueItemProvider, oracle.bali.xml.util.AttributeValueItemProvider2

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

List of items for MOAC enabled View Attributes.

Author:
Gordon Hooker <gordon.hooker@oracle.com>

Constructor Summary
MOACAttributes(oracle.bali.xml.model.XmlContext context)
          Contextual Constructor for the class.
 
Method Summary
static MOACAttributes createInstance(oracle.bali.xml.model.XmlContext context)
          Create a contextual instance of this class.
 java.util.List getAttributeValueItems()
          Retrieve the list of items for this poplist.
 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

MOACAttributes

public MOACAttributes(oracle.bali.xml.model.XmlContext context)
Contextual Constructor for the class.

Parameters:
context - The context for this class.
Method Detail

createInstance

public static MOACAttributes createInstance(oracle.bali.xml.model.XmlContext context)
Create a contextual instance of this class.

Parameters:
context - The context.
Returns:
a contextual instance.

getAttributeValueItems

public java.util.List getAttributeValueItems()
Retrieve the list of items for this poplist.

Specified by:
getAttributeValueItems in interface oracle.bali.xml.util.AttributeValueItemProvider
Returns:
The list of items.

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.