From ef807873ad0bc887703061842b7575ee60264811 Mon Sep 17 00:00:00 2001 From: patrik Date: Thu, 16 Apr 2015 13:04:27 +0300 Subject: Add Grid declarative multi-select test UI Change-Id: I4d59675d7ef71463aa2bc4a8de2fb567533af3e7 --- .../declarative/GridDeclarativeMultiSelect.java | 26 +++++ .../grid/declarative/GridMultiSelect.html | 118 +++++++++++++++++++++ 2 files changed, 144 insertions(+) create mode 100644 uitest/src/com/vaadin/tests/components/grid/declarative/GridDeclarativeMultiSelect.java create mode 100644 uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html diff --git a/uitest/src/com/vaadin/tests/components/grid/declarative/GridDeclarativeMultiSelect.java b/uitest/src/com/vaadin/tests/components/grid/declarative/GridDeclarativeMultiSelect.java new file mode 100644 index 0000000000..83dbdf541e --- /dev/null +++ b/uitest/src/com/vaadin/tests/components/grid/declarative/GridDeclarativeMultiSelect.java @@ -0,0 +1,26 @@ +/* + * 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.annotations.Theme; +import com.vaadin.tests.components.DeclarativeTestUI; +import com.vaadin.tests.components.DeclarativeTestUI.DeclarativeUI; + +@Theme("valo") +@SuppressWarnings("serial") +@DeclarativeUI("GridMultiSelect.html") +public class GridDeclarativeMultiSelect extends DeclarativeTestUI { +} diff --git a/uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html b/uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html new file mode 100644 index 0000000000..b7b1fdaf60 --- /dev/null +++ b/uitest/src/com/vaadin/tests/components/grid/declarative/GridMultiSelect.html @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DescriptionMilestoneStatus
Issue #01.0New
Issue #11.0New
Issue #21.0New
Issue #31.0New
Issue #41.0New
Issue #51.0New
Issue #61.0New
Issue #71.0New
Issue #81.0New
Issue #91.0New
Issue #101.0New
Issue #111.0New
Issue #121.0New
Issue #131.0New
Issue #141.0New
Issue #151.0New
Issue #161.0New
Issue #171.0New
Issue #181.0New
Issue #191.0New
+
-- cgit v1.2.3