Package org.apache.myfaces.trinidad.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 Subinterface for FacesBeans that are used for the storage of a UIXComponent.
 

Class Summary
HierarchyUtils utility methods for dealing with tree structures that do disclosure.
TableUtils utility methods for dealing with tables.
UIXChart The Apache Trinidad Chart is used to display data in a Chart Format.
UIXChoose Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXCollection Base class for components that do stamping.
UIXColumn This is base abstraction for column.
UIXCommand Events:
Type Phases Description
javax.faces.event.ActionEvent Apply Request Values Event delivered when the "action" of the component has been invoked; for example, by clicking on a button.
UIXComponent Pure abstract base class for all UIX components.
UIXComponentBase Base implementation of components for all of Trinidad.
UIXComponentRef This component inserts a component (defined by a separate page that starts with <tr:componentDef>) into the current page.
UIXDecorateCollection Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXDocument Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXEditableValue Events:
Type Phases Description
javax.faces.event.ValueChangeEvent Apply Request Values The valueChange event is delivered when the value attribute is changed.
UIXForm Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXGo Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXGroup The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API).
UIXHierarchy Base class for components that take a TreeModel, which is a hierarchical model.
UIXInput Events:
Type Phases Description
javax.faces.event.ValueChangeEvent Apply Request Values The valueChange event is delivered when the value attribute is changed.
UIXIterator UIXIterator is a component that performs iteration over its child components.
UIXMenu Signifies an element that can contain a series of UIXCommand components.
UIXMenuHierarchy Base class for the Menu component.
UIXMessage Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXMessages Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXNavigationHierarchy Base class for the Navigation component.
UIXNavigationLevel The navigationLevel component creates a series of navigation items representing one level in a navigation hierarchy.
UIXNavigationPath A navigationPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links.
UIXNavigationTree Apache Trinidad navigationTree components are used to display hierarchical navigation data.
UIXObject Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXOutput UIXOutput is a concrete base class for all Apache Trinidad output components that support type conversion.
UIXPage A Page component uses a MenuModel and a stamp to render navigation items.
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.
UIXReset Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
UIXSelectBoolean Events:
Type Phases Description
javax.faces.event.ValueChangeEvent Apply Request Values The valueChange event is delivered when the value attribute is changed.
UIXSelectInput selectInput is a base abstraction for components that allow both input and selection from a list of possible values.
UIXSelectItem Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
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 Events:
Type Phases Description
javax.faces.event.ValueChangeEvent Apply Request Values The valueChange event is delivered when the value attribute is changed.
UIXSelectRange UIXSelectRange is a base abstraction for components that select a range, e.g, 5 - 10 of 50.
UIXShowDetail Events:
Type Phases Description
org.apache.myfaces.trinidad.event.DisclosureEvent Invoke Application The disclosure event is delivered when a node is disclosed.
UIXShowMany showMany is the base abstraction for components that contain a group of showDetails and can display multiple at a time.
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 Events:
Type Phases Description
org.apache.myfaces.trinidad.event.RowDisclosureEvent Invoke Application The Expansion event is generated when tree nodes are expanded or collapsed.
UIXTree Apache Trinidad tree components are used to display hierarchical data.
UIXTreeTable The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format.
UIXValue Events:
Type Phases Description
org.apache.myfaces.trinidad.event.AttributeChangeEvent Apply Request Values Event delivered to describe an attribute change.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.