Allows placing radio checkboxes by reference, to ve used in conjunction with nxu:selectOneRadio.
Example:<nxu:selectOneRadio id="objectType" value="#{relationActions.objectType}" layout="spread"> <f:selectItem itemLabel="#{messages['label.relation.object.text']}" itemValue="literal" /> <f:selectItem itemLabel="#{messages['label.relation.object.uri']}" itemValue="uri" /> <f:selectItem itemLabel="#{messages['label.relation.object.documentUid']}" itemValue="document" /> </nxu:selectOneRadio> [...] <nxu:radio for="objectType" index="0" id="literal" /> [...] <nxu:radio for="objectType" index="1" id="uri" /> [...] <nxu:radio for="objectType" index="2" id="document" />
Info | Value |
---|---|
Component Type | org.nuxeo.Radio |
Handler Class |
org.nuxeo.ecm.platform.ui.web.tag.handler.GenericHtmlComponentHandler
|
Renderer Type |
org.nuxeo.ecm.platform.ui.web.component.radio.SingleRadioRenderer
|
Description | None |
Name | Required | Type | Description | No Attributes Defined. |
---|
Output generated by Vdldoc View Declaration Language Documentation Generator.