If I replace the contents of an HLayout, for example, with another component do I need to clear() or destroy() the original contents?
For example, I have an HLayout containing a ListGrid and a DynamicForm.
When the user clicks a button I want to replace the contents of the HLayout with a TileGrid.
Do I need to clean up the ListGrid and DynamicForm objects, or does SmartGWT do that automatically?
For example, I have an HLayout containing a ListGrid and a DynamicForm.
When the user clicks a button I want to replace the contents of the HLayout with a TileGrid.
Do I need to clean up the ListGrid and DynamicForm objects, or does SmartGWT do that automatically?
Comment