layout
Tag checkBoxes


Renders a check box group in both edit and read only modes


Tag Information
Tag Classnet.sf.springlayout.web.layout.taglib.CheckBoxTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
buttonGrouptruetruejava.util.CollectionThe collection of radio buttons to render
pathtruetruejava.lang.Stringthe path to the field according to the Layout definition
htmlEscapefalsetruejava.lang.Stringspecify true to escape html characters into the output
cssClassfalsetruejava.lang.StringEquivalent to "class" - HTML Optional Attribute
cssErrorClassfalsetruejava.lang.StringEquivalent to "class" - HTML Optional Attribute. Used when the bound field has errors.
cssStylefalsetruejava.lang.StringEquivalent to "style" - HTML Optional Attribute
langfalsetruejava.lang.StringHTML Standard Attribute
titlefalsetruejava.lang.StringHTML Standard Attribute
dirfalsetruejava.lang.StringHTML Standard Attribute
tabindexfalsetruejava.lang.StringHTML Standard Attribute
disabledfalsetruejava.lang.StringHTML Optional Attribute. Setting the value of this attribute to 'true' (without the quotes) will disable the HTML element.
onclickfalsetruejava.lang.StringHTML Event Attribute
ondblclickfalsetruejava.lang.StringHTML Event Attribute
onmousedownfalsetruejava.lang.StringHTML Event Attribute
onmouseupfalsetruejava.lang.StringHTML Event Attribute
onmouseoverfalsetruejava.lang.StringHTML Event Attribute
onmousemovefalsetruejava.lang.StringHTML Event Attribute
onmouseoutfalsetruejava.lang.StringHTML Event Attribute
onkeypressfalsetruejava.lang.StringHTML Event Attribute
onkeyupfalsetruejava.lang.StringHTML Event Attribute
onkeydownfalsetruejava.lang.StringHTML Event Attribute
onfocusfalsetruejava.lang.StringHTML Event Attribute
onblurfalsetruejava.lang.StringHTML Event Attribute
onchangefalsetruejava.lang.StringHTML Event Attribute
accesskeyfalsetruejava.lang.StringHTML Standard Attribute
emptyDisplayStringfalsetruejava.lang.StringString to display in read mode when the value is null, can be used to display a hyphen for example "-"
valuetruefalsejava.lang.StringThe specific value property of the JavaBean in the collection of items provided in the buttonGroup, if the items provided is a list of LabelValueBeans this would equal 'value' (default = 'value')
labelfalsefalsejava.lang.StringThe specific label property of the JavaBean in the collection of items provided in the buttonGroup, if the items provided is a list of LabelValueBeans this would equal 'label' (default = 'label')
prefixfalsetruejava.lang.Stringa prefix HTML snippet to apply to each item in the buttonGroup collection
suffixfalsetruejava.lang.Stringa suffix HTML snippet to apply to each item in the buttonGroup collection

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.