Return-Path: X-Original-To: apmail-myfaces-commits-archive@www.apache.org Delivered-To: apmail-myfaces-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D766C10AD8 for ; Tue, 25 Mar 2014 23:26:43 +0000 (UTC) Received: (qmail 64658 invoked by uid 500); 25 Mar 2014 23:26:19 -0000 Delivered-To: apmail-myfaces-commits-archive@myfaces.apache.org Received: (qmail 64468 invoked by uid 500); 25 Mar 2014 23:26:11 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 64453 invoked by uid 99); 25 Mar 2014 23:26:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 23:26:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Mar 2014 23:25:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CAD0523889EA; Tue, 25 Mar 2014 23:25:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1581596 [5/10] - in /myfaces/site/publish/tobago/doc/1.0.41/tld: ./ META-INF/ tc/ tx/ Date: Tue, 25 Mar 2014 23:25:19 -0000 To: commits@myfaces.apache.org From: lofwyr@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140325232523.CAD0523889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/panel.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/panel.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/panel.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/panel.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,139 @@ + + + +panel + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag 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:

reload
Contains an instance of UIReload
layout
Contains an instance of UILayout

+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.PanelTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
Type: java.lang.Boolean
Default: true
widthfalsetruejava.lang.String

**** @deprecated. Will be removed in a future version ****

The width for this component.
Type: java.lang.String
heightfalsetruejava.lang.String

**** @deprecated. Will be removed in a future version ****

The height for this component.
Type: java.lang.String
tipfalsetruejava.lang.StringText value to display as tooltip.
Type: java.lang.String
markupfalsetruejava.lang.StringIndicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.
Type: java.lang.String
Default: none
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popup.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popup.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popup.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popup.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,142 @@ + + + +popup + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag popup

+
Renders a popup panel.

UIComponentClass: org.apache.myfaces.tobago.component.UIPopup

RendererType: Popup


+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.PopupTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
Type: java.lang.Boolean
Default: true
widthfalsetruejava.lang.StringThe width for this component. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values.
Type: java.lang.String
heightfalsetruejava.lang.StringThe height for this component.
Type: java.lang.String
leftfalsetruejava.lang.String
Type: java.lang.String
modalfalsetruejava.lang.String
Type: java.lang.Boolean
Default: true
topfalsetruejava.lang.String
Type: java.lang.String
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popupReference.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popupReference.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popupReference.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/popupReference.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,121 @@ + + + +popupReference + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag popupReference

+
Register an PopupActionListener instance on the UIComponent associated with the closest parent UIComponent.
+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.PopupReferenceTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone
+
+

+ + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
forfalsetruejava.lang.StringThe id of a Popup.
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/progress.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/progress.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/progress.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/progress.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,136 @@ + + + +progress + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag progress

+
Renders a progressbar.

UIComponentClass: org.apache.myfaces.tobago.component.UIProgress

RendererType: Progress

Supported facets:

complete
Contains an instance of UICommand (tc:command). The action is invoked if the full progress has reached

+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.ProgressTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
Type: java.lang.Boolean
Default: true
tipfalsetruejava.lang.StringText value to display as tooltip.
Type: java.lang.String
markupfalsetruejava.lang.StringIndicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.
Type: java.lang.String
Default: none
valuefalsetruejava.lang.StringThe current value of this component.
Type: javax.swing.BoundedRangeModel
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/reload.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/reload.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/reload.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/reload.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,136 @@ + + + +reload + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag reload

+
Update the parent component

UIComponentClass: org.apache.myfaces.tobago.component.UIReload

RendererType:


+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.ReloadTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
Type: java.lang.Boolean
Default: true
frequencyfalsetruejava.lang.StringTime in milliseconds after which the parent component is automaticaly reloaded.
Type: java.lang.Integer
Default: 5000
immediatefalsetruejava.lang.StringFlag indicating that the update check should be performed immediately (that is, during Apply Request Values phase) rather than waiting until Render Response phase.
Type: java.lang.Boolean
Default: false
updatefalsetruejava.lang.StringIs update required.
Type: java.lang.Boolean
Default: true
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/script.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/script.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/script.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/script.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,133 @@ + + + +script + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag script

