Class: CollectionBucket

OM.style. CollectionBucket


new CollectionBucket(config)

This class defines a collection bucket

Parameters:
Name Type Description
config Object

A config object with the following attributes:


  • values {Array} The value list for this collection bucket.

  • dataType {String} The data type for the values. Default is "string".

  • keepWhiteSpace {boolean} Whether to keep white spaces in the values. Default is false.

Returns:

An instance of OM.style.CollectionBucket

Type
OM.style.CollectionBucket

Extends

Methods


clone()

Returns a clone of this bucket.

Inherited From: