Canvas.reInvalidateAdapters Method

Re-assign the top, left, width, and height properties of the adapters to effectively make them re-render.
 

Parameters

adapters

Type: Array
ElementType: Adapter
(Optional) Adapters to re-render. Re-render all if null.
Optional: True
immediately

Type: boolean
(Optional) True to perform the re-invalidation immediately.
Optional: True
refreshData

Type: boolean
(Optional) True to refresh data on the adapters.
Optional: True