|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.shale.clay.parser.builder.Builder
org.apache.shale.clay.parser.builder.SelectBooleanCheckboxBuilder
public class SelectBooleanCheckboxBuilder
This Builder
will create a ElementBean
representing a
javax.faces.HtmlSelectBooleanCheckbox
JSF component. The
mapping of the Node
representing a html input element having a
"checkbox" type attribute is handled by the InputBuilderRule
.
Field Summary |
---|
Fields inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
messages |
Constructor Summary | |
---|---|
SelectBooleanCheckboxBuilder()
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentType(Node node)
Returns the JSF component type of javax.faces.HtmlSelectBooleanCheckbox that will create a
checkbox component. |
protected java.lang.String |
getJsfid(Node node)
Returns a jsfid for the ElementBean . |
Methods inherited from class org.apache.shale.clay.parser.builder.Builder |
---|
assignAttributes, assignNode, createAttribute, createElement, encode, encodeBegin, encodeChildren, encodeEnd, getBuilder, getBuildNodeBody, getRenderId, isChildrenAllowed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectBooleanCheckboxBuilder()
Method Detail |
---|
protected java.lang.String getJsfid(Node node)
Returns a jsfid
for the ElementBean
.
getJsfid
in class Builder
node
- markup
protected java.lang.String getComponentType(Node node)
Returns the JSF component type of
javax.faces.HtmlSelectBooleanCheckbox
that will create a
checkbox component.
getComponentType
in class Builder
node
- markup
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |