ICEfaces EE Composite Components
Tag triStateCheckbox


Tri State Checkbox Composite Component.

Features

How To Use

  1. Create an instance of the SelectPartialCheckbox class in your managed bean
  2. Add the <ice-cc:triStateCheckboxcss/> tag to your page. Nest <ice-cc:css/> in your page <head> tag.
  3. Bind the bean attribute on the tag to your managed bean property (eg. bean="#{myBean.checkbox})

Example:
<ice-cc:triStateCheckbox id="uniqueId" bean="#{bean}"/>


Tag Information
Tag Classjavax.faces.webapp.FacetTag
TagExtraInfo ClassNone
Body Contenttagdependent
Display NameTri State Checkbox

Attributes
NameRequiredRequest-timeTypeDescription
idtruefalsejava.lang.StringA unique id for the component.
beantruefalsecom.icesoft.faces.facelets.component.tristatecheckbox.TriStateCheckboxThe bean attribute must resolve to an instance of the TriStateCheckbox class.
disabledfalsefalsejava.lang.BooleanFlag indicating that this component must never receive focus or be included in a subsequent submit.
styleContainerfalsefalsejava.lang.StringPassed through to style attribute on container
styleButtonfalsefalsejava.lang.StringPassed through to style attribute on ice:commandButton
altfalsefalsejava.lang.StringAlternate textual description of the element rendered by this component.
titlefalsefalsejava.lang.StringPassed through to underlying component
effectfalsefalsecom.icesoft.faces.context.effects.EffectThe Javascript Effect

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.