LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


resumeLayout()

(Inherited from IntegralUIBaseList)

Resumes the component layout and updates it.

Parameters

This method does not have any arguments.

Return Value

This method does not return a value.

Remarks

Call this method to manually resume the component layout and update the component. Best use along with suspendLayout method to increase performance during resource demanding operations, like: data loading, add/remove of multiple items etc.

This method internally calls the updateLayout method.

Version Information

Supported in: v1.2.

See Also