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 ApplcoreTextfield

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.common.dtlayout.ApplcoreTextfield
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener

public class ApplcoreTextfield
extends java.lang.Object
implements java.awt.event.FocusListener

Provides a label and an input textfield.

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/ApplcoreTextfield.java /st_atgpf_pt-11.1.1.7.0/1 2013/01/20 20:15:04 mluetchf Exp $
mluetchf

Constructor Summary
ApplcoreTextfield(java.lang.String labelText, java.lang.String valueText, UpdateNextWizardPanel updatePanel)
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 java.lang.String getValue()
           
 javax.swing.JTextField getValueTextfield()
           
 void render(int row, int startColumn, int textColumnWidth, javax.swing.JComponent component)
          Render to the component at the row, column and columnWidth supplied using GridBagLayout.
 void render(int row, javax.swing.JComponent component)
           
 void setEditable(boolean editable)
           
 void setEnabled(boolean enabled)
           
 void setValue(java.lang.String valueText)
           
 void setVisible(boolean show)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplcoreTextfield

public ApplcoreTextfield(java.lang.String labelText,
                         java.lang.String valueText,
                         UpdateNextWizardPanel updatePanel)
Method Detail

render

public void render(int row,
                   javax.swing.JComponent component)
Parameters:
row - layout row.
component - containing component.

render

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

Parameters:
row -
startColumn -
textColumnWidth -
component -

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String valueText)

getValueTextfield

public javax.swing.JTextField getValueTextfield()

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener

setVisible

public void setVisible(boolean show)

setEnabled

public void setEnabled(boolean enabled)

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.