All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.datalite.zk.components.check.DLCheckboxAN Maven / Gradle / Ivy

package cz.datalite.zk.components.check;

/**
 * Checkbox for CHAR values A represents Yes, N represents No.
 *
 * @author Jiri Bubnik
 */
public class DLCheckboxAN extends DLCheckbox
{
    public DLCheckboxAN() {
        super("A", "N");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy