From d31283d0afe8cd23325accf3f26c49a17d3c54a4 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Wed, 30 Jun 2010 20:38:57 +0000 Subject: [PATCH] Cleaned javadocs svn changeset:13982/svn branch:6.4 --- src/com/vaadin/ui/AbstractSelect.java | 7 ++++++- src/com/vaadin/ui/Table.java | 8 -------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/com/vaadin/ui/AbstractSelect.java b/src/com/vaadin/ui/AbstractSelect.java index 30842dae2d..510536a12b 100644 --- a/src/com/vaadin/ui/AbstractSelect.java +++ b/src/com/vaadin/ui/AbstractSelect.java @@ -858,7 +858,12 @@ public abstract class AbstractSelect extends AbstractField implements /* Container.Viewer methods */ /** - * Sets the container as data-source for viewing. + * Sets the Container that serves as the data source of the viewer. + * + * As a side-effect the fields value (selection) is set to null due old + * selection not necessary exists in new Container. + * + * @see com.vaadin.data.Container.Viewer#setContainerDataSource(Container) * * @param newDataSource * the new data source. diff --git a/src/com/vaadin/ui/Table.java b/src/com/vaadin/ui/Table.java index e45570e239..20aaedd1fc 100644 --- a/src/com/vaadin/ui/Table.java +++ b/src/com/vaadin/ui/Table.java @@ -1796,14 +1796,6 @@ public class Table extends AbstractSelect implements Action.Container, super.setValue(newValue); } - /** - * Sets the Container that serves as the data source of the viewer. - * - * As a side-effect Table's value (selection) is set to null due old - * selection not necessary exists in new Container. - * - * @see com.vaadin.data.Container.Viewer#setContainerDataSource(Container) - */ @Override public void setContainerDataSource(Container newDataSource) { -- 2.39.5