Attributes |
Name | Required | Request-time | Type | Description |
cssClass | false | true | java.lang.String | Sets a CSS class for styling this component. |
data | false | true | java.lang.Object | Takes a set of data and passes it as HTML data attributes. For example, the HashMap<"class-name", foo> would render as the attribute data-class-name = foo; . |
first | false | true | boolean | Sets whether the wrapper should be the first element of the form. The default value is false . |
helpMessage | false | true | java.lang.String | Sets text to display as a help tooltip on mouse over of the component's help icon. |
inlineField | false | true | boolean | Sets whether to make this field inline with the next element. The default value is false . |
inlineLabel | false | true | java.lang.String | Aligns the label's text. Possible values are right and left . |
label | false | true | java.lang.String | Sets the text value for the wrapper's label. |
last | false | true | boolean | Sets whether the wrapper should be the last element of the form. The default value is false . |
name | false | true | java.lang.String | Sets the field wrapper's name. |
required | false | true | boolean | Sets whether to mark the wrapped fields as required. |