[Apache-SVN] / myfaces / tomahawk / trunk / core / src / main / java / org / apache / myfaces / renderkit / html / ext / HtmlTableRenderer.java Repository:
ViewVC logotype

Log of /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 674502 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 14:23:26 2008 UTC (3 months ago) by imario
File length: 44706 byte(s)
Diff to previous 667703 (colored)
fixed IOOB Exception calculating style index

Revision 667703 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 00:31:16 2008 UTC (3 months, 4 weeks ago) by lu4242
File length: 44681 byte(s)
Diff to previous 667697 (colored)
TOMAHAWK-1087 datatable dont renders a detail correct if a UIColumns is used

Revision 667697 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 14 00:01:23 2008 UTC (3 months, 4 weeks ago) by lu4242
File length: 43671 byte(s)
Diff to previous 659874 (colored)
TOMAHAWK-1116 ColumnClasses styles is ignored (UIColumns counts as one, but each element in UIColumns should count)

Revision 659874 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 24 20:59:15 2008 UTC (4 months, 2 weeks ago) by lu4242
File length: 42518 byte(s)
Diff to previous 619803 (colored)
TOMAHAWK-1259 Component generation using myfaces builder plugin for 1.1

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 619794 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 8 07:46:46 2008 UTC (8 months ago) by imario
File length: 42145 byte(s)
Diff to previous 619111 (colored)
reformat & doc fix

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

Revision 535121 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 4 07:27:08 2007 UTC (17 months, 1 week ago) by imario
File length: 38708 byte(s)
Diff to previous 491565 (colored)
fixed ArrayIndexOutOfRange exception when using grouping but no row is available
fixed CCE when mixing h:column and t:column

Revision 491565 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 1 12:54:00 2007 UTC (21 months, 1 week ago) by paulsp
File length: 39061 byte(s)
Diff to previous 483569 (colored)
Fixed NPE when rendering table body and  bodyStyle or bodyStyleClass is null

Revision 483569 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 7 17:49:35 2006 UTC (22 months ago) by mmarinschek
File length: 38926 byte(s)
Diff to previous 472644 (colored)
added inBodyStart hook for overriding attributes of body (i.e. style and styleClass)

Revision 472644 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 8 21:04:52 2006 UTC (23 months ago) by grantsmith
File length: 37840 byte(s)
Diff to previous 439973 (colored)
MYFACES-1488: License headers (Part 10)

Revision 439973 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 4 08:16:44 2006 UTC (2 years, 1 month ago) by lfrohman
File length: 37653 byte(s)
Diff to previous 433545 (colored)
datatable colspan - added error message, implemented for groupByColumn

Revision 433545 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 22 06:42:37 2006 UTC (2 years, 1 month ago) by lfrohman
File length: 37341 byte(s)
Diff to previous 433375 (colored)
Fix for TOMAHAWK-66 -- Add colspan parameter to DataTable

Revision 433375 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 21 21:53:18 2006 UTC (2 years, 1 month ago) by lfrohman
File length: 35476 byte(s)
Diff to previous 431755 (colored)
Fix for TOMAHAWK-441 -- Add orientation parameter to NewspaperTable.

Revision 431755 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 16 01:14:42 2006 UTC (2 years, 1 month ago) by mkienenb
File length: 34804 byte(s)
Diff to previous 413156 (colored)
TOMAHAWK-603 -- Clean up of dead code, imports, and unused variables in MyFaces Tomahawk.

Revision 413156 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 9 20:41:38 2006 UTC (2 years, 4 months ago) by matzew
File length: 35053 byte(s)
Diff to previous 407294 (colored)
fixed typo

Revision 407294 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 17 16:01:19 2006 UTC (2 years, 4 months ago) by mkienenb
File length: 35048 byte(s)
Diff to previous 396904 (colored)
Fix for TOMAHAWK-5 -- Merge newspaperTable into t:dataTable.

Revision 396904 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 25 15:56:44 2006 UTC (2 years, 5 months ago) by mmarinschek
File length: 33992 byte(s)
Diff to previous 396673 (colored)
TOMAHAWK-385, TOMAHAWK-386 patches commited

Revision 396673 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 24 20:05:51 2006 UTC (2 years, 5 months ago) by tomsp
File length: 32186 byte(s)
Diff to previous 395700 (colored)
bugfix for HtmlTableRenderer groupBy feature

Revision 395700 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 20 21:23:03 2006 UTC (2 years, 5 months ago) by mmarinschek
File length: 32436 byte(s)
Diff to previous 395050 (colored)
TOMAHAWK-265 patch applied

Revision 395050 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 18 21:39:26 2006 UTC (2 years, 5 months ago) by tomsp
File length: 32405 byte(s)
Diff to previous 382368 (colored)
groupBy feature for dataTable

Revision 382368 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 2 12:53:48 2006 UTC (2 years, 7 months ago) by imario
File length: 21191 byte(s)
Diff to previous 382051 (colored)
fix TOMAHAWK-170

