ADF Designtime

oracle.adf.dt.objects.editors
Class JUDTNavBarIteratorEditor

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

public class JUDTNavBarIteratorEditor
extends JUDTObjectEditor


Constructor Summary
JUDTNavBarIteratorEditor()
           
 
Method Summary
protected  javax.swing.JPanel createEditPanel()
          create the panel which will edit the Def object
 JUDTBaseBindingContainer getBndCntr()
           
 java.lang.String getIteratorId()
           
 java.lang.String getViewDefName()
           
 void initFromDef()
          initialize UI from def
 void saveToDef()
          trasfer values from UI to the def object
 void setBndCntr(JUDTBaseBindingContainer cntr)
           
 void setIteratorId(java.lang.String iter)
           
 void setViewDefName(java.lang.String viewDefName)
           
 void validateEditPanel()
          validate entries in UI panel
 
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

JUDTNavBarIteratorEditor

public JUDTNavBarIteratorEditor()
Method Detail

getIteratorId

public java.lang.String getIteratorId()

setIteratorId

public void setIteratorId(java.lang.String iter)

setViewDefName

public void setViewDefName(java.lang.String viewDefName)

getViewDefName

public java.lang.String getViewDefName()

setBndCntr

public void setBndCntr(JUDTBaseBindingContainer cntr)

getBndCntr

public JUDTBaseBindingContainer getBndCntr()

initFromDef

public void initFromDef()
initialize UI from def

Specified by:
initFromDef in class JUDTObjectEditor

validateEditPanel

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

Specified by:
validateEditPanel in class JUDTObjectEditor
Throws:
java.beans.PropertyVetoException

saveToDef

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

Specified by:
saveToDef in class JUDTObjectEditor

createEditPanel

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

Specified by:
createEditPanel in class JUDTObjectEditor

ADF Designtime

 

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