Oracle ADF Designtime API Reference v10.1.2


oracle.adf.dt.objects
Class JUDTCtrlScroll

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTBaseObject
      extended byoracle.adf.dt.objects.JUDTControlBinding
          extended byoracle.adf.dt.objects.JUDTCtrlScroll

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
Direct Known Subclasses:
JUDTProgressBar, JUDTScrollBar, JUDTSlider

public class JUDTCtrlScroll
extends JUDTControlBinding

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
JUDTCtrlScroll()

Method Summary
protected java.lang.String getCustomDialogTitle()
java.lang.String getCustomDialogToolTipText()
protected java.lang.String getDefaultBindingClassName()
protected java.lang.String getDefaultDefClassName()
protected java.lang.String getHelpUrl()
Returns the help Url for the binding panel
boolean hasCustomDialog()
protected void initFromRTDef()
Subclasses implement this method to perform custom runtime object initialization.
protected void initializeDefClassName()
Initializes the definition class name.
boolean isDeferAssignValues()
boolean isScrollCurrRow()
boolean isUseEstRC()
void setDeferAssignValues(boolean b)
protected void setHelpUrl(java.lang.String helpUrl)
Sets the help Url for the binding panel
void setScrollCurrRow(boolean flag)
void setUseEstRC(boolean b)
boolean showEditorDialog(java.awt.Component parent)
We care about return types, override this version instead.
void writeContents(oracle.jbo.mom.xml.DefWriter jos)

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, isSameDefinition, keySet, performDeleteAction, put, putAll, remove, requiresIterator, setBindingClassName, setBindingContainer, setControlClassName, setControlPrefix, setDefaultControlClass, setDesignTimeClass, setInitialValue, setIterBindingName, setLayoutCons, size, values, writeNonContentsChildren

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, getRTDef, 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

JUDTCtrlScroll

public JUDTCtrlScroll()

Method Detail

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.

getDefaultDefClassName

protected java.lang.String getDefaultDefClassName()
Overrides:
getDefaultDefClassName in class JUDTBaseObject

initializeDefClassName

protected void initializeDefClassName()
Description copied from class: JUDTControlBinding
Initializes the definition class name. The definition class name defines the class name for the meta object that reads\loads the xml metadata for this binding.
Specified by:
initializeDefClassName in class JUDTControlBinding

initFromRTDef

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

isScrollCurrRow

public boolean isScrollCurrRow()

setScrollCurrRow

public void setScrollCurrRow(boolean flag)

isDeferAssignValues

public boolean isDeferAssignValues()

setDeferAssignValues

public void setDeferAssignValues(boolean b)

isUseEstRC

public boolean isUseEstRC()

setUseEstRC

public void setUseEstRC(boolean b)

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 JUDTControlBinding
Throws:
oracle.jbo.mom.xml.DefPersistenceException

hasCustomDialog

public boolean hasCustomDialog()
Specified by:
hasCustomDialog in interface oracle.ide.inspector.Inspectable2
Overrides:
hasCustomDialog in class JUDTBaseObject

getCustomDialogToolTipText

public java.lang.String getCustomDialogToolTipText()
Specified by:
getCustomDialogToolTipText in interface oracle.ide.inspector.Inspectable2
Overrides:
getCustomDialogToolTipText in class JUDTBaseObject

showEditorDialog

public boolean showEditorDialog(java.awt.Component parent)
Description copied from class: JUDTBaseObject
We care about return types, override this version instead.
Overrides:
showEditorDialog in class JUDTBaseObject
Parameters:
parent -
Returns:

getCustomDialogTitle

protected java.lang.String getCustomDialogTitle()

setHelpUrl

protected void setHelpUrl(java.lang.String helpUrl)
Sets the help Url for the binding panel

getHelpUrl

protected java.lang.String getHelpUrl()
Returns the help Url for the binding panel

Oracle ADF Designtime API Reference v10.1.2


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