control.storage

Static object.

Instance of util.Storage

Storage for map controls. Defines control keys with their constructors.

By default, the following controls are added to the storage:

Methods

Methods

Name

Returns

Description

add(key, object)

util.Storage

Adds an object to storage.

get(key)

Object

Returns object stored for the specified key, or the primary key, if this is not a string.

remove(key)

util.Storage

Deletes the "key: value" pair from storage.