oracle.adf.dt.objects.editors
Class JUDTControlSpinnerEditor
java.lang.Object
oracle.adf.dt.objects.editors.JUDTObjectEditor
oracle.adf.dt.objects.editors.JUDTControlEditor
oracle.adf.dt.objects.editors.JUDTControlValueEditor
oracle.adf.dt.objects.editors.JUDTControlAttrEditor
oracle.adf.dt.objects.editors.JUDTControlListEditor
oracle.adf.dt.objects.editors.JUDTControlSpinnerEditor
- Direct Known Subclasses:
- JUDTSpinnerEditor
- public class JUDTControlSpinnerEditor
- extends JUDTControlListEditor
Methods inherited from class oracle.adf.dt.objects.editors.JUDTObjectEditor |
createIteratorBinding, dumpIteratorsInPageDef, findAppModule, findIteratorBinding, findIteratorBindingWithMatchingViewName, findJUDTBean, findOrCreateDataControl, findOrCreateEditPanel, findOrCreateIteratorBinding, findOrCreateIteratorBinding, getBindingContainer, getContext, getEditPanel, getHelpUrl, getJUDTObject, getMethodIteratorInstanceName, getMethodNameWithParameters, getUniqueIteratorBindingName, getVoNameFromAction, getVONameFromIterator, prepareEditor, setHelpUrl, setJUDTObject, showEditorInDialog, showErrorDialog, showWarningDialog, trimPackage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUDTControlSpinnerEditor
public JUDTControlSpinnerEditor(JUDTControlBinding def)
JUDTControlSpinnerEditor
public JUDTControlSpinnerEditor(JUDTControlBinding def,
boolean selectAllAttributes)
JUDTControlSpinnerEditor
public JUDTControlSpinnerEditor(JUDTControlBinding def,
boolean selectAllAttributes,
java.lang.Boolean showNavPanel,
java.lang.Boolean showLovPanel,
java.lang.Boolean showEnumPanel)
initFromDef
public void initFromDef()
- initialize UI from def
- Overrides:
initFromDef
in class JUDTControlListEditor
determinePanelToShow
public int determinePanelToShow(JUDTSpinner def)
findPanel
protected oracle.adf.dt.objects.editors.ContainedBindPanel findPanel(java.lang.Class c)
- Overrides:
findPanel
in class JUDTControlListEditor
validateEditPanel
public void validateEditPanel()
throws java.beans.PropertyVetoException
- validate entries in UI panel
- Overrides:
validateEditPanel
in class JUDTControlListEditor
- Throws:
java.beans.PropertyVetoException
createEditPanel
protected javax.swing.JPanel createEditPanel()
- Description copied from class:
JUDTControlListEditor
- create the panel which will edit the Def object
- Overrides:
createEditPanel
in class JUDTControlListEditor
saveToDef
public void saveToDef()
- trasfer values from UI to the def object
- Overrides:
saveToDef
in class JUDTControlListEditor
Copyright © 1997, 2004, Oracle. All rights reserved.