Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.objects.editors
Class JUDTControlEditor

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

Direct Known Subclasses:
JUDTActionEditor, JUDTControlValueEditor

public abstract class JUDTControlEditor
extends JUDTObjectEditor

Constructor Summary
JUDTControlEditor(JUDTControlBinding def)

Method Summary
void checkSingleAttributeSelected(java.lang.String[] selectedAttributes)
Checks if more than one attribute is selected then throws exception.
JUDTControlBinding getControlDef()
void validateAttributes(java.lang.String[] selectedAttributes)
Checks if a attribute is selected or not.
void validateAttributes(java.lang.String[] selectedAttributes, java.lang.String error)
Checks if a attribute is selected or not.
protected void validateIteratorName(java.lang.String iterName)
Checks if an iterator is selected or not
protected void validateListView(java.lang.String voName, java.lang.String listVOName)
In the case of LOVs, we want the vo and list vo to be different
void validateSelectedView(java.lang.String voName)
Checks if a view is selected or not.

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

JUDTControlEditor

public JUDTControlEditor(JUDTControlBinding def)

Method Detail

getControlDef

public JUDTControlBinding getControlDef()

validateSelectedView

public void validateSelectedView(java.lang.String voName)
                          throws java.beans.PropertyVetoException
Checks if a view is selected or not.
Throws:
java.beans.PropertyVetoException

validateAttributes

public void validateAttributes(java.lang.String[] selectedAttributes)
                        throws java.beans.PropertyVetoException
Checks if a attribute is selected or not.
Throws:
java.beans.PropertyVetoException

validateAttributes

public void validateAttributes(java.lang.String[] selectedAttributes,
                               java.lang.String error)
                        throws java.beans.PropertyVetoException
Checks if a attribute is selected or not.
Throws:
java.beans.PropertyVetoException

checkSingleAttributeSelected

public void checkSingleAttributeSelected(java.lang.String[] selectedAttributes)
                                  throws java.beans.PropertyVetoException
Checks if more than one attribute is selected then throws exception.
Throws:
java.beans.PropertyVetoException

validateListView

protected void validateListView(java.lang.String voName,
                                java.lang.String listVOName)
                         throws java.beans.PropertyVetoException
In the case of LOVs, we want the vo and list vo to be different
Throws:
java.beans.PropertyVetoException

validateIteratorName

protected void validateIteratorName(java.lang.String iterName)
                             throws java.beans.PropertyVetoException
Checks if an iterator is selected or not
Throws:
java.beans.PropertyVetoException

Oracle ADF Designtime API Reference v10.1.2


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