Business Components

oracle.jbo.jbotester
Class RowsetTextField

java.lang.Object
  |
  +--oracle.jbo.jbotester.JBOField
        |
        +--oracle.jbo.jbotester.RowsetTextField

public final class RowsetTextField
extends JBOField


Fields inherited from class oracle.jbo.jbotester.JBOField
attrDef, inRefresh, row, UpdateActionListener
 
Constructor Summary
RowsetTextField(int col, AttributeDef attDef)
           
 
Method Summary
 java.lang.Object getControlValue()
           
 javax.swing.JComponent getJComponent()
           
 void setControlValue(java.lang.Object value)
           
 
Methods inherited from class oracle.jbo.jbotester.JBOField
applyEdit, getAttributeDef, getDataValue, init, refresh, setDataValue, setRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowsetTextField

public RowsetTextField(int col,
                       AttributeDef attDef)
Method Detail

getJComponent

public javax.swing.JComponent getJComponent()
Overrides:
getJComponent in class JBOField

getControlValue

public java.lang.Object getControlValue()
Overrides:
getControlValue in class JBOField

setControlValue

public void setControlValue(java.lang.Object value)
Overrides:
setControlValue in class JBOField

Business Components