oracle.adf.dt.objects.bindpanels
Class LovBindPanel
java.lang.Object
oracle.adf.dt.objects.bindpanels.LovBindPanel
- public class LovBindPanel
- extends java.lang.Object
This is the generic UI implementation of the panel used to edit LOV Bindings.
Constructor Summary |
LovBindPanel(oracle.jbo.dt.objects.JboAppModule appModule)
Constructor |
Method Summary |
protected void |
firePropertyChange()
|
protected void |
firePropertyChange(oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef oldvalue, oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef newvalue)
|
java.awt.Dimension |
getMinimumSize()
|
java.awt.Dimension |
getPreferredSize()
|
oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef |
getValue()
This panel edits a DTJLovBindingDef value. |
void |
setValue(oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef val)
This panel edits a DTJLovBindingDef value. |
void |
vetoableChange(java.beans.PropertyChangeEvent evt)
Cancel OK operation, if the binding definition is incomplete/incorrect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tabbedPane
public javax.swing.JTabbedPane _tabbedPane
LovBindPanel
public LovBindPanel(oracle.jbo.dt.objects.JboAppModule appModule)
- Constructor
setValue
public void setValue(oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef val)
- This panel edits a DTJLovBindingDef value. This is the design time version of an LOV binding.
getValue
public oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef getValue()
- This panel edits a DTJLovBindingDef value. This is the design time version of an LOV binding.
-
- Returns:
- the binding value
firePropertyChange
protected void firePropertyChange()
vetoableChange
public void vetoableChange(java.beans.PropertyChangeEvent evt)
throws java.beans.PropertyVetoException
- Cancel OK operation, if the binding definition is incomplete/incorrect
-
- Throws:
java.beans.PropertyVetoException
firePropertyChange
protected void firePropertyChange(oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef oldvalue,
oracle.jbo.dt.ui.jui.propertyeditors.dtmodels.DTJLovBindingDef newvalue)
getPreferredSize
public java.awt.Dimension getPreferredSize()
getMinimumSize
public java.awt.Dimension getMinimumSize()
Copyright © 1997, 2004, Oracle. All rights reserved.