Example usage for org.springframework.web.servlet.tags.form AbstractSingleCheckedElementTag subclass-usage

List of usage examples for org.springframework.web.servlet.tags.form AbstractSingleCheckedElementTag subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.tags.form AbstractSingleCheckedElementTag subclass-usage.

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 {