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

E22562-07

oracle.apps.fnd.applcore.dt.common.dtlayout.data
Class ApplcoreListItem

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.dtlayout.data.ApplcoreListItem

public class ApplcoreListItem
extends java.lang.Object

Provides a value/display pair that can be used in lists and other UI models such as ComboBoxModel.

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/DesignTime/DT/src/oracle/apps/fnd/applcore/dt/common/dtlayout/data/ApplcoreListItem.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:04 mluetchf Exp $
mluetchf

Constructor Summary
ApplcoreListItem(java.lang.Object value, java.lang.String displayValue)
          Constructor.
 
Method Summary
 java.lang.Object getValue()
          List item value.
 java.lang.String toString()
          Used for the display value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplcoreListItem

public ApplcoreListItem(java.lang.Object value,
                        java.lang.String displayValue)
Constructor.

Parameters:
value - list item value.
displayValue - list item display value.
Method Detail

toString

public java.lang.String toString()
Used for the display value.

Overrides:
toString in class java.lang.Object

getValue

public java.lang.Object getValue()
List item value.

Returns:
list item value.

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.