diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-09-24 14:54:37 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-09-24 14:54:37 +0000 |
commit | 38d99c4777b6451689c138833b7ca619c1b41b94 (patch) | |
tree | dbaf09ba52770eb534b60dee23c7a7ab3716a211 /src | |
parent | bdef9b5d9c7c61dd4bec77d6c1a6e0d20291d25f (diff) | |
download | vaadin-framework-38d99c4777b6451689c138833b7ca619c1b41b94.tar.gz vaadin-framework-38d99c4777b6451689c138833b7ca619c1b41b94.zip |
Fixing a documentation bug #1670
svn changeset:5506/svn branch:trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/com/itmill/toolkit/ui/Table.java | 16 |
1 files 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, * <p> * The headers match the property id:s given my the set visible column * headers. The table must be set in either - * <code>ROW_HEADER_MODE_EXPLICIT</code> or - * <code>ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the + * <code>COLUMN_HEADER_MODE_EXPLICIT</code> or + * <code>COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the * headers. In the defaults mode any nulls in the headers array are replaced * with id.toString() outputs when rendering. * </p> @@ -466,8 +466,8 @@ public class Table extends AbstractSelect implements Action.Container, * <p> * The headers match the property id:s given my the set visible column * headers. The table must be set in either - * <code>ROW_HEADER_MODE_EXPLICIT</code> or - * <code>ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the + * <code>COLUMN_HEADER_MODE_EXPLICIT</code> or + * <code>COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the * headers. In the defaults mode any nulls in the headers array are replaced * with id.toString() outputs when rendering. * </p> @@ -501,8 +501,8 @@ public class Table extends AbstractSelect implements Action.Container, * <p> * The icons in headers match the property id:s given my the set visible * column headers. The table must be set in either - * <code>ROW_HEADER_MODE_EXPLICIT</code> or - * <code>ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the + * <code>COLUMN_HEADER_MODE_EXPLICIT</code> or + * <code>COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the * headers with icons. * </p> * @@ -527,8 +527,8 @@ public class Table extends AbstractSelect implements Action.Container, * <p> * The icons in headers match the property id:s given my the set visible * column headers. The table must be set in either - * <code>ROW_HEADER_MODE_EXPLICIT</code> or - * <code>ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the + * <code>COLUMN_HEADER_MODE_EXPLICIT</code> or + * <code>COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID</code> mode to show the * headers with icons. * </p> * |