|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of UIXComponentBase in org.apache.myfaces.trinidad.component |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component | |
|---|---|
class |
UIXChart<html:p> The Apache Trinidad Chart is used to display data in a Chart Format. |
class |
UIXChooseEvents: |
class |
UIXCollectionBase class for components that do stamping. |
class |
UIXColumnThis is base abstraction for column. |
class |
UIXCommandEvents: |
class |
UIXComponentRefThis component inserts a component (defined by a separate page that starts with <tr:componentDef>) into the current page. |
class |
UIXDecorateCollectionEvents: |
class |
UIXDocumentEvents: |
class |
UIXEditableValueEvents: |
class |
UIXFormEvents: |
class |
UIXGoEvents: |
class |
UIXGroupThe group component is an invisible control that aggregates semantically-related children; the group itself has no associated client representation (visual or API). |
class |
UIXHierarchyBase class for components that take a TreeModel, which is a hierarchical model. |
class |
UIXInputEvents: |
class |
UIXIteratorUIXIterator is a component that performs iteration over its child components. |
class |
UIXListViewUIXListView is a component that is similar to UIXIterator. |
class |
UIXMenuSignifies an element that can contain a series of UIXCommand components. |
class |
UIXMenuHierarchyBase class for the Menu component. |
class |
UIXMessageEvents: |
class |
UIXMessagesEvents: |
class |
UIXNavigationHierarchyBase class for the Navigation component. |
class |
UIXNavigationLevelThe navigationLevel component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
UIXNavigationPathA navigationPath component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links. |
class |
UIXNavigationTree<html:p> Apache Trinidad navigationTree components are used to display hierarchical navigation data. |
class |
UIXObjectEvents: |
class |
UIXOutputUIXOutput is a concrete base class for all Apache Trinidad output components that support type conversion. |
class |
UIXPage<html:p> A Page component uses a MenuModel and a stamp to render navigation items. |
class |
UIXPanelBase class for components that provide layout for their children. |
class |
UIXPollThe poll component initiates poll to the server. |
class |
UIXProcessSignifies an element that represents a process and binds to a menuModel. |
class |
UIXProgressUIXProgress 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 |
UIXResetEvents: |
class |
UIXSelectBooleanEvents: |
class |
UIXSelectInputselectInput is a base abstraction for components that allow both input and selection from a list of possible values. |
class |
UIXSelectItemEvents: |
class |
UIXSelectManyUIXSelectMany is a base abstraction for components that allow selection of multiple of a series of selectItem controls, where order is not relevant. |
class |
UIXSelectOneUIXSelectOne is a base abstraction for components that allow selection of a single in a series of selectItem components. |
class |
UIXSelectOrderEvents: |
class |
UIXSelectRangeUIXSelectRange is a base abstraction for components that select a range, e.g, 5 - 10 of 50. |
class |
UIXShowDetailEvents: |
class |
UIXShowManyshowMany is the base abstraction for components that contain a group of showDetails and can display multiple at a time. |
class |
UIXShowOneshowOne is the base abstraction for components that contains a group of showDetails, but displays one of them. |
class |
UIXSingleStepUIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps. |
class |
UIXSubformUIXSubform is the base abstraction for an independently submittable region of a page. |
class |
UIXSwitcherThe switcher component dynamically decides which facet component should be rendered. |
class |
UIXTableEvents: |
class |
UIXTree<html:p> Apache Trinidad tree components are used to display hierarchical data. |
class |
UIXTreeTable<html:p> The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format. |
class |
UIXValueEvents: |
| Uses of UIXComponentBase in org.apache.myfaces.trinidad.component.core |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component.core | |
|---|---|
class |
CoreDocumentThe 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 |
CoreFormThe UIXForm component creates an HTML <form> element. |
class |
CoreImportScriptThe importScript component supports importing the built-in scripts provided by Apache Trinidad. |
class |
CorePoll<html:p> The poll element triggers an event after the time interval specified by the interval attribute (in milliseconds). |
class |
CoreStyleSheetThe styleSheet component generates the style sheet link reference to a generated Apache Trinidad style sheet. |
class |
CoreSubform<html:p> The CoreSubform represents an independently submittable region of a page. |
| Uses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.data |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.data | |
|---|---|
class |
CoreChart<html:p> The Trinidad Chart is used to display data as a chart. |
class |
CoreColumnThe immediate children of a Table component must all be <tr:column> components. |
class |
CoreSelectRangeChoiceBarSelectRangeChoiceBar is used to allow the user to select a range of records to display among a larger set of records. |
class |
CoreTableThe Trinidad Table is used to display tabular data. |
class |
CoreTree<html:p> The Trinidad Tree is used to display data that is structured in a hierarchical format. |
class |
CoreTreeTable<html:p> The Trinidad TreeTable is used to display data that is structured in a hierarchical format. |
| Uses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.input |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.input | |
|---|---|
class |
CoreChooseColorThe chooseColor control creates a palette for picking colors. |
class |
CoreChooseDateThe 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 |
CoreInputColorThe inputColor component creates a text field for entering colors. |
class |
CoreInputDateThe inputDate component creates a text field for entering dates and a button for picking dates from a calendar. |
class |
CoreInputFileThe inputFile component is a component that can be used to upload a file. |
class |
CoreInputHiddenThe UIXInputHidden component adds a value that will be submitted with a form, but not displayed to the user. |
class |
CoreInputListOfValues<html:p> The inputListOfValues is a text field that also supports launching a dialog to assist users in entering a value. |
class |
CoreInputNumberSpinbox |
class |
CoreInputText |
class |
CoreResetButton<html:p> The reset button control creates a push button which will reset the content of a form. |
class |
CoreSelectBooleanCheckbox |
class |
CoreSelectBooleanRadio |
class |
CoreSelectItemThe selectItem tag represents a single item that the user may select from a list, choice, radio, or shuttle Trinidad control. |
class |
CoreSelectManyCheckbox |
class |
CoreSelectManyListboxThe UIXSelectManyListbox component creates a component which allows the user to select many values from a list of items. |
class |
CoreSelectManyShuttleThe 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 |
CoreSelectOneChoiceThe selectOneChoice component creates a menu-style component, which allows the user to select a single value from a list of items. |
class |
CoreSelectOneListboxThe UIXSelectOneListbox component creates a component which allows the user to select a single value from a list of items. |
class |
CoreSelectOneRadio |
class |
CoreSelectOrderShuttleThe 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 UIXComponentBase in org.apache.myfaces.trinidad.component.core.layout |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.layout | |
|---|---|
class |
CorePanelAccordionThe panelAccordion control can be used to display a group of contents belonging to a showDetailItem. |
class |
CorePanelBorderLayoutThe 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<html:p> The panelBox is used to place ancillary information on a page, offset by a certain color. |
class |
CorePanelButtonBarThe panelButtonBar lays out a set of buttons. |
class |
CorePanelCaptionGroup<html:p> The panelCaptionGroup is used to render a set of components, into a related and more managable grouping. |
class |
CorePanelChoiceThe panelChoice control can be used to display a group of contents belonging to a showDetailItem. |
class |
CorePanelFormLayout<html:p> The panelFormLayout lays out input form controls, such that their labels and fields line up vertically. |
class |
CorePanelGroupLayoutThe panelGroupLayout control is a layout element that arranges its children in one of a few simple patterns. |
class |
CorePanelHeader<html:p> The panelHeader control places a label and optional icon at the top of a section. |
class |
CorePanelHorizontalLayoutThe panelHorizontalLayout control is a layout element that arranges its children horizontally. |
class |
CorePanelLabelAndMessage<html:p> This component lays out a label, children, tip, and associated message. |
class |
CorePanelList |
class |
CorePanelPagePanelPage lays out an entire page. |
class |
CorePanelPageHeaderPanelPageHeader lays out the top portion of a page. |
class |
CorePanelPopup<html:p> The panelPopup is used to place ancillary information on a page, made visible via a clickable link (e.g icon or link). |
class |
CorePanelRadioThe panelRadio control can be used to display a group of contents belonging to a showDetailItem. |
class |
CorePanelSideBar<html:p> The panelSideBar control renders a side navigation bar. |
class |
CorePanelTabbedThe panelTabbed control can be used to display a group of contents that belongs to a showDetailItem that is shown. |
class |
CorePanelTip<html:p> The panelTip Component provides a container for page or section level hints to the user. |
class |
CoreShowDetailThe showDetail provides a means of toggling a group of components between being disclosed or undisclosed. |
class |
CoreShowDetailHeader<html:p> The showDetailHeader provides a means of toggling the contents under a header between being disclosed(shown) or undisclosed(hidden). |
class |
CoreShowDetailItem<html:p> The showDetailItem component is used inside of a showOne component to contain a group of children. |
| Uses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.nav |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.nav | |
|---|---|
class |
CoreBreadCrumbsA breadCrumbs component is used in hierarchical site layouts to indicate the path back to the root page of the hierarchy with links. |
class |
CoreCommandButtonThe commandButton control creates a button representation of a UIXCommand. |
class |
CoreCommandLink<html:p> The commandLink control creates a link representation of a UIXCommand. |
class |
CoreCommandNavigationItem<html:p> The commandNavigationItem control creates a navigation item representation of a UIXCommand. |
class |
CoreGoButtonThe goButton creates a push button that navigates directly to another location instead of delivering an action. |
class |
CoreGoLink<html:p> The goLink component wraps its children inside of an HTML link. |
class |
CoreNavigationPane<html:p> The navigationPane component creates a series of navigation items representing one level in a navigation hierarchy. |
class |
CoreNavigationTree<html:p> The navigationTree is used to display navigation data that is structured in a hierarchical format. |
class |
CorePageThe 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 |
CoreProcessChoiceBarProcessChoiceBar is a UIXProcess component that renders a previous button, a choice bar, and a next button. |
class |
CoreSingleStepButtonBarSingleStepButtonBar renders a Previous button, text indicating the current step and the maximum steps, and a Next button. |
class |
CoreTrainTrain is a UIXProcess component that renders a train. |
| Uses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.output |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component.core.output | |
|---|---|
class |
CoreIcon<html:p> The icon component renders a skin specific icon. |
class |
CoreImage<html:p> The image control creates an image tag. |
class |
CoreLegend<html:p> The legend adds a legend describing the meaning of an icon. |
class |
CoreMedia<html:p> The media component displays media content, such as audio, video, or image in a player embedded in the user agent. |
class |
CoreMessage<html:p> Component that displays a message on behalf of a component. |
class |
CoreMessagesThe messages bean is used at the top of an application page to give the user important messaging information. |
class |
CoreOutputDocumentThe outputText component supports styled text. |
class |
CoreOutputFormatted<html:p> The outputFormatted bean accepts a string in its "value" attribute containing a very limited set of HTML markup and outputs formatted results. |
class |
CoreOutputLabel |
class |
CoreOutputTextThe outputText component supports styled text. |
class |
CoreProgressIndicator<html:p> The progress is tracked from the org.apache.myfaces.trinidad.model.BoundedRangeModel attached to this component through its 'value' attribute. |
class |
CoreSeparator<html:p> The separator creates a horizontal separator. |
class |
CoreSpacerspacer occupies a fixed amount of space in a layout, specified by its width and height attributes. |
class |
CoreStatusIndicator<html:p> The The statusIndicator component shows whether the page is busy processing or is ready. |
| Uses of UIXComponentBase in org.apache.myfaces.trinidad.component.html |
|---|
| Subclasses of UIXComponentBase in org.apache.myfaces.trinidad.component.html | |
|---|---|
class |
HtmlBody<html:p> Tag for the HTML body element. |
class |
HtmlCellFormatCellFormat components are used to format cells in a rowLayout. |
class |
HtmlFrameThe frame is used to specify attributes needed by an HTML frame. |
class |
HtmlFrameBorderLayoutframeBorderLayout is a layout bean which can be used to place seven frames at left, right, top, bottom, innerLeft, innerRight and center positions. |
class |
HtmlHead<html:p> Tag for the HTML head element, including the document's title and any style sheets needed by th current look-and-feel. |
class |
HtmlHtml<html:p> The html tag generates the <html> element for an HTML page. |
class |
HtmlMeta<html:p> The meta component supports generating an html meta tag for things like reloading the page or configuring viewport characteristics like these: <html:ul> <html:li><html:pre><meta name="viewport" content="width=device-width, user-scalable=no"></html:pre></html:li> <html:li><html:pre><meta name="apple_mobile_web_app_capable" content="yes"></html:pre></html:li> <html:li><html:pre><meta http-equiv="refresh" content="2;url=./test/index.jspx"></html:pre></html:li> </html:ul> It is also important to note that a meta HTML tag cannot have an ID so the component ID will not be seen in the browser source. |
class |
HtmlRowLayoutRowLayout components can be used on their own, or to define a row of a tableLayout. |
class |
HtmlScript<html:p> The script component supports both the importing of libraries and inline scripts. |
class |
HtmlTableLayoutA TableLayout is a thin wrapper around the HTML <table> element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.