Class NonNullBooleanEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.CustomBooleanEditor
org.broadleafcommerce.openadmin.web.editor.NonNullBooleanEditor
All Implemented Interfaces:
PropertyEditor

public class NonNullBooleanEditor extends org.springframework.beans.propertyeditors.CustomBooleanEditor
Property editor for Booleans that will set the boolean to false if it came in as a null
Author:
Andre Azzolini (apazzolini)