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

Packages that use UIXValue
oracle.adf.view.faces.component   
oracle.adf.view.faces.component.core.input   
oracle.adf.view.faces.component.core.output   
 

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

Subclasses of UIXValue in oracle.adf.view.faces.component
 class SelectManyBase
           
 class SelectOneBase
           
 class SelectOrderBase
           
 class UIXEditableValue
          The editableValue web element contains all the shared attributes supported by all UIX beans that support the JSF EditableValueHolder interface.
 class UIXEditableValueComponentBase
          Base class for components that have a value.
 class UIXInput
          UIXInput is a base class for all ADF Faces input components.
 class UIXOutput
          UIXOutput is a concrete base class for all ADF Faces output components that support type conversion.
 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 UIXValue in oracle.adf.view.faces.component.core.input
 

Subclasses of UIXValue 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.
 

Uses of UIXValue in oracle.adf.view.faces.component.core.output
 

Subclasses of UIXValue in oracle.adf.view.faces.component.core.output
 class CoreOutputFormatted
           The outputFormatted bean accepts a string in its "value" attribute containing a very limited set of HTML markup and outputs formatted results.
 class CoreOutputLabel
           Component that displays a label for a form component, including a text label, an (optional) required icon, and an (optional) icon indicating the type of message.
 class CoreOutputText
          The outputText component supports styled text.
 



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