setInputType(InputType) method

Input type can be changed from the State Editor by checking/unchecking the input attribute checkbox, to set it to InputType#SESSION or InputType#ATTRIBUTE, respectively.

Syntax

void setInputType ( InputType inputType )

Parameters

Usage

This method is used by the UI State Editor when the checkbox is changed.

By default, it is set to

InputType#SESSION

.

However,

SelectionBoxAttribute

overwrite the default to

InputType#ATTRIBUTE

.