summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorIlia Motornyi <elmot@vaadin.com>2016-12-15 16:32:39 +0200
committerGitHub <noreply@github.com>2016-12-15 16:32:39 +0200
commit1739bb7de7a9ac1a2b6548b8a77f7230ebd806e3 (patch)
tree731f689a6a5769a26a7919d0e2f0f7ddb099933c /shared
parent536139870943d684907e0d9b93bbda60582b340d (diff)
downloadvaadin-framework-1739bb7de7a9ac1a2b6548b8a77f7230ebd806e3.tar.gz
vaadin-framework-1739bb7de7a9ac1a2b6548b8a77f7230ebd806e3.zip
Delete CheckboxRenderer
Fixes vaadin/framework8-issues#551
Diffstat (limited to 'shared')
-rw-r--r--shared/src/main/java/com/vaadin/shared/ui/grid/renderers/CheckBoxRendererState.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/ui/grid/renderers/CheckBoxRendererState.java b/shared/src/main/java/com/vaadin/shared/ui/grid/renderers/CheckBoxRendererState.java
deleted file mode 100644
index 6d2c30265e..0000000000
--- a/shared/src/main/java/com/vaadin/shared/ui/grid/renderers/CheckBoxRendererState.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright 2000-2016 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.shared.ui.grid.renderers;
-
-/**
- * Shared state for CheckBoxRenderer.
- *
- * @since 8.0
- */
-public class CheckBoxRendererState extends ClickableRendererState {
-
-}