summaryrefslogtreecommitdiffstats
path: root/client/src
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2015-01-21 09:21:08 +0200
committerVaadin Code Review <review@vaadin.com>2015-02-05 09:25:38 +0000
commitac658de97f04dd16c1b06e00505a93b54e632e0b (patch)
tree3bc2542e167178904ec80c321618c1237a854779 /client/src
parentcb2f385cd0082e6571c0cba1e6fe2969f855daab (diff)
downloadvaadin-framework-ac658de97f04dd16c1b06e00505a93b54e632e0b.tar.gz
vaadin-framework-ac658de97f04dd16c1b06e00505a93b54e632e0b.zip
Add missing @since to VScrollTable and Table.
Change-Id: I7f249c880464b38226856a00882a05af80991d48
Diffstat (limited to 'client/src')
-rw-r--r--client/src/com/vaadin/client/ui/VScrollTable.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/src/com/vaadin/client/ui/VScrollTable.java b/client/src/com/vaadin/client/ui/VScrollTable.java
index 927e2c31db..6b4bb8eb9d 100644
--- a/client/src/com/vaadin/client/ui/VScrollTable.java
+++ b/client/src/com/vaadin/client/ui/VScrollTable.java
@@ -3378,6 +3378,12 @@ public class VScrollTable extends FlowPanel implements HasWidgets,
return align;
}
+ /**
+ * Saves natural column width if it hasn't been saved already.
+ *
+ * @param columnIndex
+ * @since 7.3.9
+ */
protected void saveNaturalColumnWidthIfNotSaved(int columnIndex) {
if (naturalWidth < 0) {
// This is recently revealed column. Try to detect a proper
@@ -4314,6 +4320,12 @@ public class VScrollTable extends FlowPanel implements HasWidgets,
return cid;
}
+ /**
+ * Saves natural column width if it hasn't been saved already.
+ *
+ * @param columnIndex
+ * @since 7.3.9
+ */
protected void saveNaturalColumnWidthIfNotSaved(int columnIndex) {
if (naturalWidth < 0) {
// This is recently revealed column. Try to detect a proper