|
Class Summary |
| CollectionBase |
Base class for components that do stamping |
| CommandBase |
Base class for command components. |
| FormBase |
Base class for Form component. |
| SelectManyBase |
|
| SelectOneBase |
|
| SelectOrderBase |
|
| SelectRangeBase |
Base class for SelectRange |
| ShowDetailBase |
Base class for ShowDetail component. |
| SingleStepBase |
Base class for singleStep components |
| SwitcherBase |
Base class for the switcher componnet. |
| TableBase |
Base class for the Table component. |
| TableSelectManyBase |
Base class for Table "selection" facet components |
| TableSelectOneBase |
Base class for single selection inside a table |
| TreeBase |
Base class for the Tree component. |
| TreeTableBase |
Base class for TreeTable component. |
| UIXChoose |
Example: |
| UIXColumn |
This is base abstraction for column. |
| UIXCommand |
UIXCommand is a base abstraction for
components that implement ActionSource. |
| UIXComponent |
Pure abstract base class for all UIX components. |
| UIXComponentBase |
|
| UIXEditableValue |
The editableValue web element contains all the shared attributes
supported by all UIX beans that support the JSF
EditableValueHolder interface. |
| UIXEditableValueComponentBase |
Base class for components that have a value. |
| 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. |
| UIXInput |
UIXInput is a base class for all ADF Faces input components. |
| UIXMenu |
Signifies an element that can contain a series of UIXCommand components. |
| 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. |
| UIXPanel |
Abstract base class for components that provide
layout for their children. |
| UIXProcess |
UIXProcess is a base abstraction for
components which indicate the current page
of a multipage process that the user is on. |
| 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. |
| 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. |
| 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. |
| UIXValueComponentBase |
Base class for components that have a value. |