ADF Designtime

oracle.adf.dt.objects.editors
Class JUDTControlListEditor

java.lang.Object
  extended byoracle.adf.dt.objects.editors.JUDTObjectEditor
      extended byoracle.adf.dt.objects.editors.JUDTControlEditor
          extended byoracle.adf.dt.objects.editors.JUDTControlValueEditor
              extended byoracle.adf.dt.objects.editors.JUDTControlAttrEditor
                  extended byoracle.adf.dt.objects.editors.JUDTControlListEditor
Direct Known Subclasses:
BeanListEditor, JUDTControlSpinnerEditor, JUDTListSingleSelEditor

public class JUDTControlListEditor
extends JUDTControlAttrEditor


Constructor Summary
JUDTControlListEditor(JUDTControlBinding def)
           
JUDTControlListEditor(JUDTControlBinding def, boolean selectAllAttributes)
           
JUDTControlListEditor(JUDTControlBinding def, boolean selectAllAttributes, java.lang.Boolean showNavPanel, java.lang.Boolean showLovPanel, java.lang.Boolean showEnumPanel)
           
 
Method Summary
protected  javax.swing.JPanel createEditPanel()
          create the panel which will edit the Def object
 int determinePanelToShow(JUDTCtrlList def)
           
protected  oracle.adf.dt.objects.editors.ContainedBindPanel findPanel(java.lang.Class c)
           
 void initFromDef()
          initialize UI from def
 void saveToDef()
          trasfer values from UI to the def object
 void validateEditPanel()
          validate entries in UI panel
 
Methods inherited from class oracle.adf.dt.objects.editors.JUDTControlValueEditor
validateAttributeBindPanel, validateAttributeBindPanel, validateAttributeListBindPanel, validateAttributeListBindPanel
 
Methods inherited from class oracle.adf.dt.objects.editors.JUDTControlEditor
checkSingleAttributeSelected, getControlDef, validateAttributes, validateAttributes, validateIteratorName, validateListView, validateSelectedView
 
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
 

Constructor Detail

JUDTControlListEditor

public JUDTControlListEditor(JUDTControlBinding def)

JUDTControlListEditor

public JUDTControlListEditor(JUDTControlBinding def,
                             boolean selectAllAttributes)

JUDTControlListEditor

public JUDTControlListEditor(JUDTControlBinding def,
                             boolean selectAllAttributes,
                             java.lang.Boolean showNavPanel,
                             java.lang.Boolean showLovPanel,
                             java.lang.Boolean showEnumPanel)
Method Detail

initFromDef

public void initFromDef()
initialize UI from def

Overrides:
initFromDef in class JUDTControlAttrEditor

validateEditPanel

public void validateEditPanel()
                       throws java.beans.PropertyVetoException
validate entries in UI panel

Overrides:
validateEditPanel in class JUDTControlAttrEditor
Throws:
java.beans.PropertyVetoException

saveToDef

public void saveToDef()
trasfer values from UI to the def object

Overrides:
saveToDef in class JUDTControlAttrEditor

createEditPanel

protected javax.swing.JPanel createEditPanel()
create the panel which will edit the Def object

Overrides:
createEditPanel in class JUDTControlAttrEditor

determinePanelToShow

public int determinePanelToShow(JUDTCtrlList def)

findPanel

protected oracle.adf.dt.objects.editors.ContainedBindPanel findPanel(java.lang.Class c)

ADF Designtime

 

Copyright © 1997, 2004, Oracle. All rights reserved.