|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UIXComponent in org.apache.myfaces.trinidad.component |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.component | |
---|---|
class |
UIXChart
|
class |
UIXChoose
Events: |
class |
UIXCollection
Base class for components that do stamping. |
class |
UIXColumn
This is base abstraction for column. |
class |
UIXCommand
Events: |
class |
UIXComponentBase
Base implementation of components for all of Trinidad. |
class |
UIXComponentRef
This component inserts a component (defined by a separate page that starts with <tr:componentDef>) into the current page. |
class |
UIXDecorateCollection
Events: |
class |
UIXDocument
Events: |
class |
UIXEditableValue
Events: |
class |
UIXForm
Events: |
class |
UIXGo
Events: |
class |
UIXGroup
The group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API). |
class |
UIXHierarchy
Base class for components that take a TreeModel, which is a hierarchical model. |
class |
UIXInput
Events: |
class |
UIXIterator
UIXIterator is a component that performs iteration over its child components. |
class |
UIXMenu
Signifies an element that can contain a series of UIXCommand components. |
class |
UIXMenuHierarchy
Base class for the Menu component. |
class |
UIXMessage
Events: |
class |
UIXMessages
Events: |
class |
UIXNavigationHierarchy
Base class for the Navigation component. |
class |
UIXNavigationLevel
The navigationLevel component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
UIXNavigationPath
A navigationPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links. |
class |
UIXNavigationTree
|
class |
UIXObject
Events: |
class |
UIXOutput
UIXOutput is a concrete base class for all Apache Trinidad output components that support type conversion. |
class |
UIXPage
|
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 |
UIXReset
Events: |
class |
UIXSelectBoolean
Events: |
class |
UIXSelectInput
selectInput is a base abstraction for components that allow both input and selection from a list of possible values. |
class |
UIXSelectItem
Events: |
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
Events: |
class |
UIXSelectRange
UIXSelectRange is a base abstraction for components that select a range, e.g, 5 - 10 of 50. |
class |
UIXShowDetail
Events: |
class |
UIXShowMany
showMany is the base abstraction for components that contain a group of showDetails and can display multiple at a time. |
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
Events: |
class |
UIXTree
|
class |
UIXTreeTable
|
class |
UIXValue
Events: |
Methods in org.apache.myfaces.trinidad.component that return UIXComponent | |
---|---|
UIXComponent |
UIXFacesBeanImpl.getComponent()
|
Methods in org.apache.myfaces.trinidad.component with parameters of type UIXComponent | |
---|---|
void |
UIXFacesBeanImpl.init(UIXComponent component,
FacesBean.Type type)
Subclassers most call super with the component and type |
void |
UIXEditableFacesBeanImpl.init(UIXComponent component,
FacesBean.Type type)
Subclassers most call super with the component and type |
void |
UIXFacesBean.init(UIXComponent component,
FacesBean.Type type)
Initialize a UIXFacesBean with a specific component and type. |
Uses of UIXComponent in org.apache.myfaces.trinidad.component.core |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.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 Apache Trinidad. |
class |
CorePoll
|
class |
CoreStyleSheet
The styleSheet component generates the style sheet link reference to a generated Apache Trinidad style sheet. |
class |
CoreSubform
|
Uses of UIXComponent in org.apache.myfaces.trinidad.component.core.data |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.component.core.data | |
---|---|
class |
CoreChart
|
class |
CoreColumn
The immediate children of a Table component must all be <tr: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 Trinidad Table is used to display tabular data. |
class |
CoreTree
|
class |
CoreTreeTable
|
Uses of UIXComponent in org.apache.myfaces.trinidad.component.core.input |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.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 |
CoreInputColor
The inputColor component creates a text field for entering colors. |
class |
CoreInputDate
The inputDate component creates a text field for entering dates and a button for picking dates from a calendar. |
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 |
CoreInputListOfValues
|
class |
CoreInputNumberSpinbox
|
class |
CoreInputText
|
class |
CoreResetButton
|
class |
CoreSelectBooleanCheckbox
|
class |
CoreSelectBooleanRadio
|
class |
CoreSelectItem
The selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle Trinidad control. |
class |
CoreSelectManyCheckbox
|
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
|
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 org.apache.myfaces.trinidad.component.core.layout |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.component.core.layout | |
---|---|
class |
CorePanelAccordion
The panelAccordion control can be used to display a group of contents belonging to a showDetailItem. |
class |
CorePanelBorderLayout
The panelBorderLayout 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 and end. |
class |
CorePanelBox
|
class |
CorePanelButtonBar
The panelButtonBar lays out a set of buttons. |
class |
CorePanelCaptionGroup
|
class |
CorePanelChoice
The panelChoice control can be used to display a group of contents belonging to a showDetailItem. |
class |
CorePanelFormLayout
|
class |
CorePanelGroupLayout
The panelGroupLayout control is a layout element that arranges its children in one of a few simple patterns. |
class |
CorePanelHeader
|
class |
CorePanelHorizontalLayout
The panelHorizontalLayout control is a layout element that arranges its children horizontally. |
class |
CorePanelLabelAndMessage
|
class |
CorePanelList
|
class |
CorePanelPage
PanelPage lays out an entire page. |
class |
CorePanelPageHeader
PanelPageHeader lays out the top portion of a page. |
class |
CorePanelPopup
|
class |
CorePanelRadio
The panelRadio control can be used to display a group of contents belonging to a showDetailItem. |
class |
CorePanelSideBar
|
class |
CorePanelTabbed
The panelTabbed control can be used to display a group of contents that belongs to a showDetailItem that is shown. |
class |
CorePanelTip
|
class |
CoreShowDetail
The showDetail provides a means of toggling a group of components between being disclosed or undisclosed. |
class |
CoreShowDetailHeader
|
class |
CoreShowDetailItem
|
Uses of UIXComponent in org.apache.myfaces.trinidad.component.core.nav |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.component.core.nav | |
---|---|
class |
CoreBreadCrumbs
A breadCrumbs component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links. |
class |
CoreCommandButton
The commandButton control creates a button representation of a UIXCommand. |
class |
CoreCommandLink
|
class |
CoreCommandNavigationItem
|
class |
CoreGoButton
The goButton creates a push button that navigates directly to another location instead of delivering an action. |
class |
CoreGoLink
|
class |
CoreNavigationPane
|
class |
CoreNavigationTree
|
class |
CorePage
The Page component is similar to the PanelPage component, except that instead of having navigation1, navigation2 and navigation3 facets for adding navigation item 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 |
CoreSingleStepButtonBar
SingleStepButtonBar renders a Previous button, text indicating the current step and the maximum steps, and a Next button. |
class |
CoreTrain
Train is a UIXProcess component that renders a train. |
Uses of UIXComponent in org.apache.myfaces.trinidad.component.core.output |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.component.core.output | |
---|---|
class |
CoreIcon
|
class |
CoreImage
|
class |
CoreLegend
|
class |
CoreMedia
|
class |
CoreMessage
|
class |
CoreMessages
The messages bean is used at the top of an application page to give the user important messaging information. |
class |
CoreOutputDocument
The outputText component supports styled text. |
class |
CoreOutputFormatted
|
class |
CoreOutputLabel
|
class |
CoreOutputText
The outputText component supports styled text. |
class |
CoreProgressIndicator
org.apache.myfaces.trinidad.model.BoundedRangeModel
attached to this component through its 'value' attribute. |
class |
CoreSeparator
|
class |
CoreSpacer
spacer occupies a fixed amount of space in a layout, specified by its width and height attributes. |
class |
CoreStatusIndicator
|
Uses of UIXComponent in org.apache.myfaces.trinidad.component.html |
---|
Subclasses of UIXComponent in org.apache.myfaces.trinidad.component.html | |
---|---|
class |
HtmlBody
|
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
|
class |
HtmlHtml
|
class |
HtmlMeta
|
class |
HtmlRowLayout
RowLayout components can be used on their own, or to define a row of a tableLayout. |
class |
HtmlScript
|
class |
HtmlTableLayout
A TableLayout is a thin wrapper around the HTML <table> element. |
Uses of UIXComponent in org.apache.myfaces.trinidad.render |
---|
Methods in org.apache.myfaces.trinidad.render with parameters of type UIXComponent | |
---|---|
void |
CoreRenderer.setupEncodingContext(javax.faces.context.FacesContext context,
RenderingContext rc,
UIXComponent component)
Deprecated. |
void |
CoreRenderer.tearDownEncodingContext(javax.faces.context.FacesContext context,
RenderingContext rc,
UIXComponent component)
Deprecated. |
boolean |
CoreRenderer.visitChildrenForEncoding(UIXComponent component,
javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback)
Hook to allow the renderer to customize the visitation of the children components of a component during the visitation of a component during rendering. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |