Attributes |
Name | Required | Request-time | Type | Description |
accesskey | false | true | java.lang.String | HTML Standard Attribute |
cssClass | false | true | java.lang.String | Equivalent to "class" - HTML Optional Attribute |
cssErrorClass | false | true | java.lang.String | Equivalent to "class" - HTML Optional Attribute. Used when the bound field has errors. |
cssStyle | false | true | java.lang.String | Equivalent to "style" - HTML Optional Attribute |
delimiter | false | true | java.lang.String | Delimiter to use between each 'input' tag with type 'radio'. There is no delimiter by default. |
dir | false | true | java.lang.String | HTML Standard Attribute |
disabled | false | true | java.lang.String | HTML Optional Attribute. Setting the value of this attribute to 'true' will disable the HTML element. |
element | false | true | java.lang.String | Specifies the HTML element that is used to enclose each 'input' tag with type 'radio'. Defaults to 'span'. |
htmlEscape | false | true | java.lang.String | Enable/disable HTML escaping of rendered values. |
id | false | true | java.lang.String | HTML Standard Attribute |
itemLabel | false | true | java.lang.String | Value to be displayed as part of the 'input' tags with type 'radio' |
items | false | true | java.lang.String | The Collection, Map or array of objects used to generate the 'input' tags with type 'radio'. This attribute is required unless the property for data binding is an Enum, in which case the enum's values are used. |
itemValue | false | true | java.lang.String | Name of the property mapped to 'value' attribute of the 'input' tags with type 'radio' |
lang | false | true | java.lang.String | HTML Standard Attribute |
onblur | false | true | java.lang.String | HTML Event Attribute |
onchange | false | true | java.lang.String | HTML Event Attribute |
onclick | false | true | java.lang.String | HTML Event Attribute |
ondblclick | false | true | java.lang.String | HTML Event Attribute |
onfocus | false | true | java.lang.String | HTML Event Attribute |
onkeydown | false | true | java.lang.String | HTML Event Attribute |
onkeypress | false | true | java.lang.String | HTML Event Attribute |
onkeyup | false | true | java.lang.String | HTML Event Attribute |
onmousedown | false | true | java.lang.String | HTML Event Attribute |
onmousemove | false | true | java.lang.String | HTML Event Attribute |
onmouseout | false | true | java.lang.String | HTML Event Attribute |
onmouseover | false | true | java.lang.String | HTML Event Attribute |
onmouseup | false | true | java.lang.String | HTML Event Attribute |
path | true | true | java.lang.String | Path to property for data binding |
tabindex | false | true | java.lang.String | HTML Standard Attribute |
title | false | true | java.lang.String | HTML Standard Attribute |