Class: Configurator

Configurator

new Configurator(displayer)

A special widget class to open a config widget for ChemObjDisplayer. Do not use this widget alone.
Parameters:
Name Type Description
displayer Kekule.ChemWidget.ChemObjDisplayer
Source:

Extends

Methods

initialize()

Source:

loadConfigValues()

Load config setting values from widget. Descendants may override this method.
Inherited From:
Source:

saveConfigValues()

Save config setting values back to widget. Descendants may override this method.
Inherited From:
Source:

Events

configChange

Invoked when the config has been changed. Event param of it has fields: {object, propertyName, oldValue, newValue}.
Inherited From:
Source: