Class icm.model.properties.controller.types.BooleanPropertyController


Extends icm.model.properties.controller.types._PropertyController.
Controller class for a property of type "boolean".
Defined in: <icm/model/properties/controller/types/BooleanPropertyController.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Controller class for a property of type "boolean".

Constructor Detail

icm.model.properties.controller.types.BooleanPropertyController()

Controller class for a property of type "boolean".

A collection of property controllers is created and managed by a icm.model.properties.controller.PropertyCollectionController object. This class should not be instantiated directly.

The following attributes are supported by this class in addition to those supported by icm.model.properties.controller.types._PropertyController.

  • falseIfNull - Indicates whether null values are automatically coerced to false.
  • choices - The choices for the value.