Rev 2105 |
Rev 2359 |
Go to most recent revision |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 2105 |
ankur.sing |
1 |
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
2 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
|
|
3 |
xmlns:mail='urn:import:in.shop2020.catalog.dashboard.client'>
|
|
|
4 |
|
|
|
5 |
<g:DockLayoutPanel>
|
|
|
6 |
<g:center>
|
|
|
7 |
<g:HorizontalPanel>
|
|
|
8 |
<g:Button ui:field="addItem">Add New Item</g:Button>
|
| 2126 |
ankur.sing |
9 |
<g:Button ui:field="updateItem">Update Item</g:Button>
|
| 2105 |
ankur.sing |
10 |
<g:Button ui:field="phaseoutItem">Mark as PHASED OUT</g:Button>
|
| 2126 |
ankur.sing |
11 |
<g:Button ui:field="markAliveItem">Mark PHASED OUT item as IN PROCESS</g:Button>
|
|
|
12 |
<g:Button ui:field="pauseItem">Mark ACTIVE item as PAUSED</g:Button>
|
|
|
13 |
<g:Button ui:field="activateItem">Mark PAUSED item as ACTIVE</g:Button>
|
|
|
14 |
|
| 2105 |
ankur.sing |
15 |
</g:HorizontalPanel>
|
|
|
16 |
</g:center>
|
|
|
17 |
</g:DockLayoutPanel>
|
|
|
18 |
|
|
|
19 |
</ui:UiBinder>
|
| 2126 |
ankur.sing |
20 |
|
|
|
21 |
|