Business Components

oracle.jbo.jbotester
Class RowsetTextArea

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

public final class RowsetTextArea
extends JBOField


Fields inherited from class oracle.jbo.jbotester.JBOField
attrDef, inRefresh, row, UpdateActionListener
 
Constructor Summary
RowsetTextArea(AttributeDef attDef)
           
 
Method Summary
 java.lang.Object getControlValue()
           
 javax.swing.JComponent getJComponent()
           
 javax.swing.JComponent getScrollPane()
           
 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

RowsetTextArea

public RowsetTextArea(AttributeDef attDef)
Method Detail

getJComponent

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

getScrollPane

public javax.swing.JComponent getScrollPane()

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