Example usage for org.springframework.beans.propertyeditors CustomBooleanEditor subclass-usage

List of usage examples for org.springframework.beans.propertyeditors CustomBooleanEditor subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.propertyeditors CustomBooleanEditor subclass-usage.

Usage

From source file org.sparkcommerce.openadmin.web.editor.NonNullBooleanEditor.java

/**
 * Property editor for Booleans that will set the boolean to false if it came in as a null
 *
 * @author Andre Azzolini (apazzolini)
 */
public class NonNullBooleanEditor extends CustomBooleanEditor {

From source file org.broadleafcommerce.openadmin.web.editor.NonNullBooleanEditor.java

/**
 * Property editor for Booleans that will set the boolean to false if it came in as a null
 *
 * @author Andre Azzolini (apazzolini)
 */
public class NonNullBooleanEditor extends CustomBooleanEditor {