public Canvas getViewPanel() {
// Enable offline storage for the two DataSources
ItemSupplyXmlDS itemSupplyXmlDS = ItemSupplyXmlDS.getInstance();
itemSupplyXmlDS.setUseOfflineStorage(true);
SupplyCategoryXmlDS supplyCategoryXmlDS = SupplyCategoryXmlDS.getInstance();
//supplyCategoryXmlDS.setUseOfflineStorage(true);
final ListGrid itemListGrid = new ListGrid();
itemListGrid.setWidth(350);
itemListGrid.setHeight(224);