Revision 382051 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 1 15:25:41 2006 UTC (2 years, 7 months ago) by schof
File length: 20703 byte(s)
Diff to previous 380958 (colored)
merge from the reorg branch (r380162 - r382005)

Revision 380958 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 25 17:34:13 2006 UTC (2 years, 7 months ago) by imario
File length: 20447 byte(s)
Diff to previous 375266 (colored)
MYFACES-1146: supress header/footer if all facets within each of them have rendered="false" set

Revision 375266 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 6 12:41:55 2006 UTC (2 years, 8 months ago) by mmarinschek
File length: 19256 byte(s)
Diff to previous 369793 (colored)
Patch by Claudio Tasso for MYFACES-1064. Thanks!

Revision 369793 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 17 14:41:17 2006 UTC (2 years, 8 months ago) by schof
File length: 18120 byte(s)
Diff to previous 368646 (colored)
renaming tomahawk/tomahawk to tomahawk/core

Revision 368646 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 13 09:08:20 2006 UTC (2 years, 8 months ago) by baranda
Original Path: myfaces/tomahawk/trunk/tomahawk/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 18120 byte(s)
Diff to previous 366817 (colored)
Added license headers (MYFACES-1022). Thanks to Dennis Byrne

Revision 366817 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 7 16:15:55 2006 UTC (2 years, 9 months ago) by schof
Original Path: myfaces/tomahawk/trunk/tomahawk/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 17498 byte(s)
Diff to previous 366742 (colored)
maven reorg v2

Revision 366742 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 7 14:14:16 2006 UTC (2 years, 9 months ago) by schof
Original Path: myfaces/legacy/tags/before_maven_reorg_v2/tomahawk/trunk/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 17498 byte(s)
Diff to previous 360338 (colored)
maven reorg v2

Revision 360338 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 31 16:56:17 2005 UTC (2 years, 9 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 17498 byte(s)
Diff to previous 358432 (colored)
maven reorg

Revision 358432 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 22 01:25:04 2005 UTC (2 years, 9 months ago) by skitching
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 17498 byte(s)
Diff to previous 327129 (colored)
Javadoc changes only

Revision 327129 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 21 09:00:22 2005 UTC (2 years, 11 months ago) by mmarinschek
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 15061 byte(s)
Diff to previous 280562 (colored)
better reporting of problems with duplicate ids, fixed some javadoc warnings

Revision 280562 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 13 14:27:56 2005 UTC (3 years ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 15057 byte(s)
Diff to previous 265750 (colored)
renderedIfEmpty was not working if size of datamodel changed after invoke application phase.
Check moved to renderer.

Revision 265750 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 1 16:12:03 2005 UTC (3 years, 1 month ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 13007 byte(s)
Diff to previous 231196 (colored)
patch for MYFACES-479
add rowStyleClass and rowStyle attributes to t:datatable

Revision 231196 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 10 08:55:32 2005 UTC (3 years, 2 months ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 11467 byte(s)
Diff to previous 226773 (colored)
added html passthrough attributes to t:column and t:columns

Revision 226773 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 11:26:52 2005 UTC (3 years, 2 months ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 11242 byte(s)
Diff to previous 220118 (colored)
MYFACES-379

new x:column component allows to define common html attributes 
and events for each header, footer and cell

Revision 220118 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 21 15:49:48 2005 UTC (3 years, 2 months ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 5529 byte(s)
Diff to previous 220086 (colored)
add all remaining row events to x:datatable

Revision 220086 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 21 14:14:38 2005 UTC (3 years, 2 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 5279 byte(s)
Diff to previous 191907 (colored)
Fixes MYFACES-343 (support for onclick and ondblclick in x:dataTable)

Revision 191907 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 22 14:02:20 2005 UTC (3 years, 3 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 4914 byte(s)
Diff to previous 178785 (colored)
svn reorg

Revision 178785 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 27 14:23:29 2005 UTC (3 years, 4 months ago) by schof
Original Path: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 4914 byte(s)
Diff to previous 178541 (colored)
Fixes MYFACES-171 (Thanks to Mathias Broeklmann for the patch)

Revision 178541 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 25 22:28:19 2005 UTC (3 years, 4 months ago) by schof
Original Path: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 1451 byte(s)
Diff to previous 167257 (colored)
Fixes MYFACES-175 (patch by Chris Barlow)

Revision 167257 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 13 11:51:02 2004 UTC (3 years, 11 months ago) by matze
Original Path: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 366 byte(s)
Diff to previous 167158 (colored)
renamed packages to org.apache

Revision 167158 - (view) (download) (annotate) - [select for diffs]
Added Fri Aug 20 07:14:43 2004 UTC (4 years, 1 month ago) by manolito
Original Path: myfaces/trunk/src/components/org/apache/myfaces/renderkit/html/ext/HtmlTableRenderer.java
File length: 376 byte(s)
HtmlDataTable now also supports rowIndexVar and rowCountVar

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

Apache Home Apache Email
ViewVC Help
Powered by ViewVC 1.0.5