public class SelectOneRadioBuilder extends Builder
This Builder
will create a target
ElementBean
for a single
input radio Node
. The mapping between the html and the builder is
handled by the InputBuilderRule
.
Constructor and Description |
---|
SelectOneRadioBuilder() |
Modifier and Type | Method and Description |
---|---|
protected String |
getComponentType(Node node)
Returns a JSF component type of
javax.faces.HtmlSelectOneRadio . |
protected String |
getJsfid(Node node)
Returns a
jsfid that will populate the target
ElementBean . |
boolean |
isChildrenAllowed()
Returns
true meaning that the target JSF component can
have children. |
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, encodeEnd, getBuilder, getBuildNodeBody, getRenderId
protected String getComponentType(Node node)
Returns a JSF component type of
javax.faces.HtmlSelectOneRadio
.
getComponentType
in class Builder
node
- markupprotected String getJsfid(Node node)
Returns a jsfid
that will populate the target
ElementBean
.
public boolean isChildrenAllowed()
Returns true
meaning that the target JSF component can
have children.
isChildrenAllowed
in class Builder
true
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.