|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.taursys.xml.render.AbstractRenderer com.taursys.xml.render.VisibleRenderer com.taursys.xml.render.CheckboxFieldRenderer com.taursys.html.render.HTMLCheckboxFieldRenderer
Subcomponent which can render a value from a CheckboxField to an HTML Checkbox. If the CheckboxModel isSelected returns true, then the "checked" attribute is added to the element, otherwise it is removed.
Field Summary |
Fields inherited from class com.taursys.xml.render.AbstractRenderer |
id, parentDocumentAdapter |
Constructor Summary | |
HTMLCheckboxFieldRenderer(CheckboxField field)
Constructs a new HTMLCheckboxFieldRenderer for given field. |
Method Summary | |
void |
render()
Renders the CheckboxField to a HTML Checkbox field. |
Methods inherited from class com.taursys.xml.render.CheckboxFieldRenderer |
renderContents |
Methods inherited from class com.taursys.xml.render.AbstractRenderer |
getComponent, getComponentNode, getDocument, getParentNode, getSiblingNode, init, isRemoved, removeSelf, restoreSelf, setRemoved |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLCheckboxFieldRenderer(CheckboxField field)
Method Detail |
public void render() throws RenderException
render
in class AbstractRenderer
RenderException
- if any problem occurs during rendering
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |