From f90d32f230888de7ee684a93bcfbfb6ad2d25293 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Thu, 16 Apr 2015 14:40:46 +0300 Subject: Add GridItemEditor declarative test UI Change-Id: I4a26d1508cc422bada57626f67f16d118be5f237 --- .../grid/declarative/GridItemEditor.html | 81 ++++++++++++++++++++++ .../grid/declarative/GridItemEditor.java | 23 ++++++ 2 files changed, 104 insertions(+) create mode 100644 uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html create mode 100644 uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.java (limited to 'uitest') diff --git a/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html b/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html new file mode 100644 index 0000000000..b1532d282a --- /dev/null +++ b/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.html @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
## + Name + Progress + Weight +
00 + Marc Addams + 0.42 + [SparkLine] +
01 + Kenny Black + 0.72 + [SparkLine] +
02 + Sarah McGoff + 0.12 + [SparkLine] +
03 + Jos Jones + 0.62 + [SparkLine] +
04 + Jane Fielding + 0.92 + [SparkLine] +
05 + Marc Einstein + 0.05 + [SparkLine] +
06 + Lenny McGoff + 0.40 + [SparkLine] +
07 + Peter Adams + 0.85 + [SparkLine] +
08 + Tony Stark + 0.22 + [SparkLine] +
09 + Nathan Fillion + 0.15 + [SparkLine] +
+
\ No newline at end of file diff --git a/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.java b/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.java new file mode 100644 index 0000000000..9673626f45 --- /dev/null +++ b/uitest/src/com/vaadin/tests/components/grid/declarative/GridItemEditor.java @@ -0,0 +1,23 @@ +/* + * Copyright 2000-2014 Vaadin Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */ +package com.vaadin.tests.components.grid.declarative; + +import com.vaadin.tests.components.DeclarativeTestUI; +import com.vaadin.tests.components.DeclarativeTestUI.DeclarativeUI; + +@DeclarativeUI("GridItemEditor.html") +public class GridItemEditor extends DeclarativeTestUI { +} -- cgit v1.2.3