aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/web/client/view/StateView.ui.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-08-03 15:13:14 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-08-03 15:13:14 +1200
commitfcaf637431fee2cdd5ccab79b6de1edf44bac777 (patch)
tree28b12e76700f4ac03d4d10e0d0944762d30621a0 /src/org/traccar/web/client/view/StateView.ui.xml
parent207e4f459d1e91c66376916f2a99cf66f7d04bd0 (diff)
downloadetbsa-traccar-web-fcaf637431fee2cdd5ccab79b6de1edf44bac777.tar.gz
etbsa-traccar-web-fcaf637431fee2cdd5ccab79b6de1edf44bac777.tar.bz2
etbsa-traccar-web-fcaf637431fee2cdd5ccab79b6de1edf44bac777.zip
Remove files and update readme
Diffstat (limited to 'src/org/traccar/web/client/view/StateView.ui.xml')
-rw-r--r--src/org/traccar/web/client/view/StateView.ui.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/org/traccar/web/client/view/StateView.ui.xml b/src/org/traccar/web/client/view/StateView.ui.xml
deleted file mode 100644
index 2a7c2ac..0000000
--- a/src/org/traccar/web/client/view/StateView.ui.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
-<ui:UiBinder
- xmlns:ui="urn:ui:com.google.gwt.uibinder"
- xmlns:g="urn:import:com.google.gwt.user.client.ui"
- xmlns:container="urn:import:com.sencha.gxt.widget.core.client.container"
- xmlns:gxt="urn:import:com.sencha.gxt.widget.core.client"
- xmlns:toolbar="urn:import:com.sencha.gxt.widget.core.client.toolbar"
- xmlns:grid="urn:import:com.sencha.gxt.widget.core.client.grid"
- xmlns:button="urn:import:com.sencha.gxt.widget.core.client.button">
-
- <ui:with type="com.sencha.gxt.data.shared.ListStore" field="stateStore" />
- <ui:with type="com.sencha.gxt.widget.core.client.grid.ColumnModel" field="columnModel" />
-
- <ui:with type="com.sencha.gxt.widget.core.client.grid.GridView" field="view">
- <ui:attributes stripeRows="true" autoFill="true" />
- </ui:with>
-
- <gxt:ContentPanel ui:field="contentPanel" headingText="State">
- <grid:Grid ui:field="grid" store="{stateStore}" cm="{columnModel}" view="{view}" />
- </gxt:ContentPanel>
-
-</ui:UiBinder>