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 ApplcoreTextfieldButton

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

public class ApplcoreTextfieldButton
extends java.lang.Object
implements java.awt.event.ActionListener, java.awt.event.FocusListener

Provides a label, an input textfield and a linked button whose action result will update the 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/ApplcoreTextfieldButton.java /st_atgpf_pt-11.1.1.7.0/2 2013/04/07 15:58:16 mluetchf Exp $
mluetchf

Constructor Summary
ApplcoreTextfieldButton(java.lang.String labelText, java.lang.String valueText, javax.swing.JTextField value, UpdateNextWizardPanel updatePanel, java.lang.String buttonText, ApplcoreButtonListener buttonListener)
           
ApplcoreTextfieldButton(java.lang.String labelText, java.lang.String valueText, UpdateNextWizardPanel updatePanel, java.lang.String buttonText, ApplcoreButtonListener buttonListener)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 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, javax.swing.JComponent component)
          Render to the component at the row supplied using GridBagLayout.
 void setEditable(boolean editable)
           
 void setEnabled(boolean enabled)
           
 void setValidationComponent(oracle.bali.ewt.validate.ValidationComponent validationComponent)
           
 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

ApplcoreTextfieldButton

public ApplcoreTextfieldButton(java.lang.String labelText,
                               java.lang.String valueText,
                               UpdateNextWizardPanel updatePanel,
                               java.lang.String buttonText,
                               ApplcoreButtonListener buttonListener)

ApplcoreTextfieldButton

public ApplcoreTextfieldButton(java.lang.String labelText,
                               java.lang.String valueText,
                               javax.swing.JTextField value,
                               UpdateNextWizardPanel updatePanel,
                               java.lang.String buttonText,
                               ApplcoreButtonListener buttonListener)
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.

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

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)

setValidationComponent

public void setValidationComponent(oracle.bali.ewt.validate.ValidationComponent validationComponent)

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

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.