Browse Source

Remove unusable code

Change-Id: I5bfa459695da3fe4d2cb271952b8c112b7052e97
tags/7.4.4
Artur Signell 9 years ago
parent
commit
0ae745206a
1 changed files with 0 additions and 13 deletions
  1. 0
    13
      server/src/com/vaadin/ui/Tree.java

+ 0
- 13
server/src/com/vaadin/ui/Tree.java View File

@@ -1301,19 +1301,6 @@ public class Tree extends AbstractSelect implements Container.Hierarchical,
}
}

/**
* Tree 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 Tree.");
}
}

private ItemStyleGenerator itemStyleGenerator;

private DropHandler dropHandler;

Loading…
Cancel
Save