oracle.adf.dt.objects
Class JUDTMasterDetailGraph
java.lang.Object
oracle.adf.dt.objects.JUDTBaseObject
oracle.adf.dt.objects.JUDTControlBinding
oracle.adf.dt.objects.JUDTCtrlValue
oracle.adf.dt.objects.JUDTMasterDetailGraph
- 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 JUDTMasterDetailGraph
- extends JUDTCtrlValue
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Methods inherited from class oracle.adf.dt.objects.JUDTCtrlValue |
addAttrName, clearAttributeNames, containsAttribute, getAttributeInfos, getAttrNames, getFirstAttribute, getIsDynamic, initFromRTDef, initializeDefClassName, isApplyValidation, isSameDefinition, setApplyValidation, setAttrNames, setIsDynamic, writeNonContentsChildren, xferToArrayList |
Methods inherited from class oracle.adf.dt.objects.JUDTControlBinding |
buildContextActionList, clear, containsKey, containsValue, entrySet, get, getActualBindingClassName, getBindingClassName, getBindingContainer, getClientDataControl, getControlClassName, getControlPrefix, getDataControl, getDesignTimeClass, getIcon, getInitialValue, getInstanceName, getIteratorBinding, getIterBindingName, getLayoutCons, getLongLabel, getXMLElementTag, initializeFromRuntimeObject, isEmpty, keySet, performDeleteAction, put, putAll, remove, requiresIterator, setBindingClassName, setBindingContainer, setControlClassName, setControlPrefix, setDefaultControlClass, 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, getCustomDialogToolTipText, getCustomizer, getDefaultDefClassName, getDefClassName, getFullName, getHelpTopicId, getId, getLinkActions, getPropertyChangeListeners, getPropertyModel, getRTDef, getShortLabel, getSubType, getTarget, getToolTipText, hasCustomDialog, isNewInstance, propertyChange, readContents, removeObjectUpdateListener, removePropertyChangeListener, removeVetoableChangeListener, reportExceptionToUser, setContext, setDefClassName, setId, setNewInstance, setRunningKavaTests, setSaveSubType, setSubType, showCustomDialog, showEditorDialog, toString, 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 |
JUDTMasterDetailGraph
public JUDTMasterDetailGraph()
getDefaultBindingClassName
protected java.lang.String getDefaultBindingClassName()
- Specified by:
getDefaultBindingClassName
in class JUDTControlBinding
- Returns:
- The default binding class name used at runtime. The binding class name is the runtime object
that represents the binding's instance. The instance defaults will be initialized via that data read in
by the definition class.
getColumnLabels
public java.lang.String[] getColumnLabels()
setColumnLabels
public void setColumnLabels(java.lang.String[] labels)
getSeriesLabelAttrName
public java.lang.String getSeriesLabelAttrName()
setSeriesLabelAttrName
public void setSeriesLabelAttrName(java.lang.String l)
getGroupLabel
public java.lang.String getGroupLabel()
setGroupLabel
public void setGroupLabel(java.lang.String l)
getNumberOfValuesPerMarker
public int getNumberOfValuesPerMarker()
setNumberOfValuesPerMarker
public void setNumberOfValuesPerMarker(int n)
getChildAccessorAttrName
public java.lang.String getChildAccessorAttrName()
setChildAccessorAttrName
public void setChildAccessorAttrName(java.lang.String childAccesorName)
writeChildren
public void writeChildren(JUDTContents contents)
throws oracle.jbo.mom.xml.DefPersistenceException
- Overrides:
writeChildren
in class JUDTBaseObject
- Throws:
oracle.jbo.mom.xml.DefPersistenceException
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 JUDTCtrlValue
- Throws:
oracle.jbo.mom.xml.DefPersistenceException
Copyright © 1997, 2004, Oracle. All rights reserved.