Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.objects.jui
Class JUDTComboBox

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTBaseObject
      extended byoracle.adf.dt.objects.JUDTControlBinding
          extended byoracle.adf.dt.objects.JUDTCtrlValue
              extended byoracle.adf.dt.objects.JUDTCtrlAttrs
                  extended byoracle.adf.dt.objects.JUDTCtrlList
                      extended byoracle.adf.dt.objects.jui.JUDTComboBox

All Implemented Interfaces:
oracle.ide.model.Displayable, java.util.EventListener, oracle.ide.inspector.Inspectable, oracle.ide.inspector.Inspectable2, java.util.Map, ObjectUpdateListener, oracle.jbo.mom.xml.PersistentDefinition, java.beans.PropertyChangeListener, oracle.ide.model.SupportsInspection

public class JUDTComboBox
extends JUDTCtrlList

Nested Class Summary

Nested classes inherited from class java.util.Map
java.util.Map.Entry

Field Summary

Fields inherited from class oracle.adf.dt.objects.JUDTBaseObject
_Context, _DefClassName, _RTDef, PNAME_id

Constructor Summary
JUDTComboBox()

Method Summary
protected oracle.adf.model.binding.DCDefBase getRTDef()
protected void initFromRTDef()
Subclasses implement this method to perform custom runtime object initialization.
boolean isEditable()
protected void setDefaultControlClass()
void writeContents(oracle.jbo.mom.xml.DefWriter jos)

Methods inherited from class oracle.adf.dt.objects.JUDTCtrlList
getCustomDialogToolTipText, getDefaultBindingClassName, getDefaultDefClassName, getHelpUrl, getIcon, getLabelList, getListAttrNames, getListDisplayAttrNames, getListIteratorBindingName, getListOperMode, getListVOName, getValueList, hasCustomDialog, initializeDefClassName, isStaticList, setHelpUrl, setLabelList, setListAttrNames, setListDisplayAttrNames, setListIteratorBindingName, setListOperMode, setListVOName, setStaticList, setValueList, showEditorDialog, writeNonContentsChildren

Methods inherited from class oracle.adf.dt.objects.JUDTCtrlValue
addAttrName, clearAttributeNames, containsAttribute, getAttributeInfos, getAttrNames, getFirstAttribute, getInputValueHandler, getIsDynamic, isApplyValidation, isSameDefinition, setApplyValidation, setAttrNames, setInputValueHandler, setIsDynamic, xferToArrayList

Methods inherited from class oracle.adf.dt.objects.JUDTControlBinding
buildContextActionList, clear, containsKey, containsValue, entrySet, get, getActualBindingClassName, getBindingClassName, getBindingContainer, getClientDataControl, getControlClassName, getControlPrefix, getDataControl, getDesignTimeClass, getInitialValue, getInstanceName, getIteratorBinding, getIterBindingName, getLayoutCons, getLongLabel, getXMLElementTag, initializeFromRuntimeObject, isEmpty, keySet, performDeleteAction, put, putAll, remove, requiresIterator, setBindingClassName, setBindingContainer, setControlClassName, setControlPrefix, setDesignTimeClass, setInitialValue, setIterBindingName, setLayoutCons, size, values

Methods inherited from class oracle.adf.dt.objects.JUDTBaseObject
addObjectUpdateListener, addPropertyChangeListener, addVetoableChangeListener, buildActionList, buildContextMenuEntries, buildsContextMenuDirectly, dataChanged, fireObjectUpdated, firePropertyChange, getAdditionalTabPages, getContextMenuActions, getCustomDialogIcon, getCustomizer, getDefClassName, getFullName, getHelpTopicId, getId, getLinkActions, getPropertyChangeListeners, getPropertyModel, getShortLabel, getSubType, getTarget, getToolTipText, isNewInstance, propertyChange, readContents, removeObjectUpdateListener, removePropertyChangeListener, removeVetoableChangeListener, reportExceptionToUser, setContext, setDefClassName, setId, setNewInstance, setRunningKavaTests, setSaveSubType, setSubType, showCustomDialog, toString, writeChildren, writeChildren, writeObject, writeXMLIntArray, writeXMLStringArray

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

Methods inherited from interface java.util.Map
equals, hashCode

Constructor Detail

JUDTComboBox

public JUDTComboBox()

Method Detail

getRTDef

protected oracle.adf.model.binding.DCDefBase getRTDef()
Overrides:
getRTDef in class JUDTCtrlList

initFromRTDef

protected void initFromRTDef()
Description copied from class: JUDTControlBinding
Subclasses implement this method to perform custom runtime object initialization.
Overrides:
initFromRTDef in class JUDTCtrlList

isEditable

public boolean isEditable()

writeContents

public void writeContents(oracle.jbo.mom.xml.DefWriter jos)
                   throws oracle.jbo.mom.xml.DefPersistenceException
Specified by:
writeContents in interface oracle.jbo.mom.xml.PersistentDefinition
Overrides:
writeContents in class JUDTCtrlList
Throws:
oracle.jbo.mom.xml.DefPersistenceException

setDefaultControlClass

protected void setDefaultControlClass()
Overrides:
setDefaultControlClass in class JUDTControlBinding

Oracle ADF Designtime API Reference v10.1.2


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