LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


selectGroup(group)

Sets the specified group as selected in ListBar component.

Parameters

ParamTypeDetails
groupObjectThe group to be selected

Return Value

This method does not return a value.

Remarks

A call to this method will trigger beforeSelect and afterSelect events. By handling beforeSelect event you can prevent selection of specified group using your own custom conditions.

A group can also become selected using the selectGroup property of ListBar component.

Version Information

Supported in: v1.0.

See Also