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

Packages that use UIXComponentBase
oracle.adf.view.faces.component   
oracle.adf.view.faces.component.core   
oracle.adf.view.faces.component.core.data   
oracle.adf.view.faces.component.core.input   
oracle.adf.view.faces.component.core.layout   
oracle.adf.view.faces.component.core.nav   
oracle.adf.view.faces.component.core.output   
oracle.adf.view.faces.component.html   
 

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

Subclasses of UIXComponentBase in oracle.adf.view.faces.component
 class CollectionBase
          Base class for components that do stamping
 class CommandBase
          Base class for command components.
 class FormBase
          Base class for Form component.
 class SelectManyBase
           
 class SelectOneBase
           
 class SelectOrderBase
           
 class SelectRangeBase
          Base class for SelectRange
 class ShowDetailBase
          Base class for ShowDetail component.
 class SingleStepBase
          Base class for singleStep components
 class SwitcherBase
          Base class for the switcher componnet.
 class TableBase
          Base class for the Table component.
 class TableSelectManyBase
          Base class for Table "selection" facet components
 class TableSelectOneBase
          Base class for single selection inside a table
 class TreeBase
          Base class for the Tree component.
 class TreeTableBase
          Base class for TreeTable component.
 class UIXChoose
          Example:
 class UIXColumn
          This is base abstraction for column.
 class UIXCommand
          UIXCommand is a base abstraction for components that implement ActionSource.
 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 UIXForm
          The form control is the base abstraction for a submitted region of a page.
 class UIXGo
          go is a base abstraction for components like goButton and goLink that are used to navigate directly to a different page without any server-side actions.
 class UIXInput
          UIXInput is a base class for all ADF Faces input components.
 class UIXMenu
          Signifies an element that can contain a series of UIXCommand components.
 class UIXMessage
          UIXMessage is the base component class for components that display a single message on behalf of a component.
 class UIXMessages
          UIXMessages is the base component class for components that display a messages for an entire page.
 class UIXObject
          Object is a base abstraction for components that represent object resources (like image) that have no server-side behavior and do not participate in type conversion.
 class UIXOutput
          UIXOutput is a concrete base class for all ADF Faces output components that support type conversion.
 class UIXPanel
          Abstract base class for components that provide layout for their children.
 class UIXProcess
          UIXProcess is a base abstraction for components which indicate the current page of a multipage process that the user is on.
 class UIXReset
          UIXReset is a base abstraction for components that reset the state of a page.
 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 UIXSelectItem
          The UIXSelectItem class is the base concrete class for a single item which the user may select from the set of items in a list, choice, radio, or shuttle control.
 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.
 class UIXSelectRange
          UIXSelectRange is a base abstraction for components that select a range, e.g, 5 - 10 of 50.
 class UIXShowDetail
          showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children.
 class UIXShowOne
          showOne is the base abstraction for components that contains a group of showDetails, but displays one of them.
 class UIXSingleStep
          UIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps.
 class UIXSwitcher
          The switcher component dynamically decides which facet component should be rendered.
 class UIXTable
          UIXTable is the base abstraction for table components.
 class UIXTableSelectMany
          This component is suitable for the "selection" facet of a Table.
 class UIXTableSelectOne
          This component is suitable for the "selection" facet of a Table.
 class UIXTree
           ADF Faces tree components are used to display hierarchical data.
 class UIXValue
          The value web element contains all the shared attributes supported by all UIX beans that support the JSF ValueHolder interface, and therefore support values and Converters.
 class UIXValueComponentBase
          Base class for components that have a value.
 

Uses of UIXComponentBase in oracle.adf.view.faces.component.core
 

Subclasses of UIXComponentBase in oracle.adf.view.faces.component.core
 class CoreForm
          The UIXForm component creates an HTML <form> element.
 class CoreImportScript
          The importScript component supports importing the built-in scripts provided by ADF Faces.
 class CoreStyleSheet
          The styleSheet component generates the style sheet link reference to a generated ADF Faces style sheet.
 

Uses of UIXComponentBase in oracle.adf.view.faces.component.core.data
 

Subclasses of UIXComponentBase in oracle.adf.view.faces.component.core.data
 class CoreColumn
           The immediate children of a Table component must all be <af:column> components.
 class CoreSelectRangeChoiceBar
          SelectRangeChoiceBar is used to allow the user to select a range of records to display among a larger set of records.
 class CoreSortableHeader
           To enable the UI for sorting on a particular Column, use the <af:sortableHeader> component as the "header" facet for that Column.
 class CoreTable
          The ADF Table is used to display tabular data.
 class CoreTableSelectMany
           Multiple selection in the Table is enabled by setting this component as the "selection" facet on the Table.
 class CoreTableSelectOne
           Single-selection in the Table is enabled by setting this component as the "selection" facet on the Table.
 class CoreTree
           The ADF Tree is used to display data that is structured in a hierarchical format.
 class CoreTreeTable
           The ADF TreeTable is used to display data that is structured in a hierarchical format.
 

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

Subclasses of UIXComponentBase in oracle.adf.view.faces.component.core.input
 class CoreChooseColor
          The chooseColor control creates a palette for picking colors.
 class CoreChooseDate
          The chooseDate component is used in conjunction with a selectInputDate to allow the user to quickly select a date value without having to navigate to a secondary window.
 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 CoreResetButton
           The reset button control creates a push button which will reset the content of a form.
 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 CoreSelectItem
          The selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle ADF control.
 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 UIXComponentBase in oracle.adf.view.faces.component.core.layout
 

