oracle.apps.fnd.applcore.dt.common.dtlayout
Class ApplcoreTableColumnComboBox
java.lang.Object
oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreComboBox
oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreTableColumnComboBox
public class ApplcoreTableColumnComboBox
- extends ApplcoreComboBox
Provide a combo box that is populated with the columns of the database table supplied.
- 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/ApplcoreTableColumnComboBox.java /st_atgpf_11.1.1.7.3/1 2013/10/30 13:03:22 cchokshi Exp $
| Methods inherited from class oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreComboBox |
addActionListener, clearData, getComboBox, getData, getValue, render, setData, setEditable, setEnabled, setValue, setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplcoreTableColumnComboBox
public ApplcoreTableColumnComboBox(java.lang.String labelText,
UpdateNextWizardPanel wizardPanel,
oracle.jbo.dt.objects.JboApplication app)
setColumnSelected
public void setColumnSelected(java.lang.String table,
java.lang.String column)
populateFromTable
public void populateFromTable(java.lang.String table)
getCurrentTableName
public java.lang.String getCurrentTableName()
getCurrentTableColumns
public java.util.List<java.lang.String> getCurrentTableColumns()
Copyright © 2013 Oracle. All Rights Reserved.