+
This tag add client side script to the rendered page.
+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.ScriptTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
filefalsetruejava.lang.StringAbsolute url to script file or script name to lookup in tobago resource path
onexitfalsetruejava.lang.StringA script function which is invoked during onUnload Handler on the client, when the unload is invoked to a non Tobago page. E.g. close-button, back-button, entering new url, etc.
onloadfalsetruejava.lang.StringA script function which is invoked during onLoad Handler on the client.
onsubmitfalsetruejava.lang.StringA script function which is invoked on client just before submitting the action. This should be a single function call. If the result is typeof 'boolean' and false the further processing is canceled and the page is not submitted.
onunloadfalsetruejava.lang.StringA script function which is invoked during onUnload Handler on the client, if the action is a normal submit inside of Tobago.
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectBooleanCheckbox.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectBooleanCheckbox.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectBooleanCheckbox.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectBooleanCheckbox.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,166 @@ + + + +selectBooleanCheckbox + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag selectBooleanCheckbox

+
Renders a checkbox.

UIComponentClass: org.apache.myfaces.tobago.component.UISelectBoolean

RendererType: SelectBooleanCheckbox

Supported facets:

click
This facet can contain a UICommand that is invoked in case of a click event from the component
change
This facet can contain a UICommand that is invoked in case of a change event from the component

+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.SelectBooleanCheckboxTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
validatorfalsetruejava.lang.StringA method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value.
Type: javax.faces.el.MethodBinding
onchangefalsetruejava.lang.StringClientside script function to add to this component's onchange handler.
Type: java.lang.String
valueChangeListenerfalsetruejava.lang.StringMethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.
Type: javax.faces.el.MethodBinding
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
Type: java.lang.Boolean
Default: true
labelfalsetruejava.lang.StringText value to display as label. If text contains an underscore the next character is used as accesskey.
Type: java.lang.String
accessKeyfalsetruejava.lang.String

**** @deprecated. Will be removed in a future version ****

Deprecated! Has not longer any function. See label attribute.
Type: [java.lang.String, java.lang.Character]
labelWithAccessKeyfalsetruejava.lang.String

**** @deprecated. Will be removed in a future version ****

Deprecated! Use 'label' instead. Text value to display as label. If text contains an underscore the next character overwrites 'accesskey'.
Type: java.lang.String
valuefalsetruejava.lang.StringThe current value of this component.
Type: java.lang.Boolean
disabledfalsetruejava.lang.StringFlag indicating that this element is disabled.
Type: java.lang.Boolean
inlinefalsetruejava.lang.StringFlag indicating this component should rendered as an inline element.
Type: java.lang.Boolean
tipfalsetruejava.lang.StringText value to display as tooltip.
Type: java.lang.String
readonlyfalsetruejava.lang.StringFlag indicating that this component will prohibit changes by the user.
Type: java.lang.Boolean
markupfalsetruejava.lang.StringIndicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.
Type: java.lang.String
Default: none
tabIndexfalsetruejava.lang.StringControls the navigation of the focus through the input controls on a page with the Tab-Key. The navigation starts from the element with the lowest tabIndex value to the element with the highest value. Elements that have identical tabIndex values should be navigated in the order they appear in the character stream Elements that are disabled or with a negative tabIndex do not participate in the tabbing order.
Type: java.lang.String
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItem.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItem.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItem.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItem.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,145 @@ + + + +selectItem + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag 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:


+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.SelectItemTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
markupfalsetruejava.lang.StringIndicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.
Type: java.lang.String
Default: none
itemDescriptionfalsetruejava.lang.StringFlag indicating whether the option created by this component is disabled.
Type: java.lang.Boolean
Default: false
itemDisabledfalsetruejava.lang.StringFlag indicating whether the option created by this component is disabled.
Type: java.lang.Boolean
Default: false
itemImagefalsetruejava.lang.StringImage to be displayed to the user for this option.
Type: java.lang.String
itemLabelfalsetruejava.lang.StringLabel to be displayed to the user for this option.
Type: java.lang.String
itemValuefalsetruejava.lang.StringValue to be returned to the server if this option is selected by the user.
Type: java.lang.String
valuefalsetruejava.lang.StringValue binding expression pointing at a SelectItem instance containing the information for this option.
Type: javax.faces.model.SelectItem
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItems.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItems.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItems.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectItems.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,127 @@ + + + +selectItems + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag selectItems

+
Add a child UISelectItems component to the UIComponent associated with the closed parent UIComponent custom action.

