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

E22562-07

oracle.apps.fnd.applcore.dt.common.dtlayout
Class ApplcoreListItemComboBox

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreComboBox
      extended by oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreListItemComboBox

public class ApplcoreListItemComboBox
extends ApplcoreComboBox


Constructor Summary
ApplcoreListItemComboBox(java.lang.String label)
           
ApplcoreListItemComboBox(java.lang.String label, UpdateNextWizardPanel updateNextWizardPanel)
           
 
Method Summary
 java.lang.Object getValue()
          The value of the ApplcoreListItem that has been selected.
 void setData(java.util.List data)
          Override setData to enforce restriction for data argument to be of type List.
 void setValue(java.lang.Object value)
          The value of the ApplcoreListItem item that should be set as selected.
 
Methods inherited from class oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreComboBox
addActionListener, clearData, getComboBox, getData, render, setEditable, setEnabled, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplcoreListItemComboBox

public ApplcoreListItemComboBox(java.lang.String label)

ApplcoreListItemComboBox

public ApplcoreListItemComboBox(java.lang.String label,
                                UpdateNextWizardPanel updateNextWizardPanel)
Method Detail

setData

public void setData(java.util.List data)
Override setData to enforce restriction for data argument to be of type List.

Overrides:
setData in class ApplcoreComboBox
Parameters:
data -

setValue

public void setValue(java.lang.Object value)
The value of the ApplcoreListItem item that should be set as selected. i.e. The ApplcoreListItem.getValue() should be provided.

Overrides:
setValue in class ApplcoreComboBox
Parameters:
value -

getValue

public java.lang.Object getValue()
The value of the ApplcoreListItem that has been selected. i.e. The ApplcoreListItem.getValue() will be provided.

Overrides:
getValue in class ApplcoreComboBox
Returns:

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.