]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove Table.setLazyLoading (#6010)
authorLeif Åstrand <leif@vaadin.com>
Wed, 30 May 2012 06:37:44 +0000 (09:37 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 30 May 2012 06:37:44 +0000 (09:37 +0300)
src/com/vaadin/ui/Table.java

index ba4c6529c57c0d41da2c068deb6587d9fd34c31a..299eace16d8fa89ac402a7cb7a65bd54dc3deaaf 100644 (file)
@@ -4359,19 +4359,6 @@ public class Table extends AbstractSelect implements Action.Container,
         }
     }
 
-    /**
-     * Table does not support lazy options loading mode. Setting this true will
-     * throw UnsupportedOperationException.
-     * 
-     * @see com.vaadin.ui.Select#setLazyLoading(boolean)
-     */
-    public void setLazyLoading(boolean useLazyLoading) {
-        if (useLazyLoading) {
-            throw new UnsupportedOperationException(
-                    "Lazy options loading is not supported by Table.");
-        }
-    }
-
     /**
      * Used to create "generated columns"; columns that exist only in the Table,
      * not in the underlying Container. Implement this interface and pass it to