util.cursor.Accessor

Object providing access to the cursor added to the map.

Constructor | Methods

Constructor

util.cursor.Accessor(key)

Parameters:

Parameter

Default value

Description

key*

Type: String

Key that corresponds to the cursor in the cursor storage.

* Mandatory parameter/option.

Methods

Name

Returns

Description

getKey()

String

Returns the current key for access to the cursor in the cursor storage.

remove()

Removes the cursor from the map.

setKey()

Sets a new key for accessing the cursor. For this key, there should be a corresponding cursor in the cursor storage. If this cursor is active, it is immediately changed.

Methods details

getKey

{String} getKey()

Returns the current key for access to the cursor in the cursor storage.

remove

{} remove()

Removes the cursor from the map.

setKey

{} setKey()

Sets a new key for accessing the cursor. For this key, there should be a corresponding cursor in the cursor storage. If this cursor is active, it is immediately changed.

Parameters:

Parameter

Default value

Description

key*

Type: String

* Mandatory parameter/option.