Package oracle.adf.view.faces.component

Interface Summary
CollectionComponent Identifies a Paging component.
DialogSource Extension of ActionSource for components that fire dialogs, and need to be notified when the dialog begins launching and completes.
UIXFacesBean  
 

Class Summary
HierarchyUtils utility methods for dealing with tree structures that do disclosure.
TableUtils utility methods for dealing with tables.
UIXChoose Choose is a base abstraction for components like chooseDate and chooseColor that presents users with a diagrammatic chooser like a calendar or palette.
UIXCollection Base class for components that do stamping.
UIXColumn This is base abstraction for column.
UIXCommand UIXCommand is a base abstraction for components that implement ActionSource and DialogSource.
UIXComponent Pure abstract base class for all UIX components.
UIXComponentBase  
UIXDocument The document control is the base abstraction for an entire document.
UIXEditableValue The editableValue web element contains all the shared attributes supported by all ADF Faces components that support the JSF EditableValueHolder interface.
UIXForm The form control is the base abstraction for a submitted region of a page.
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.
UIXHierarchy Base class for components that take a TreeModel, which is a hierarchical model.
UIXInput UIXInput is a base class for all ADF Faces input components.
UIXIterator UIXIterator is a component that does iteration.
UIXMenu Signifies an element that can contain a series of UIXCommand components.
UIXMenuHierarchy Base class for the Menu component.
UIXMenuPath A menuPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.
UIXMenuTree ADF Faces menuTree components are used to display hierarchical menu data.
UIXMessage UIXMessage is the base component class for components that display a single message on behalf of a component.
UIXMessages UIXMessages is the base component class for components that display a messages for an entire page.
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.
UIXOutput UIXOutput is a concrete base class for all ADF Faces output components that support type conversion.
UIXPage A Page component uses a MenuModel and a stamp to render menus.
UIXPanel Base class for components that provide layout for their children.
UIXPoll The poll component initiates poll to the server.
UIXProcess Signifies an element that represents a process and binds to a menuModel.
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.
UIXRegion This component inserts a region (defined by a separate page that starts with <af:regionDef>) into the current page.
UIXReset UIXReset is a base abstraction for components that reset the state of a page.
UIXSelectBoolean Base class for input components whose value is true or false.
UIXSelectInput selectInput is a base abstraction for components that allow both input and selection from a list of possible values.
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.
UIXSelectMany UIXSelectMany is a base abstraction for components that allow selection of multiple of a series of selectItem controls, where order is not relevant.
UIXSelectOne UIXSelectOne is a base abstraction for components that allow selection of a single in a series of selectItem components.
UIXSelectOrder UIXSelectOrder is a base abstraction for components that allow selection of multiple of a series of selectItem controls, where order is relevant.
UIXSelectRange UIXSelectRange is a base abstraction for components that select a range, e.g, 5 - 10 of 50.
UIXShowDetail showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children.
UIXShowOne showOne is the base abstraction for components that contains a group of showDetails, but displays one of them.
UIXSingleStep UIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps.
UIXSubform UIXSubform is the base abstraction for an independently submittable region of a page.
UIXSwitcher The switcher component dynamically decides which facet component should be rendered.
UIXTable UIXTable is the base abstraction for table components.
UIXTableSelectMany This component is suitable for the "selection" facet of a Table.
UIXTableSelectOne This component is suitable for the "selection" facet of a Table.
UIXTree ADF Faces tree components are used to display hierarchical data.
UIXTreeTable The ADF TreeTable is used to display data that is structured in a hierarchical format.
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.
 



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