From 38d99c4777b6451689c138833b7ca619c1b41b94 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Wed, 24 Sep 2008 14:54:37 +0000 Subject: [PATCH] Fixing a documentation bug #1670 svn changeset:5506/svn branch:trunk --- src/com/itmill/toolkit/ui/Table.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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. *

* -- 2.39.5