Uses of Class
oracle.adf.view.faces.component.UIXEditableValue

Packages that use UIXEditableValue
oracle.adf.view.faces.component   
oracle.adf.view.faces.component.core.input   
 

Uses of UIXEditableValue in oracle.adf.view.faces.component
 

Subclasses of UIXEditableValue in oracle.adf.view.faces.component
 class SelectManyBase
           
 class SelectOneBase
           
 class SelectOrderBase
           
 class UIXInput
          UIXInput is a base class for all ADF Faces input components.
 class UIXSelectBoolean
          Base class for input components whose value is true or false.
 class UIXSelectInput
          selectInput is a base abstraction for components that allow both input and selection from a list of possible values.
 class UIXSelectMany
          UIXSelectMany is a base abstraction for components that allow selection of multiple of a series of selectItem controls, where order is not relevant.
 class UIXSelectOne
          UIXSelectOne is a base abstraction for components that allow selection of a single in a series of selectItem components.
 class UIXSelectOrder
          UIXSelectOrder is a base abstraction for components that allow selection of multiple of a series of selectItem controls, where order is relevant.
 

Uses of UIXEditableValue in oracle.adf.view.faces.component.core.input
 

Subclasses of UIXEditableValue in oracle.adf.view.faces.component.core.input
 class CoreInputFile
          The inputFile component is a component that can be used to upload a file.
 class CoreInputHidden
          The UIXInputHidden component adds a value that will be submitted with a form, but not displayed to the user.
 class CoreInputText
           The UIXInputText component creates a browser input text widget.
 class CoreSelectBooleanCheckbox
           The selectBooleanCheckbox control maps to a standard browser input checkbox, which toggles between selected and unselected states.
 class CoreSelectBooleanRadio
           The selectBooleanRadio control maps to a single browser input radio, grouped with all other selectBooleanRadio controls in the same form which share the same "group" attribute.
 class CoreSelectInputColor
          The selectInputColor component creates a text field for entering colors.
 class CoreSelectInputDate
          The selectInputDate component creates a text field for entering dates and a button for picking dates from a calendar.
 class CoreSelectManyListbox
          The UIXSelectManyListbox component creates a component which allows the user to select many values from a list of items.
 class CoreSelectManyShuttle
          The selectManyShuttle component provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists.
 class CoreSelectOneChoice
          The selectOneChoice component creates a menu-style component, which allows the user to select a single value from a list of items.
 class CoreSelectOneListbox
          The UIXSelectOneListbox component creates a component which allows the user to select a single value from a list of items.
 class CoreSelectOneRadio
          The UIXSelectOneRadio component creates a component which allows the user to select a single value from a set of items displayed as a series of radio buttons.
 class CoreSelectOrderShuttle
          The selectOrderShuttle component provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists, and reordering that list of values.
 



Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.