|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.clay.parser.builder.Builder org.apache.shale.clay.parser.builder.SelectOneRadioBuilder
public class SelectOneRadioBuilder
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
.
Field Summary |
---|
Fields inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
messages |
Constructor Summary | |
---|---|
SelectOneRadioBuilder()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, encodeEnd, getBuilder, getBuildNodeBody, getRenderId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectOneRadioBuilder()
Method Detail |
---|
protected String getComponentType(Node node)
Returns a JSF component type of
javax.faces.HtmlSelectOneRadio
.
getComponentType
in class Builder
node
- markup
protected String getJsfid(Node node)
Returns a jsfid
that will populate the target
ElementBean
.
getJsfid
in class Builder
node
- markup
public boolean isChildrenAllowed()
Returns true
meaning that the target JSF component can
have children.
isChildrenAllowed
in class Builder
true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |