oracle.jbo.jbotester
Class JBOFieldHelper
java.lang.Object
oracle.jbo.jbotester.JBOFieldHelper
- All Implemented Interfaces:
- JBOField
- public class JBOFieldHelper
- extends java.lang.Object
- implements JBOField
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
row
protected Row row
rowIter
protected RowSetIterator rowIter
inRefresh
protected boolean inRefresh
UpdateActionListener
public static final java.awt.event.ActionListener UpdateActionListener
CancelAction
public static final javax.swing.Action CancelAction
JBOFieldHelper
public JBOFieldHelper(AttributeDef attDef,
JBOField jboField)
init
protected void init()
setRow
public void setRow(Row newRowBinding,
RowSetIterator iter)
-
- Specified by:
setRow in interface JBOField
getAttributeDef
public AttributeDef getAttributeDef()
-
- Specified by:
getAttributeDef in interface JBOField
getDataValue
public java.lang.Object getDataValue()
-
- Specified by:
getDataValue in interface JBOField
setDataValue
public boolean setDataValue(java.lang.Object value)
-
- Specified by:
setDataValue in interface JBOField
getRowSetPanel
public static RowSetPanel getRowSetPanel(javax.swing.JComponent j)
- searches the containership hierarchy for a RowSetPanel, returns null if not found
getControlValue
public java.lang.Object getControlValue()
-
- Specified by:
getControlValue in interface JBOField
setControlValue
public void setControlValue(java.lang.Object value)
-
- Specified by:
setControlValue in interface JBOField
getJComponent
public javax.swing.JComponent getJComponent()
-
- Specified by:
getJComponent in interface JBOField
getLocaleContext
public LocaleContext getLocaleContext()
-
- Specified by:
getLocaleContext in interface JBOField
applyEdit
public boolean applyEdit()
-
- Specified by:
applyEdit in interface JBOField
applyEditAndValidate
public boolean applyEditAndValidate()
-
- Specified by:
applyEditAndValidate in interface JBOField
refresh
public void refresh()
-
- Specified by:
refresh in interface JBOField
Copyright © 1997, 2005, Oracle. All rights reserved.