loadStateAttributes(SmappStateEditorContext) method

This method is called by the state editor only.

Syntax

void loadStateAttributes ( SmappStateEditorContext editorContext )

Parameters

Usage

This is a call back method allowing the state to perform any initialization need prior to being rendered in the state editor. For example, if the state uses a drop down input attribute. The drop down entries can be loaded from the data source in this method.

The context

SmappStateEditorContext

provides information that can be used to further filter the initialization.

Used by: state editor