Class icm.model.properties.controller.types.IntegerPropertyController


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

Constructor Summary

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

Constructor Detail

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

Controller class for property of type "integer".

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.

  • autoRound - Indicates whether numbers are automatically rounded the specified number of decimal places.
  • zeroIfNull - Indicates whether null values are automatically coerced to zero.
  • minValue - The minimum value allowed.
  • maxValue - The maximum value allowed.
  • pattern - The validation pattern to be applied to the text.
  • choices - The choices for the value.