|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of UIXComponent in oracle.adf.view.faces.component |
| Subclasses of UIXComponent in oracle.adf.view.faces.component | |
class |
UIXChoose
Choose is a base abstraction for components like chooseDate and chooseColor that presents users with a diagrammatic chooser like a calendar or palette. |
class |
UIXCollection
Base class for components that do stamping. |
class |
UIXColumn
This is base abstraction for column. |
class |
UIXCommand
UIXCommand is a base abstraction for components that implement ActionSource and DialogSource. |
class |
UIXComponentBase
|
class |
UIXDocument
The document control is the base abstraction for an entire document. |
class |
UIXEditableValue
The editableValue web element contains all the shared attributes supported by all ADF Faces components that support the JSF EditableValueHolder interface. |
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 |
UIXHierarchy
Base class for components that take a TreeModel, which is a hierarchical model. |
class |
UIXInput
UIXInput is a base class for all ADF Faces input components. |
class |
UIXIterator
UIXIterator is a component that does iteration. |
class |
UIXMenu
Signifies an element that can contain a series of UIXCommand components. |
class |
UIXMenuHierarchy
Base class for the Menu component. |
class |
UIXMenuPath
A menuPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links. |
class |
UIXMenuTree
ADF Faces menuTree components are used to display hierarchical menu data. |
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 |
UIXPage
A Page component uses a MenuModel and a stamp to render menus. |
class |
UIXPanel
Base class for components that provide layout for their children. |
class |
UIXPoll
The poll component initiates poll to the server. |
class |
UIXProcess
Signifies an element that represents a process and binds to a menuModel. |
class |
UIXProgress
UIXProgress is a base abstraction for components that implement ActionSource and indicate the progress of tasks running in the server, typically navigating to a special page once the task is complete. |
class |
UIXRegion
This component inserts a region (defined by a separate page that starts with <af:regionDef>) into the current page. |
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 |
UIXSubform
UIXSubform is the base abstraction for an independently submittable region of a page. |
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 |
UIXTreeTable
The ADF TreeTable is used to display data that is structured in a hierarchical format. |
class |
UIXValue
The UIXValue component contains all the shared attributes supported by all ADF Faces components that support the JSF ValueHolder interface, and therefore support values and Converters. |
| Methods in oracle.adf.view.faces.component with parameters of type UIXComponent | |
void |
UIXFacesBean.init(UIXComponent component,
FacesBean.Type type)
|
| Uses of UIXComponent in oracle.adf.view.faces.component.core |
| Subclasses of UIXComponent in oracle.adf.view.faces.component.core | |
class |
CoreDocument
The CoreDocument creates each of the standard root elements of an HTML page: <html>, <body>, and <head>, but by abstracting away from those components, can be used in non-HTML pages as well. |
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 |
CorePoll
The poll element triggers an event after the time interval specified by the interval attribute (in milliseconds). |
class |
CoreStyleSheet
The styleSheet component generates the style sheet link reference to a generated ADF Faces style sheet. |
class |
CoreSubform
The CoreSubform represents an independently submittable region of a page. |
| Uses of UIXComponent in oracle.adf.view.faces.component.core.data |
| Subclasses of UIXComponent 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 |
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 UIXComponent in oracle.adf.view.faces.component.core.input |
| Subclasses of UIXComponent 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 |
CoreSelectInputText
The selectInputText is a text field that also supports launching a dialog to assist users in entering a value. |
class |
CoreSelectItem
The selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle ADF control. |
class |
CoreSelectManyCheckbox
The UIXSelectManyCheckbox component creates a component which allows the user to select many values from a series of checkboxes. |
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 UIXComponent in oracle.adf.view.faces.component.core.layout |
| Subclasses of UIXComponent 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 input form controls, such that their labels and fields line up vertically. |
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 |
CorePanelHorizontal
The panelHorizontal control is a layout element that arranges its children horizontally. |
class |
CorePanelLabelAndMessage
This component lays out a label, children, tip, and associated 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 |
CoreShowOneChoice
The showOneChoice control can be used to display a group of contents belonging to a showDetailItem. |
class |
CoreShowOnePanel
The showOnePanel control can be used to display a group of contents belonging to a showDetailItem. |
class |
CoreShowOneRadio
The showOneRadio control can be used to display a group of contents belonging to a showDetailItem. |
class |
CoreShowOneTab
The showOneTab control can be used to display a group of contents that belongs to a showDetailItem that is shown. |
| Uses of UIXComponent in oracle.adf.view.faces.component.core.nav |
| Subclasses of UIXComponent in oracle.adf.view.faces.component.core.nav | |
class |
CoreCommandButton
The commandButton control creates a button representation of a UIXCommand. |
class |
CoreCommandLink
The commandLink control creates a link representation of a UIXCommand. |
class |
CoreCommandMenuItem
The commandMenuItem control creates a a menu item representation of a UIXCommand. |
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 |
CoreGoMenuItem
The goMenuItem control creates a menu item representation of a UIXGo. |
class |
CoreMenuBar
The menuBar component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
CoreMenuButtons
The menuButtons component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
CoreMenuChoice
The menuChoice component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
CoreMenuList
The menuList component creates a series of navigation items representing one level in a navigation hierarchy. |
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 component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
CoreMenuTree
The menuTree is used to display menu data that is structured in a hierarchical format. |
class |
CorePage
The Page component is similar to the PanelPage component, except that instead of having menu1, menu2 and menu3 facets for adding menu information, the user binds a model object and a stamp to render these areas. |
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 renders a Previous button, text indicating the current step and the maximum steps, and a Next button. |
| Uses of UIXComponent in oracle.adf.view.faces.component.core.output |
| Subclasses of UIXComponent 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 skin 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
objectSpacer occupies a fixed amount of space in a layout, specified by its width and height attributes. |
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, and an (optional) icon indicating the type of message. |
class |
CoreOutputText
The outputText component supports styled text. |
class |
CoreProgressIndicator
The progress is tracked from the oracle.adf.view.faces.model.BoundedRangeModel attached to this component through its 'value' attribute. |
| Uses of UIXComponent in oracle.adf.view.faces.component.html |
| Subclasses of UIXComponent in oracle.adf.view.faces.component.html | |
class |
HtmlBody
Tag for the HTML body element. |
class |
HtmlCellFormat
CellFormat components are used to format cells in a rowLayout. |
class |
HtmlFrame
The frame 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
RowLayout components can be used on their own, or to define a row of a tableLayout. |
class |
HtmlScript
The script component supports both the importing of libraries and inline scripts. |
class |
HtmlTableLayout
A TableLayout is a thin wrapper around the HTML <table> element. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||