<anyxmlelement xmlns:tc="http://myfaces.apache.org/tobago/component"/>
Info | Value |
---|---|
ID (tag prefix) | tc |
URI | http://myfaces.apache.org/tobago/component |
Tag | Description | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
attribute | Add an attribute on the UIComponent associated with the closest parent UIComponent custom action. | ||||||||||||||||||||||||||||
badge | Renders a badge element. UIComponentClass: org.apache.myfaces.tobago.component.UIBadge RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
bar | Defines a container for navigation elements, branding, ... UIComponentClass: org.apache.myfaces.tobago.component.UIBar RendererType:
Supported facets:
Supported markups:
|
||||||||||||||||||||||||||||
box | Renders a panel with border and title. UIComponentClass: org.apache.myfaces.tobago.component.UIBox RendererType:
Supported facets:
Supported markups:
|
||||||||||||||||||||||||||||
button | Renders a button element. UIComponentClass: org.apache.myfaces.tobago.component.UIButton RendererType:
Supported facets:
Supported markups:
|
||||||||||||||||||||||||||||
buttons | Renders a group of buttons. UIComponentClass: org.apache.myfaces.tobago.component.UIButtons RendererType:
|
||||||||||||||||||||||||||||
columnNode | Creates a tree node inside of a sheet (also known as tree table).
This component represents a single node inside a tree structure. UIComponentClass: org.apache.myfaces.tobago.component.UIColumnNode RendererType:
|
||||||||||||||||||||||||||||
columnSelector | Renders a column with checkboxes to mark selected rows. UIComponentClass: org.apache.myfaces.tobago.component.UIColumnSelector RendererType:
|
||||||||||||||||||||||||||||
column | Renders a UIComponent that represents a single column of data within a
parent UISheet component. UIComponentClass: org.apache.myfaces.tobago.component.UIColumn RendererType:
|
||||||||||||||||||||||||||||
convertDateTime | Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action. | ||||||||||||||||||||||||||||
converter | Register an Converter instance on the UIComponent associated with the closest parent UIComponent. | ||||||||||||||||||||||||||||
dataAttribute | Add an data attribute on the UIComponent associated with the closest parent UIComponent custom action. Data attributes will be passed through the renderers into the DOM of the user agent and can be used by scripts. | ||||||||||||||||||||||||||||
date | Renders a date input field.
For a time input field set you'll need to set the <f:convertDateTime type="time"> inside the <tc:date>. If there is no converter given, a default instance of {@link javax.faces.convert.DateTimeConverter} will be used. UIComponentClass: org.apache.myfaces.tobago.component.UIDate RendererType:
|
||||||||||||||||||||||||||||
event | Add an event behavior to the component.
It can contain f:ajax and tc:operation tags. UIComponentClass: org.apache.myfaces.tobago.component.UIEvent RendererType:
|
||||||||||||||||||||||||||||
figure | Use figure to show e. g. images or videos inside. UIComponentClass: org.apache.myfaces.tobago.component.UIFigure RendererType:
Supported facets:
|
||||||||||||||||||||||||||||
file | Renders a file input field. For content constraints please use tc:validateFileItem. UIComponentClass: org.apache.myfaces.tobago.component.UIFile RendererType:
|
||||||||||||||||||||||||||||
flexLayout | Renders a Flexible Box Layout. UIComponentClass: org.apache.myfaces.tobago.component.UIFlexLayout RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
flowLayout | Renders a FlowLayout that positions the content components in there natural order. UIComponentClass: org.apache.myfaces.tobago.component.UIFlowLayout RendererType:
|
||||||||||||||||||||||||||||
footer | Defines a footer of its parent (like page, box, ...) UIComponentClass: org.apache.myfaces.tobago.component.UIFooter RendererType:
|
||||||||||||||||||||||||||||
form | If an action is preformed, everything within the next parent form belongs to the submit-area.
An action could be a button which is pressed.
tc:page is a form.
Everything in the submit-area is written into the model, even other forms. UIComponentClass: org.apache.myfaces.tobago.component.UIForm RendererType:
|
||||||||||||||||||||||||||||
gridLayoutConstraint | Set grid layout specific contraints to the parent component. | ||||||||||||||||||||||||||||
gridLayout | **** Preliminary. Maybe subject to changed in a future version **** WARNING: This component is preliminary and may be changed without a major release. Renders a GridLayout.columns/rows ::= LAYOUT LAYOUT ::= TOKEN [";" TOKEN]+ TOKEN ::= AUTO | PIXEL | PROPORTIONAL AUTO ::= "auto" | "fixed" PIXEL ::= NUMBER "px" PROPORTIONAL ::= [NUMBER] "*"
UIComponentClass: org.apache.myfaces.tobago.component.UIGridLayout RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
header | Defines a header of its parent (like page, box, ...) UIComponentClass: org.apache.myfaces.tobago.component.UIHeader RendererType:
|
||||||||||||||||||||||||||||
hidden | Renders a hidden input element. UIComponentClass: org.apache.myfaces.tobago.component.UIHidden RendererType:
|
||||||||||||||||||||||||||||
image | Renders an image. UIComponentClass: org.apache.myfaces.tobago.component.UIImage RendererType:
|
||||||||||||||||||||||||||||
in | Renders a text input field. UIComponentClass: org.apache.myfaces.tobago.component.UIIn RendererType:
Supported facets:
Supported markups:
|
||||||||||||||||||||||||||||
label | Renders a label component. UIComponentClass: org.apache.myfaces.tobago.component.UILabel RendererType:
|
||||||||||||||||||||||||||||
link | Renders a link element, i. e. an anchor <a> tag.
For a <link> tag, please use <tc:metaLink> tag. UIComponentClass: org.apache.myfaces.tobago.component.UILink RendererType:
Supported facets:
|
||||||||||||||||||||||||||||
links | Defines a navigation element, which contains a menu-like structure UIComponentClass: org.apache.myfaces.tobago.component.UILinks RendererType:
|
||||||||||||||||||||||||||||
messages | Renders error/validation messages. UIComponentClass: org.apache.myfaces.tobago.component.UIMessages RendererType:
|
||||||||||||||||||||||||||||
metaLink | This tag renders a link tag in the header of the HTML output. UIComponentClass: org.apache.myfaces.tobago.component.UIMetaLink RendererType:
|
||||||||||||||||||||||||||||
meta | This tag a meta tag in the header of the HTML output.
It's not possible to add more than one tag with the same
UIComponentClass: org.apache.myfaces.tobago.component.UIMeta RendererType:
|
||||||||||||||||||||||||||||
object | Show external content inside of an application.
This will typically renders an iframe tag. UIComponentClass: org.apache.myfaces.tobago.component.UIObject RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
operation | **** Preliminary. Maybe subject to changed in a future version **** An operation describes an Tobago command, which will usually executed on client side. ********************* <br/> WARNING <br/> ********************* <br/> This feature is preliminary and may be subject of change in later versions! <br/>UIComponentClass: org.apache.myfaces.tobago.component.UIOperation RendererType:
|
||||||||||||||||||||||||||||
out | Renders a text UIComponentClass: org.apache.myfaces.tobago.component.UIOut RendererType:
|
||||||||||||||||||||||||||||
page | Renders a page element. The markup {@link org.apache.myfaces.tobago.context.Markup#SPREAD} means the page should spread over the hole available area. So the content will use the full height of the browser window. Warning: This feature is preliminary and may change, if necessary, in minor releases! UIComponentClass: org.apache.myfaces.tobago.component.UIPage RendererType:
Supported facets:
Supported markups:
|
||||||||||||||||||||||||||||
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:
Supported facets:
Supported markups:
|
||||||||||||||||||||||||||||
popup | Renders a popup panel. UIComponentClass: org.apache.myfaces.tobago.component.UIPopup RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
progress | Renders a progress bar. UIComponentClass: org.apache.myfaces.tobago.component.UIProgress RendererType:
|
||||||||||||||||||||||||||||
reload | **** Preliminary. Maybe subject to changed in a future version **** Update the parent component ********************* <br/> WARNING <br/> ********************* <br/> This feature is preliminary and may be subject of change in later versions! <br/>UIComponentClass: org.apache.myfaces.tobago.component.UIReload RendererType: |
||||||||||||||||||||||||||||
resetInputActionListener | A ResetInputActionListener is a declarative way to allow an action source to reset all EditableValueHolder of a page or in a sub-form or part of the component tree. | ||||||||||||||||||||||||||||
row | This component creates a representative in a UISheet for each row.
The tag must be a subtag of <tc:sheet> UIComponentClass: org.apache.myfaces.tobago.component.UIRow RendererType:
|
||||||||||||||||||||||||||||
script | This tag adds script files to include into the rendered page.
Some features are deprecated (because of CSP): This tag adds client side script to the rendered page. UIComponentClass: org.apache.myfaces.tobago.component.UIScript RendererType:
|
||||||||||||||||||||||||||||
section | Renders a section or subsection. UIComponentClass: org.apache.myfaces.tobago.component.UISection RendererType:
Supported facets:
|
||||||||||||||||||||||||||||
segmentLayoutConstraint | Set a offset for the parent UIComponent withing a segment layout. | ||||||||||||||||||||||||||||
segmentLayout | Renders a layout using a 12 columns grid.
Find more information on how the grid works in the Twitter Bootstrap documentation.
If no attribute is defined, extraSmall="12seg" will be used as default. UIComponentClass: org.apache.myfaces.tobago.component.UISegmentLayout RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
selectBooleanCheckbox | Renders a checkbox. UIComponentClass: org.apache.myfaces.tobago.component.UISelectBooleanCheckbox RendererType:
|
||||||||||||||||||||||||||||
selectBooleanToggle | Renders a checkbox as toggle. UIComponentClass: org.apache.myfaces.tobago.component.UISelectBooleanToggle 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: |
||||||||||||||||||||||||||||
selectItems | Add a child UISelectItems component to the UIComponent
associated with the closed parent UIComponent custom
action. UIComponentClass: org.apache.myfaces.tobago.component.UISelectItems RendererType: |
||||||||||||||||||||||||||||
selectManyCheckbox | Render a group of checkboxes. UIComponentClass: org.apache.myfaces.tobago.component.UISelectManyCheckbox RendererType:
|
||||||||||||||||||||||||||||
selectManyListbox | Render a multi selection option listbox. UIComponentClass: org.apache.myfaces.tobago.component.UISelectManyListbox RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
selectManyShuttle | UIComponentClass: org.apache.myfaces.tobago.component.UISelectManyShuttle RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
selectOneChoice | Render a single selection dropdown list. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOneChoice RendererType:
|
||||||||||||||||||||||||||||
selectOneListbox | Render a single selection option listbox. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOneListbox RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
selectOneRadio | Render a set of radio buttons. UIComponentClass: org.apache.myfaces.tobago.component.UISelectOneRadio RendererType:
|
||||||||||||||||||||||||||||
selectReference | Renders a set of option related to and same type as the for
component. UIComponentClass: org.apache.myfaces.tobago.component.UISelectReference RendererType:
|
||||||||||||||||||||||||||||
separator | Renders a separator. UIComponentClass: org.apache.myfaces.tobago.component.UISeparator RendererType:
Supported facets:
|
||||||||||||||||||||||||||||
sheet | Render a sheet element. UIComponentClass: org.apache.myfaces.tobago.component.UISheet RendererType:
Supported facets:
Supported markups:
|
||||||||||||||||||||||||||||
span | **** @deprecated. Will be removed in a future version **** Since Tobago 4.0.0. Please use <tc:gridLayoutConstraint> from { Add a column span or row span to the parent UIComponent, useful for a grid layout. |
||||||||||||||||||||||||||||
splitLayout | **** Preliminary. Maybe subject to changed in a future version **** WARNING: This component is preliminary and may be changed without a major release. Renders a SplitLayout. A area with two child components rendered horizontally or vertically and allows to change the layout relation of this two components on the client.UIComponentClass: org.apache.myfaces.tobago.component.UISplitLayout RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
stars | Renders a star rating component. UIComponentClass: org.apache.myfaces.tobago.component.UIStars RendererType:
|
||||||||||||||||||||||||||||
style | Add a style tag with the given file name to the header (using file attribute) or add some CSS styles to the parent component. UIComponentClass: org.apache.myfaces.tobago.component.UIStyle RendererType:
|
||||||||||||||||||||||||||||
suggest | Renders a list of suggested texts for a given input field.
Basic features:
UIComponentClass: org.apache.myfaces.tobago.component.UISuggest RendererType:
|
||||||||||||||||||||||||||||
tabChangeListener | Register an TabChangedListener instance on the UIComponent associated with the closest parent UIComponent custom action. | ||||||||||||||||||||||||||||
tabGroup | Renders a tab group which contains tab panels. UIComponentClass: org.apache.myfaces.tobago.component.UITabGroup RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
tab | Renders a tab within a tab group. UIComponentClass: org.apache.myfaces.tobago.component.UITab RendererType:
Supported facets:
|
||||||||||||||||||||||||||||
textarea | Renders a multi line text input control. UIComponentClass: org.apache.myfaces.tobago.component.UITextarea RendererType:
Supported markups:
|
||||||||||||||||||||||||||||
treeCommand | **** @deprecated. Will be removed in a future version **** since 4.0.0, please use tc:link Renders a command inside of a tree.UIComponentClass: org.apache.myfaces.tobago.component.UITreeCommand RendererType:
Supported facets:
|
||||||||||||||||||||||||||||
treeIcon | Renders an image beside a tree node. UIComponentClass: org.apache.myfaces.tobago.component.UITreeIcon RendererType:
|
||||||||||||||||||||||||||||
treeIndent | Renders an indent beside a tree node. UIComponentClass: org.apache.myfaces.tobago.component.UITreeIndent RendererType:
|
||||||||||||||||||||||||||||
treeLabel | Renders a label inside of a tree. UIComponentClass: org.apache.myfaces.tobago.component.UITreeLabel RendererType:
|
||||||||||||||||||||||||||||
treeListbox | A tree data structure displayed as a set of list boxes. UIComponentClass: org.apache.myfaces.tobago.component.UITreeListbox RendererType:
|
||||||||||||||||||||||||||||
treeMenu | **** @deprecated. Will be removed in a future version **** since 4.2.1. Please use { A tree which will be displayed like a flat menu. This menu is often used for navigation on the left side of an application.UIComponentClass: org.apache.myfaces.tobago.component.UITreeMenu RendererType:
|
||||||||||||||||||||||||||||
treeNode | Creates a tree node. This component represents a single node inside a tree structure. UIComponentClass: org.apache.myfaces.tobago.component.UITreeNode RendererType:
|
||||||||||||||||||||||||||||
treeSelect | Makes a tree node selectable. UIComponentClass: org.apache.myfaces.tobago.component.UITreeSelect RendererType:
|
||||||||||||||||||||||||||||
tree | A tree with classical look.
Usually used with icons and junction lines to open folder, etc. UIComponentClass: org.apache.myfaces.tobago.component.UITree RendererType:
|
||||||||||||||||||||||||||||
validateFileItem | Register an {@link FileItemValidator} instance on the UIComponent associated with the closest parent UIComponent custom action. | ||||||||||||||||||||||||||||
validateSubmittedValueLength | Register an {@link SubmittedValueLengthValidator} instance on the UIComponent associated with the closest parent UIComponent custom action. The standard LengthValidator validate the length on the converted value.toString() not on the submitted value. Sometime you need to check the length of the submitted value. |
Type | Function | Description |
---|---|---|
java.lang.String | format1(java.lang.String, java.lang.Object) | No Description |
java.lang.String | format2(java.lang.String, java.lang.Object, java.lang.Object) | No Description |
java.lang.String | format3(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object) | No Description |
java.lang.String | format4(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) | No Description |
java.lang.String | format5(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) | No Description |
java.lang.String | format6(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) | No Description |
java.lang.String | format7(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) | No Description |
java.lang.String | format8(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) | No Description |
java.lang.String | format9(java.lang.String, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object, java.lang.Object) | No Description |
Output generated by Vdldoc View Declaration Language Documentation Generator.