| Line 54... |
Line 54... |
| 54 |
children1.add(getMenuPojoObject("Spice", "spice-tablets", "", null));
|
54 |
children1.add(getMenuPojoObject("Spice", "spice-tablets", "", null));
|
| 55 |
finalList.add(getMenuPojoObject("Tablets", "all-tablets/10010", "images/menu/tablet.PNG", children1));
|
55 |
finalList.add(getMenuPojoObject("Tablets", "all-tablets/10010", "images/menu/tablet.PNG", children1));
|
| 56 |
// Tablet Menu end
|
56 |
// Tablet Menu end
|
| 57 |
|
57 |
|
| 58 |
// Laptop Menu start
|
58 |
// Laptop Menu start
|
| 59 |
children2.add(getMenuPojoObject("Windows Laptop", "windows-laptop", "", null));
|
59 |
children2.add(getMenuPojoObject("Windows Laptop", "windows-laptops", "", null));
|
| 60 |
children2.add(getMenuPojoObject("Apple Macbook", "mac-laptops", "", null));
|
60 |
children2.add(getMenuPojoObject("Apple Macbook", "mac-laptops", "", null));
|
| 61 |
children2.add(getMenuPojoObject("Linux/DOS Laptops", "cheap-laptops", "", null));
|
61 |
children2.add(getMenuPojoObject("Linux/DOS Laptops", "cheap-laptops", "", null));
|
| 62 |
finalList.add(getMenuPojoObject("Laptops", "all-laptops/10050", "images/menu/laptop.PNG", children2));
|
62 |
finalList.add(getMenuPojoObject("Laptops", "all-laptops/10050", "images/menu/laptop.PNG", children2));
|
| 63 |
// Laptop Menu end
|
63 |
// Laptop Menu end
|
| 64 |
|
64 |
|