aboutsummaryrefslogtreecommitdiffstats
path: root/shared/src
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-07-02 17:34:27 +0300
committerHenri Sara <hesara@vaadin.com>2015-07-10 11:11:32 +0000
commit40dcbc3cfaa438c9b879720c9012331dd85ca694 (patch)
tree52afe832e37b50ca8fbe7b67f7ce35acb89613ba /shared/src
parent4fce93896627b862587533e4bd3b71b0e7a3a6b2 (diff)
downloadvaadin-framework-40dcbc3cfaa438c9b879720c9012331dd85ca694.tar.gz
vaadin-framework-40dcbc3cfaa438c9b879720c9012331dd85ca694.zip
Refactor RpcDataProviderExtension to use DataGenerators
Change-Id: I8c809b6fac827df730c6622fb6790410c6c5bd81
Diffstat (limited to 'shared/src')
-rw-r--r--shared/src/com/vaadin/shared/ui/grid/GridState.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/shared/src/com/vaadin/shared/ui/grid/GridState.java b/shared/src/com/vaadin/shared/ui/grid/GridState.java
index c4121cbf45..c455ffe23b 100644
--- a/shared/src/com/vaadin/shared/ui/grid/GridState.java
+++ b/shared/src/com/vaadin/shared/ui/grid/GridState.java
@@ -160,11 +160,6 @@ public class GridState extends TabIndexState {
@DelegateToWidget
public boolean editorBuffered = true;
- /** Whether row data might contain generated row styles */
- public boolean hasRowStyleGenerator;
- /** Whether row data might contain generated cell styles */
- public boolean hasCellStyleGenerator;
-
/** The caption for the save button in the editor */
@DelegateToWidget
public String editorSaveCaption = GridConstants.DEFAULT_SAVE_CAPTION;