Subclasses of UIXComponentBase in oracle.adf.view.faces.component.core.layout
 class CorePanelBorder
          The panelBorder component is a layout element which lays out all of its children consecutively in its middle, and supports twelve other facets: top, bottom, left, right, start, end, innerTop, innerBottom, innerRight, innerStart, innerLeft, and innerEnd.
 class CorePanelBox
           The panelBox is used to place ancillary information on a page, offset by a certain color.
 class CorePanelButtonBar
          The panelButtonBar lays out a set of buttons.
 class CorePanelForm
           The panelForm lays out messaging beans so that the labels and fields line up.
 class CorePanelGroup
          The panelGroup control is a layout element that arranges its children in one of a few simple patterns.
 class CorePanelHeader
           The panelHeader control places a label and optional icon at the top of a section.
 class CorePanelLabelAndMessage
           This bean lays out a label, children, end facet, tip, and inline message.
 class CorePanelList
          The panelList control outputs each visible child in a list with a bullet next to it.
 class CorePanelPage
          PanelPage lays out an entire page.
 class CorePanelPageHeader
          PanelPageHeader lays out the top portion of a page.
 class CorePanelPartialRoot
           The panelPartialRoot component is used to enable partial page rendering of a UIComponent tree or subtree.
 class CorePanelSideBar
           The panelSideBar control renders a side navigation bar.
 class CorePanelTip
           The panelTip Component provides a container for page or section level hints to the user.
 class CoreShowDetail
          The showDetail provides a means of toggling a group of components between being disclosed or undisclosed.
 class CoreShowDetailHeader
          The showDetailHeader provides a means of toggling the contents under a header between being disclosed(shown) or undisclosed(hidden).
 class CoreShowDetailItem
           The showDetailItem component is used inside of a showOne component to contain a group of children.
 class CoreShowOneTabs
          The showOneTabs control can be used to display a group of contents that belongs to a showDetailItem that is shown.
 

Uses of UIXComponentBase in oracle.adf.view.faces.component.core.nav
 

Subclasses of UIXComponentBase in oracle.adf.view.faces.component.core.nav
 class CoreCommandButton
          The commandButton control creates a button representation of a UIXCommand.
 class CoreCommandGlobalButton
          CommandGlobalButton is a UIXCommand that renders as a global button.
 class CoreCommandLink
           The commandLink control creates a link representation of a UIXCommand.
 class CoreCommandOption
          A commandOption is a UIXCommand that renders as an option.
 class CoreGoButton
          The goButton creates a push button that navigates directly to another location instead of delivering an action.
 class CoreGoLink
           The goLink component wraps its children inside of an HTML link.
 class CoreMenuBar
          The menuBar control creates a series of navigation items.
 class CoreMenuButtons
          MenuButtons lays out a set of commandGlobalButton's and optionally a menuChoice.
 class CoreMenuChoice
          The menuChoice is used to switch from one application to another.
 class CoreMenuPath
          A menuPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.
 class CoreMenuTabs
          The menuTabs control creates a series of tabbed menu items.
 class CoreProcessChoiceBar
          ProcessChoiceBar is a UIXProcess component that renders a previous button, a choice bar, and a next button.
 class CoreProcessTrain
          ProcessTrain is a UIXProcess component that renders a train.
 class CoreSingleStepButtonBar
          SingleStepButtonBar is a UIXSingleStep that renders a Previous button, text indicating the current step and the maximum steps, and a Next button.
 

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

Subclasses of UIXComponentBase in oracle.adf.view.faces.component.core.output
 class CoreMessage
           Component that displays a message on behalf of a component.
 class CoreMessages
          The messages bean is used at the top of an application page to give the user important messaging information.
 class CoreObjectIcon
           The objectIcon component renders a look-and-feel-specific icon.
 class CoreObjectImage
           The objectImage control creates an image tag.
 class CoreObjectLegend
           The objectLegend adds a legend describing the meaning of an icon.
 class CoreObjectMedia
           The objectMedia component displays media content, such as audio, video, or image in a player embedded in the user agent.
 class CoreObjectSeparator
           The objectSeparator creates a horizontal separator.
 class CoreObjectSpacer
          objectSpacers occupy a fixed amount of space in a layout.
 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.
 

Uses of UIXComponentBase in oracle.adf.view.faces.component.html
 

Subclasses of UIXComponentBase in oracle.adf.view.faces.component.html
 class HtmlBody
           Tag for the HTML body element.
 class HtmlCellFormat
          CellFormatBeans are used to format cells in a RowLayoutBean.
 class HtmlFrame
          The FrameBean is used to specify attributes needed by an HTML frame.
 class HtmlFrameBorderLayout
          frameBorderLayout is a layout bean which can be used to place seven frames at left, right, top, bottom, innerLeft, innerRight and center positions.
 class HtmlHead
           Tag for the HTML head element, including the document's title and any style sheets needed by th current look-and-feel.
 class HtmlHtml
           The html tag generates the <html> element for an HTML page.
 class HtmlRowLayout
          RowLayoutBeans can be used on their own, or to define a row of a TableLayoutBean.
 class HtmlScript
           The script bean supports both the importing of libraries and inline scripts.
 class HtmlTableLayout
          A TableLayout is a thin wrapper around the HTML <table> element.
 



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