Log of /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
Parent Directory
Revision
619803 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 8 08:31:00 2008 UTC (8 months ago) by
imario
File length: 42391 byte(s)
Diff to
previous 619794
(
colored)
TOMAHAWK-1193: added columnId to t:column similar to the rowId on t:datatable. No Namespace handling applied. Fixed rowId on t:datatable to be compatible with facelets.
Revision
619111 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 6 19:20:40 2008 UTC (8 months ago) by
imario
File length: 41545 byte(s)
Diff to
previous 540161
(
colored)
TOMAHAWK-1181: allow to embed the child table within the parent to share the same layout.
Three new attribute on the datatable have been added:
embedded true|false
Render the table in the embedded mode (no table/thead/tfoot/th tags will be used)
detailStampLocation after|before
Render the detailStamp after of before the row of the master table.
"before" allow you to treat the master table as a list of summs of the child tables data.
detailStampExpandedDefault true|false
Render all the details by default.
Revision
540161 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon May 21 15:04:17 2007 UTC (16 months, 3 weeks ago) by
imario
File length: 39152 byte(s)
Diff to
previous 535121
(
colored)
TOMAHAWK-1004: some groupBy enhancements for datatable
1) add an optional "groupByValue" attribute to the column component to allow configuring where to get the value to check the group change
2) change to use a list of objects instead of the string based comparison
3) recursively get the children of the column to get components nested in a panelGrid etc too
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.