UIComponentClass: javax.faces.component.UISelectItems

RendererType:


+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.SelectItemsTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone
+
+

+ + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
valuefalsetruejava.lang.StringValue binding expression pointing at a List or array of SelectItem instances containing the information for this option.
Type: java.lang.String
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + + Added: myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectManyCheckbox.html URL: http://svn.apache.org/viewvc/myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectManyCheckbox.html?rev=1581596&view=auto ============================================================================== --- myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectManyCheckbox.html (added) +++ myfaces/site/publish/tobago/doc/1.0.41/tld/tc/selectManyCheckbox.html Tue Mar 25 23:25:17 2014 @@ -0,0 +1,166 @@ + + + +selectManyCheckbox + (Tobago Core Tag library documentation) + + + + + + + + + + + + + + +
+
+

+Tobago Components 1.0.x +
+ Tag selectManyCheckbox

+
Render a group of checkboxes.

UIComponentClass: org.apache.myfaces.tobago.component.UISelectMany

RendererType: SelectManyCheckbox


+

+
+ + + + + + + + + + + + + + + + +
Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.component.SelectManyCheckboxTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone
+
+

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attributes
NameRequiredRequest-timeTypeDescription
validatorfalsetruejava.lang.StringA method binding EL expression, accepting FacesContext, UIComponent, and Object parameters, and returning void, that validates the component's local value.
Type: javax.faces.el.MethodBinding
onchangefalsetruejava.lang.StringClientside script function to add to this component's onchange handler.
Type: java.lang.String
valuefalsetruejava.lang.StringThe current value of this component.
Type: java.lang.Object
valueChangeListenerfalsetruejava.lang.StringMethodBinding representing a value change listener method that will be notified when a new value has been set for this input component. The expression must evaluate to a public method that takes a ValueChangeEvent parameter, with a return type of void.
Type: javax.faces.el.MethodBinding
tabIndexfalsetruejava.lang.StringControls the navigation of the focus through the input controls on a page with the Tab-Key. The navigation starts from the element with the lowest tabIndex value to the element with the highest value. Elements that have identical tabIndex values should be navigated in the order they appear in the character stream Elements that are disabled or with a negative tabIndex do not participate in the tabbing order.
Type: java.lang.String
focusfalsetruejava.lang.StringFlag indicating this component should recieve the focus.
Type: java.lang.Boolean
markupfalsetruejava.lang.StringIndicate markup of this component. Possible value is 'none'. But this can be overridden in the theme.
Type: java.lang.String
Default: none
disabledfalsetruejava.lang.StringFlag indicating that this element is disabled.
Type: java.lang.Boolean
idfalsetruejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
Type: java.lang.String
inlinefalsetruejava.lang.StringFlag indicating this component should rendered as an inline element.
Type: java.lang.Boolean
renderRangefalsetruejava.lang.StringRange of items to render.
Type: java.lang.String
renderedfalsetruejava.lang.StringFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
Type: java.lang.Boolean
Default: true
requiredfalsetruejava.lang.StringFlag indicating that a value is required. If the value is an empty string a ValidationError occurs and a Error Message is rendered.
Type: java.lang.Boolean
bindingfalsetruejava.lang.StringThe value binding expression linking this component to a property in a backing bean.

Warning: For the tobago extension library tx the binding differs from JSP and Facelets:

  • JSP: The component is the inner main control (e. g. UIInput).
  • Facelets: The component is the outer UIPanel.
readonlyfalsetruejava.lang.StringFlag indicating that this component will prohibit changes by the user.
Type: java.lang.Boolean
converterfalsetruejava.lang.StringAn expression that specifies the Converter for this component. If the value binding expression is a String, the String is used as an ID to look up a Converter. If the value binding expression is a Converter, uses that instance as the converter. The value can either be a static value (ID case only) or an EL expression.
Type: java.lang.String
+
+

+ + + + + +
Variables
No Variables Defined.
+
+

+ + + + + + + + +
+
+ + Output Generated by + Tag Library Documentation Generator. + Java, JSP, and JavaServer Pages are trademarks or + registered trademarks of Sun Microsystems, Inc. in the US and other + countries. Copyright 2002-4 Sun Microsystems, Inc. + 4150 Network Circle + Santa Clara, CA 95054, U.S.A. + All Rights Reserved. + + +