List of usage examples for org.springframework.web.servlet.tags.form AbstractSingleCheckedElementTag subclass-usage
From source file org.hdiv.web.servlet.tags.form.CheckboxTagHDIV.java
/**
* Databinding-aware JSP tag for rendering an HTML '<code>input</code>'
* element with a '<code>type</code>' of '<code>checkbox</code>'.
*
* <p>May be used in one of three different approaches depending on the
* type of the {@link #getValue bound value}.
From source file com.benfante.taglib.frontend.tags.CheckboxTag.java
/** * * @author Lucio Benfante <lucio@benfante.com> */ public class CheckboxTag extends AbstractSingleCheckedElementTag {