From: Joonas Lehtinen Date: Wed, 24 Sep 2008 14:54:37 +0000 (+0000) Subject: Fixing a documentation bug #1670 X-Git-Tag: 6.7.0.beta1~4098 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=38d99c4777b6451689c138833b7ca619c1b41b94;p=vaadin-framework.git Fixing a documentation bug #1670 svn changeset:5506/svn branch:trunk --- diff --git a/src/com/itmill/toolkit/ui/Table.java b/src/com/itmill/toolkit/ui/Table.java index d9421395f5..b600aa31e1 100644 --- a/src/com/itmill/toolkit/ui/Table.java +++ b/src/com/itmill/toolkit/ui/Table.java @@ -440,8 +440,8 @@ public class Table extends AbstractSelect implements Action.Container, *

* The headers match the property id:s given my the set visible column * headers. The table must be set in either - * ROW_HEADER_MODE_EXPLICIT or - * ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the + * COLUMN_HEADER_MODE_EXPLICIT or + * COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the * headers. In the defaults mode any nulls in the headers array are replaced * with id.toString() outputs when rendering. *

@@ -466,8 +466,8 @@ public class Table extends AbstractSelect implements Action.Container, *

* The headers match the property id:s given my the set visible column * headers. The table must be set in either - * ROW_HEADER_MODE_EXPLICIT or - * ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the + * COLUMN_HEADER_MODE_EXPLICIT or + * COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the * headers. In the defaults mode any nulls in the headers array are replaced * with id.toString() outputs when rendering. *

@@ -501,8 +501,8 @@ public class Table extends AbstractSelect implements Action.Container, *

* The icons in headers match the property id:s given my the set visible * column headers. The table must be set in either - * ROW_HEADER_MODE_EXPLICIT or - * ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the + * COLUMN_HEADER_MODE_EXPLICIT or + * COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the * headers with icons. *

* @@ -527,8 +527,8 @@ public class Table extends AbstractSelect implements Action.Container, *

* The icons in headers match the property id:s given my the set visible * column headers. The table must be set in either - * ROW_HEADER_MODE_EXPLICIT or - * ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the + * COLUMN_HEADER_MODE_EXPLICIT or + * COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID mode to show the * headers with icons. *

*