sv:gradeField
This node type is always a child node to a form node (sv:form). It has zero or more child nodes of type sv:subQuery.
The node is defined as a "Gradefield" element ("question") in a form portlet.
Name | Type and description |
---|---|
<grade-field-name> | Dynamic / Model dependent |
Description |
Name | Type and description |
---|---|
customErrorMessage | javax.jcr.PropertyType.STRING |
An error message that is associated with the field. | |
description | javax.jcr.PropertyType.STRING |
The description of the field. | |
displayName | javax.jcr.PropertyType.STRING |
An aggregated name fo the field (including the name of the node). | |
id | javax.jcr.PropertyType.STRING |
Unique identifier that is used as the name attribute in the input tag when rendering this field. | |
mandatory | javax.jcr.PropertyType.BOOLEAN |
Field is mandatory. | |
name | javax.jcr.PropertyType.STRING |
A name associated with the field. | |
question | javax.jcr.PropertyType.STRING |
A question associated with the field. |