Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

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

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreComboBox
      extended by 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 $

Constructor Summary
ApplcoreTableColumnComboBox(java.lang.String labelText, UpdateNextWizardPanel wizardPanel, oracle.jbo.dt.objects.JboApplication app)
           
 
Method Summary
 java.util.List<java.lang.String> getCurrentTableColumns()
           
 java.lang.String getCurrentTableName()
           
 void populateFromTable(java.lang.String table)
           
 void setColumnSelected(java.lang.String table, java.lang.String column)
           
 
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
 

Constructor Detail

ApplcoreTableColumnComboBox

public ApplcoreTableColumnComboBox(java.lang.String labelText,
                                   UpdateNextWizardPanel wizardPanel,
                                   oracle.jbo.dt.objects.JboApplication app)
Method Detail

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()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 8 (11.1.8)

E22562-08

Copyright © 2013 Oracle. All Rights Reserved.