Tobago Extensions
Tag menuCheckbox


Renders a checkable menuitem.



Tag Information
Tag Classorg.apache.myfaces.tobago.taglib.extension.MenuCheckboxExtensionTag
TagExtraInfo Classorg.apache.myfaces.tobago.taglib.component.CommandTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
actionfalsetruejava.lang.String

Action to invoke when clicked. This must be a MethodBinding or a String representing the application action to invoke when this component is activated by the user. The MethodBinding must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application. The String is directly passed to the Navigationhandler.

actionListenerfalsetruejava.lang.String

MethodBinding representing an action listener method that will be notified when this component is activated by the user. The expression must evaluate to a public method that takes an ActionEvent parameter, with a return type of void.

immediatefalsetruejava.lang.String

Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.

onclickfalsetruejava.lang.String

Script to be invoked when clicked

linkfalsetruejava.lang.String

Link to an arbitrary URL

idfalsetruejava.lang.String

The component identifier for this component. This value must be unique within the closest parent component that is a naming container.

bindingfalsetruejava.lang.String

The value binding expression linking this component to a property in a backing bean.

renderedfalsetruejava.lang.String

Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.

disabledfalsetruejava.lang.String

Flag indicating that this element is disabled.

valuefalsetruejava.lang.String

The current value of this component.

labelfalsetruejava.lang.String

Text value to display as label. If text contains an underscore the next character is used as accesskey.


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.