Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.objects.editors
Class JUDTControlValueEditor

java.lang.Object
  extended byoracle.adf.dt.objects.editors.JUDTObjectEditor
      extended byoracle.adf.dt.objects.editors.JUDTControlEditor
          extended byoracle.adf.dt.objects.editors.JUDTControlValueEditor

Direct Known Subclasses:
JUDTControlAttrEditor, JUDTControlRangeEditor, JUDTDynamicTableEditor, JUDTFormatEditor

public abstract class JUDTControlValueEditor
extends JUDTControlEditor

Constructor Summary
JUDTControlValueEditor(JUDTControlBinding def)

Method Summary
void validateAttributeBindPanel()
Validates the AttributeBindPanel before disposing.
void validateAttributeBindPanel(boolean singleAttribute)
Validates the AttributeBindPanel before disposing.
void validateAttributeListBindPanel()
Validates the AttributeListBindPanel before disposing.
void validateAttributeListBindPanel(boolean singleAttribute)
Validates the AttributeBindPanel before disposing.

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
createEditPanel, createIteratorBinding, dumpIteratorsInPageDef, findAppModule, findIteratorBinding, findIteratorBindingWithMatchingViewName, findJUDTBean, findOrCreateDataControl, findOrCreateEditPanel, findOrCreateIteratorBinding, findOrCreateIteratorBinding, getBindingContainer, getContext, getEditPanel, getHelpUrl, getJUDTObject, getMethodNameWithParameters, getUniqueIteratorBindingName, getVoNameFromAction, getVONameFromIterator, initFromDef, prepareEditor, saveToDef, selectRootNode, setHelpUrl, setJUDTObject, showEditorInDialog, showErrorDialog, showWarningDialog, trimPackage, validateEditPanel

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

JUDTControlValueEditor

public JUDTControlValueEditor(JUDTControlBinding def)

Method Detail

validateAttributeBindPanel

public void validateAttributeBindPanel()
                                throws java.beans.PropertyVetoException
Validates the AttributeBindPanel before disposing.
Throws:
java.beans.PropertyVetoException

validateAttributeBindPanel

public void validateAttributeBindPanel(boolean singleAttribute)
                                throws java.beans.PropertyVetoException
Validates the AttributeBindPanel before disposing.
Throws:
java.beans.PropertyVetoException

validateAttributeListBindPanel

public void validateAttributeListBindPanel()
                                    throws java.beans.PropertyVetoException
Validates the AttributeListBindPanel before disposing.
Throws:
java.beans.PropertyVetoException

validateAttributeListBindPanel

public void validateAttributeListBindPanel(boolean singleAttribute)
                                    throws java.beans.PropertyVetoException
Validates the AttributeBindPanel before disposing.
Throws:
java.beans.PropertyVetoException

Oracle ADF Designtime API Reference v10.1.2


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