| |||||||
| FRAMES NO FRAMES | |||||||
<%@ taglib prefix="tc" uri="http://myfaces.apache.org/tobago/component" %>
<anyxmlelement xmlns:tc="http://myfaces.apache.org/tobago/component" />
Tobago Framework Component Tag Library - (C) Copyright 2005-2007 The Apache Software Foundation
| Tag Library Information | |
| Display Name | Tobago Components |
| Version | 1.0 |
| Short Name | tc |
| URI | http://myfaces.apache.org/tobago/component |
| Tag Summary | |
| forEach | **** Deprecated. Will be removed in a future version **** Replacement for the JSTL |
| tabChangeListener | Register an TabChangedListener instance on the UIComponent associated with the closest parent UIComponent custom action. |
| validateSubmittedValueLength | Register an SubmittedValueLengthValidator instance on the UIComponent associated with the closest parent UIComponent custom action. |
| loadBundle | Load a resource bundle localized for the Locale of the current view from the tobago resource path, and expose it (as a Map) in the request attributes of the current request. |
| include | **** Deprecated. Will be removed in a future version **** |
| attribute | Add an attribute on the UIComponent associated with the closest parent UIComponent custom action. |
| style | Add a style tag. Collected bodyContent is rendered as content into a style tag. |
| script | This tag add client side script to the rendered page. |
| popupReference | Register an PopupActionListener instance on the UIComponent associated with the closest parent UIComponent. |
| converter | Register an Converter instance on the UIComponent associated with the closest parent UIComponent. |
| validateFileItem | Register an FileItemValidator instance on the UIComponent associated with the closest parent UIComponent custom action. |
| datePicker | Renders a date picker. The component needs a DateFormat Pattern from a converter. The converter should be an instance of DateTimeConverter and return a valid pattern from the method getPattern() UIComponentClass: org.apache.myfaces.tobago.component.UIDatePicker RendererType: DatePicker |
| popup | Renders a popup panel. UIComponentClass: org.apache.myfaces.tobago.component.UIPopup RendererType: Popup |
| selectOneListbox | Render a single selection option listbox. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOne RendererType: SelectOneListbox Supported facets:
|
| box | Renders a panel with border and title. UIComponentClass: org.apache.myfaces.tobago.component.UIBox RendererType: Box Supported facets:
|
| form | UIComponentClass: org.apache.myfaces.tobago.component.UIForm RendererType: Form |
| selectItems | Add a child UISelectItems component to the UIComponent associated with the closed parent UIComponent custom action. UIComponentClass: javax.faces.component.UISelectItems RendererType: |
| messages | Renders error/validation messages. UIComponentClass: javax.faces.component.UIMessages RendererType: Messages |
| textarea | Renders a multiline text input control. UIComponentClass: org.apache.myfaces.tobago.component.UIInput RendererType: TextArea |
| toolBarCommand | Renders a command button within a toolbar. UIComponentClass: org.apache.myfaces.tobago.component.UICommand RendererType: Button |
| tree | **** Deprecated. Will be removed in a future version **** Renders a tree view. UIComponentClass: org.apache.myfaces.tobago.component.UITreeOld RendererType: TreeOld |
| date | Renders a date input field. UIComponentClass: org.apache.myfaces.tobago.component.UIDateInput RendererType: Date |
| menuRadio | Renders a submenu with select one items (like a radio button). UIComponentClass: org.apache.myfaces.tobago.component.UISelectOneCommand RendererType: MenuCommand |
| reload | Update the parent component UIComponentClass: org.apache.myfaces.tobago.component.UIReload RendererType: |
| toolBar | Renders a toolbar. Allowed subcomponents are subtypes of UICommand i.e. To add an dropdown menu to a button add a facet <tc:button onclick="alert('test 0')" label="Alert 0" > <f:facet name="menupopup"> <tc:menu> <tc:menuItem onclick="alert('test 1')" label="Alert 1"/> <tc:menuItem onclick="alert('test 2')" label="Alert 2"/> <tc:menuItem onclick="alert('test 3')" label="Alert 3"/> </tc:menu> </f:facet> </tc:button> UIComponentClass: org.apache.myfaces.tobago.component.UIToolBar RendererType: ToolBar |
| cell | Renders a layout cell. A panel with ability to span over more than one layout cells. UIComponentClass: org.apache.myfaces.tobago.component.UICell RendererType: Panel |
| treeListbox | **** Preliminary. Maybe subject to changed in a future version: Implement a var attribute for the tree like in the sheet (http://issues.apache.org/jira/browse/TOBAGO-18) **** Renders a listbox view of a tree. UIComponentClass: org.apache.myfaces.tobago.component.UITreeListbox RendererType: TreeListbox |
| toolBarSelectOne | Renders a set of radio command button's within a toolbar. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOneCommand RendererType: MenuCommand |
| menuSeparator | Renders a separator. UIComponentClass: org.apache.myfaces.tobago.component.UIMenuSeparator RendererType: |
| selectItem | Add a child UISelectItem component to the UIComponent associated with the closed parent UIComponent custom action. UIComponentClass: org.apache.myfaces.tobago.component.UISelectItem RendererType: |
| out | Renders a text UIComponentClass: org.apache.myfaces.tobago.component.UIOutput RendererType: Out |
| in | Renders a text input field. UIComponentClass: org.apache.myfaces.tobago.component.UIInput RendererType: In |
| menu | Container component to hold submenus and items. UIComponentClass: org.apache.myfaces.tobago.component.UIMenu RendererType: |
| selectManyListbox | Render a multi selection option listbox. UIComponentClass: org.apache.myfaces.tobago.component.UISelectMany RendererType: SelectManyListbox |
| button | Renders a button element. UIComponentClass: org.apache.myfaces.tobago.component.UIButtonCommand RendererType: Button Supported facets:
|
| selectBooleanCheckbox | Renders a checkbox. UIComponentClass: org.apache.myfaces.tobago.component.UISelectBoolean RendererType: SelectBooleanCheckbox Supported facets:
|
| menuItem | Renders a menu item. UIComponentClass: org.apache.myfaces.tobago.component.UIMenuCommand RendererType: MenuCommand |
| link | Renders a link element. UIComponentClass: org.apache.myfaces.tobago.component.UILinkCommand RendererType: Link Supported facets:
|
| progress | Renders a progressbar. UIComponentClass: org.apache.myfaces.tobago.component.UIProgress RendererType: Progress Supported facets:
|
| selectOneChoice | Render a single selection dropdown list. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOne RendererType: SelectOneChoice Supported facets:
|
| menuCheckbox | Renders a checkable menuitem. UIComponentClass: org.apache.myfaces.tobago.component.UISelectBooleanCommand RendererType: MenuCommand |
| label | Renders a label component. UIComponentClass: org.apache.myfaces.tobago.component.UILabel RendererType: Label |
| command | Use this tag only as a facet for click, change in selectOneRadio, selectBooleanCheckbox, selectManyCheckbox and selectOneChoice UIComponentClass: org.apache.myfaces.tobago.component.UICommand RendererType: Command |
| menuBar | UIComponentClass: javax.faces.component.UIPanel RendererType: MenuBar |
| file | Renders a file input field. You need to define an org.apache.myfaces.tobago.webapp.TobagoMultipartFormdataFilter in your web.xml or add the tobago-fileupload.jar to your project. The tobago-fileupload.jar contains a FacesContextFactory that wraps the multipart-formdata request inside the facesContext. UIComponentClass: org.apache.myfaces.tobago.component.UIFileInput RendererType: File |
| message | Renders error/validation message. UIComponentClass: javax.faces.component.UIMessage RendererType: Message |
| time | Renders a time input field. UIComponentClass: org.apache.myfaces.tobago.component.UITimeInput RendererType: Time |
| toolBarCheck | Renders a selectable command button within a toolbar. UIComponentClass: org.apache.myfaces.tobago.component.UISelectBooleanCommand RendererType: MenuCommand |
| object | UIComponentClass: javax.faces.component.UIOutput RendererType: Object |
| tabGroup | Renders a tabpanel. UIComponentClass: org.apache.myfaces.tobago.component.UITabGroup RendererType: TabGroup |
| selectManyCheckbox | Render a group of checkboxes. UIComponentClass: org.apache.myfaces.tobago.component.UISelectMany RendererType: SelectManyCheckbox |
| panel | Intended for use in situations when only one UIComponent child can be nested, such as in the case of facets. UIComponentClass: org.apache.myfaces.tobago.component.UIPanel RendererType: Panel Supported facets:
|
| tab | Renders a tab within a tabgroup. UIComponentClass: org.apache.myfaces.tobago.component.UITab RendererType: Tab |
| gridLayout | UIComponentClass: org.apache.myfaces.tobago.component.UIGridLayout RendererType: GridLayout |
| image | Renders a Image. UIComponentClass: javax.faces.component.UIGraphic RendererType: Image |
| calendar | Renders a calendar. UIComponentClass: javax.faces.component.UIOutput RendererType: Calendar |
| menucheck | **** Deprecated. Will be removed in a future version **** Renders a checkable menuitem. UIComponentClass: org.apache.myfaces.tobago.component.UISelectBooleanCommand RendererType: MenuCommand |
| hidden | Renders a 'hidden' input element. UIComponentClass: org.apache.myfaces.tobago.component.UIHiddenInput RendererType: Hidden |
| page | TODO description of page tag UIComponentClass: org.apache.myfaces.tobago.component.UIPage RendererType: Page Supported facets:
|
| selectOneRadio | Render a set of radiobuttons. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOne RendererType: SelectOneRadio Supported facets:
|
| column | Renders a UIComponent that represents a single column of data within a parent UIData component. UIComponentClass: org.apache.myfaces.tobago.component.UIColumn RendererType: |
| columnSelector | Renders a column with checkboxes to mark selected row's. UIComponentClass: org.apache.myfaces.tobago.component.UIColumnSelector RendererType: ColumnSelector |
| sheet | Render a sheet element. UIComponentClass: org.apache.myfaces.tobago.component.UIData RendererType: Sheet Supported facets:
|
| selectReference | Renders a set of option related to and same type as the for component. UIComponentClass: javax.faces.component.UIOutput RendererType: SelectReference |
| menuradio | **** Deprecated. Will be removed in a future version **** Renders a submenu with select one items. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOneCommand RendererType: MenuCommand |
| Listeners |
| org.apache.myfaces.tobago.webapp.TobagoServletContextListener |
| |||||||
| FRAMES NO FRAMES | |||||||