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 ApplcoreComboBox

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreComboBox
Direct Known Subclasses:
ApplcoreListItemComboBox

public class ApplcoreComboBox
extends java.lang.Object

Provides a label and a comboBox.

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/ApplcoreComboBox.java /st_atgpf_pt-11.1.1.7.0/3 2013/04/16 19:26:53 mluetchf Exp $
mluetchf

Constructor Summary
ApplcoreComboBox(java.lang.String labelText)
           
ApplcoreComboBox(java.lang.String labelText, javax.swing.ListCellRenderer cellRenderer)
           
ApplcoreComboBox(java.lang.String labelText, UpdateNextWizardPanel updatePanel)
           
 
Method Summary
 void addActionListener(java.awt.event.ActionListener actionListener)
           
 void clearData()
          Clear all items available for selection.
 javax.swing.JComboBox getComboBox()
          Retrieve combo box component.
protected  java.util.List getData()
          Retrieve all items available for selection.
 java.lang.Object getValue()
          Get the value selected.
 void render(int row, javax.swing.JComponent component)
          Render to the component at the row supplied using GridBagLayout.
 void setData(java.util.List data)
          List of items for selection.
 void setEditable(boolean editable)
           
 void setEnabled(boolean enabled)
           
 void setValue(java.lang.Object value)
          Set the value selected.
 void setVisible(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplcoreComboBox

public ApplcoreComboBox(java.lang.String labelText)

ApplcoreComboBox

public ApplcoreComboBox(java.lang.String labelText,
                        UpdateNextWizardPanel updatePanel)

ApplcoreComboBox

public ApplcoreComboBox(java.lang.String labelText,
                        javax.swing.ListCellRenderer cellRenderer)
Method Detail

render

public void render(int row,
                   javax.swing.JComponent component)
Render to the component at the row supplied using GridBagLayout.

Parameters:
row - layout row.
component - containing component.

getValue

public java.lang.Object getValue()
Get the value selected.

Returns:

setValue

public void setValue(java.lang.Object value)
Set the value selected.

Parameters:
value -

setData

public void setData(java.util.List data)
List of items for selection. NB This may fire updates via UpdateNextWizardPanel listener.

Parameters:
data -

getData

protected java.util.List getData()
Retrieve all items available for selection.

Returns:

addActionListener

public void addActionListener(java.awt.event.ActionListener actionListener)

clearData

public void clearData()
Clear all items available for selection.


getComboBox

public javax.swing.JComboBox getComboBox()
Retrieve combo box component.


setEnabled

public void setEnabled(boolean enabled)

setVisible

public void setVisible(boolean value)

setEditable

public void setEditable(boolean editable)

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.