Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.uicli.jui
Class JUProgressBarDef

java.lang.Object
  extended byoracle.jbo.common.NamedObjectImpl
      extended byoracle.jbo.mom.DefinitionObject
          extended byoracle.adf.model.binding.DCDefBase
              extended byoracle.adf.model.binding.DCControlBindingDef
                  extended byoracle.jbo.uicli.binding.JUControlDef
                      extended byoracle.jbo.uicli.binding.JUCtrlScrollDef
                          extended byoracle.jbo.uicli.jui.JUProgressBarDef


public class JUProgressBarDef
extends JUCtrlScrollDef

Field Summary
static java.lang.String PNAME_Horizontal

Fields inherited from class oracle.jbo.uicli.binding.JUCtrlScrollDef
PNAME_DeferAssignValues, PNAME_ScrollCurrRow, PNAME_UseEstRC

Fields inherited from class oracle.adf.model.binding.DCControlBindingDef
PNAME_ControlBindingClass, PNAME_ControlClass, PNAME_InitialValue, PNAME_IterBinding, PNAME_TYPE

Fields inherited from class oracle.adf.model.binding.DCDefBase
PNAME_AccessorIterator, PNAME_Action, PNAME_Boolean, PNAME_Button, PNAME_ButtonGroup, PNAME_ComboBox, PNAME_DataControlAction, PNAME_DefaultControl, PNAME_DynamicTable, PNAME_EnumList, PNAME_FormattedTextField, PNAME_Graph, PNAME_HGrid, PNAME_Iterator, PNAME_Label, PNAME_ListSingleSel, PNAME_LovButton, PNAME_LOVList, PNAME_MethodAction, PNAME_MethodIterator, PNAME_NavigationBar, PNAME_NavigationList, PNAME_Panel, PNAME_ProgressBar, PNAME_ProgressBarAttr, PNAME_Range, PNAME_ScrollBar, PNAME_ScrollBarAttr, PNAME_Slider, PNAME_SliderAttr, PNAME_Spinner, PNAME_Table, PNAME_TextField, PNAME_ToplinkIterator, PNAME_Tree

Fields inherited from class oracle.jbo.mom.DefinitionObject
mBaseDefObject, mExtendedDefObjects, mObjectResolved

Fields inherited from class oracle.jbo.common.NamedObjectImpl
mFullName, mObjName, mParent, mProperties

Constructor Summary
JUProgressBarDef()
JUProgressBarDef(java.lang.String name, java.lang.String iterBindingName, boolean scrollCurrRow, boolean deferAssignValues, boolean useEstRC, boolean horizontal)
JUProgressBarDef(java.lang.String name, java.lang.String controlClassName, java.lang.String controlBindingClassName, java.lang.String iterBindingName, boolean scrollCurrRow, boolean deferAssignValues, boolean useEstRC, boolean horizontal)

Method Summary
java.lang.Object createControl()
protected DCControlBinding createControlBindingInstance(java.lang.Object control, DCBindingContainer formBnd)
void init(java.util.HashMap initValues)
protected void initSubType()
boolean isHorizontal()
protected void retrieveFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement, java.util.HashMap valueTab)

Methods inherited from class oracle.jbo.uicli.binding.JUCtrlScrollDef
isDeferAssignValues, isScrollCurrRow, isUseEstRC

Methods inherited from class oracle.jbo.uicli.binding.JUControlDef
getIterBinding

Methods inherited from class oracle.adf.model.binding.DCControlBindingDef
createControlBinding, createControlBinding, getControlBindingClassName, getControlClassName, getDesignTimeClass, getInitialValue, getIterBinding, getIterBindingName, getLayoutCons, getXMLElementTag, loadChildrenFromXML, setBindingContainerDef, setControlBindingClassName, setControlClassName, setInitialValue

Methods inherited from class oracle.adf.model.binding.DCDefBase
convertToBoolean, convertToInt, convertToIntArray, createAndLoadFromXML, getDefClassName, getSubType, isDirty, isNew, loadFromXML, readXMLBoolean, readXMLInt, readXMLString, readXMLStringArray, readXMLStringArrayList, readXMLStringArrayList, setDefClassName, setDirty, setNew, setSubType

Methods inherited from class oracle.jbo.mom.DefinitionObject
addExtendedDefObject, finishedLoading, getBaseDefObject, getContainerDef, getContainerName, getExtendedDefObjects, hasExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, loadProperties, resolveReferences, setBaseDefObject, setName, setObjectResolved, setParent

Methods inherited from class oracle.jbo.common.NamedObjectImpl
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, refreshProperty, setFullName, setPropertiesMap, setProperty

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

Field Detail

PNAME_Horizontal

public static final java.lang.String PNAME_Horizontal
See Also:
Constant Field Values

Constructor Detail

JUProgressBarDef

public JUProgressBarDef()

JUProgressBarDef

public JUProgressBarDef(java.lang.String name,
                        java.lang.String controlClassName,
                        java.lang.String controlBindingClassName,
                        java.lang.String iterBindingName,
                        boolean scrollCurrRow,
                        boolean deferAssignValues,
                        boolean useEstRC,
                        boolean horizontal)

JUProgressBarDef

public JUProgressBarDef(java.lang.String name,
                        java.lang.String iterBindingName,
                        boolean scrollCurrRow,
                        boolean deferAssignValues,
                        boolean useEstRC,
                        boolean horizontal)

Method Detail

initSubType

protected void initSubType()
Overrides:
initSubType in class JUCtrlScrollDef

init

public void init(java.util.HashMap initValues)
Overrides:
init in class JUCtrlScrollDef

isHorizontal

public boolean isHorizontal()

createControl

public java.lang.Object createControl()
Overrides:
createControl in class DCControlBindingDef

createControlBindingInstance

protected DCControlBinding createControlBindingInstance(java.lang.Object control,
                                                        DCBindingContainer formBnd)
Specified by:
createControlBindingInstance in class DCControlBindingDef

retrieveFromXML

protected void retrieveFromXML(oracle.jbo.mom.xml.DefElementImpl xmlElement,
                               java.util.HashMap valueTab)
Overrides:
retrieveFromXML in class JUCtrlScrollDef

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


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