[Apache-SVN] / myfaces / tomahawk / trunk / core / src / main / java / org / apache / myfaces / custom / tree2 / HtmlTreeRenderer.java Repository:
ViewVC logotype

Log of /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java

Parent Directory Parent Directory


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

Revision 677086 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 23:23:14 2008 UTC (5 weeks ago) by hazems
File length: 26184 byte(s)
Diff to previous 673833 (colored)
Fixing http://issues.apache.org/jira/browse/TOMAHAWK-1143

Solution : Adding a meaniful text to the tree2 generated images.

Revision 673833 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 3 21:58:05 2008 UTC (6 weeks, 5 days ago) by skitching
File length: 25978 byte(s)
Diff to previous 672353 (colored)
Tabs to spaces only

Revision 672353 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 27 18:58:21 2008 UTC (7 weeks, 4 days ago) by hazems
File length: 25972 byte(s)
Diff to previous 659874 (colored)
Fix for http://issues.apache.org/jira/browse/TOMAHAWK-1143.
"Tree2 renders nonconformant XHTML code
- background attribute not allowed for <td>
- <img> without alt attribute".
Solved after spending many hours.
It was really a tricky defect!!!

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

Revision 635101 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 8 22:40:04 2008 UTC (5 months, 1 week ago) by lu4242
File length: 25596 byte(s)
Diff to previous 593139 (colored)
fix TOMAHAWK-1179 Tree2 renders duplicate Id's for icons

Revision 593139 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 8 12:06:37 2007 UTC (9 months, 1 week ago) by manolito
File length: 25531 byte(s)
Diff to previous 472638 (colored)
TOMAHAWK-1143
Tree2 renders nonconformant XHTML code

Revision 472638 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 8 20:54:13 2006 UTC (21 months, 1 week ago) by grantsmith
File length: 25333 byte(s)
Diff to previous 450161 (colored)
MYFACES-1488: License headers (Part 9)

Revision 450161 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 26 19:31:17 2006 UTC (22 months, 3 weeks ago) by grantsmith
File length: 25141 byte(s)
Diff to previous 415355 (colored)
TOMAHAWK-534: patch applied

Revision 415355 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 19 15:51:43 2006 UTC (2 years, 2 months ago) by schof
File length: 25115 byte(s)
Diff to previous 413772 (colored)
Fixes TOMAHAWK-437

Revision 413772 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 13 00:08:25 2006 UTC (2 years, 2 months ago) by schof
File length: 25183 byte(s)
Diff to previous 410547 (colored)
results of merge with tomahawk 1_1_3 branch (r409498 - r413709)

Revision 410547 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 31 14:48:21 2006 UTC (2 years, 2 months ago) by imario
File length: 24954 byte(s)
Diff to previous 410276 (colored)
revert fix - have to wait for tomahawk release and merge down then

Revision 410276 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 30 13:33:14 2006 UTC (2 years, 2 months ago) by imario
File length: 25183 byte(s)
Diff to previous 406721 (colored)
revert r406721 - for loop is NOT unnecessary

Revision 406721 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 15 19:21:05 2006 UTC (2 years, 3 months ago) by schof
File length: 24954 byte(s)
Diff to previous 405131 (colored)
removed unnecessary for loop

Revision 405131 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 8 19:02:47 2006 UTC (2 years, 3 months ago) by schof
File length: 25189 byte(s)
Diff to previous 383052 (colored)
Fixes TOMAHAWK-47

Revision 383052 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 4 06:26:48 2006 UTC (2 years, 5 months ago) by imario
File length: 25550 byte(s)
Diff to previous 382051 (colored)
refactored parts of shared/org.apache.myfaces.shared_tomahawk.renderkit.html.util to tomahawk/org.apache.myfaces.renderkit.html.util

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

Revision 379295 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 20 23:53:23 2006 UTC (2 years, 5 months ago) by schof
File length: 25534 byte(s)
Diff to previous 379207 (colored)
A reset() method was needed for TreeWalker because before we were relying on creating new instances of TreeWalker every time we needed it.  Now that the model is in charge of managing it, the renderer should call reset when necessary.  Added a test case for the reset method in TreeWalkerBase as well.

Revision 379207 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 20 19:32:01 2006 UTC (2 years, 5 months ago) by schof
File length: 25510 byte(s)
Diff to previous 378782 (colored)
You are now able to supply your own TreeWalker through a custom TreeModel

Revision 378782 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 18 21:31:07 2006 UTC (2 years, 6 months ago) by schof
File length: 25468 byte(s)
Diff to previous 378631 (colored)
Fixes MYFACES-690 (Patch by Marius Kreis)

Revision 378631 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 17 21:24:47 2006 UTC (2 years, 6 months ago) by schof
File length: 25254 byte(s)
Diff to previous 378419 (colored)
fixes the hide root problem with new TreeWalker stuff

Revision 378419 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 17 03:02:01 2006 UTC (2 years, 6 months ago) by schof
File length: 25046 byte(s)
Diff to previous 376085 (colored)
New TreeWalker interface to better support dynamic trees.  (Fixes MYFACES-911)

Revision 376085 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 8 21:40:47 2006 UTC (2 years, 6 months ago) by mmarinschek
File length: 25592 byte(s)
Diff to previous 371379 (colored)
fix for MYFACES-1034. Thanks to Peter Mahoney.

Revision 371379 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 22 20:43:00 2006 UTC (2 years, 6 months ago) by baranda
File length: 25512 byte(s)
Diff to previous 369793 (colored)
Stabilised tomahawk after moved AddResource and its dependencies to commons

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

Revision 366817 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 7 16:15:55 2006 UTC (2 years, 7 months ago) by schof
Original Path: myfaces/tomahawk/trunk/tomahawk/src/main/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25512 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, 7 months ago) by schof
Original Path: myfaces/legacy/tags/before_maven_reorg_v2/tomahawk/trunk/src/main/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25512 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, 7 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/main/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25512 byte(s)
Diff to previous 344107 (colored)
maven reorg

Revision 344107 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 14 12:01:04 2005 UTC (2 years, 9 months ago) by mmarinschek
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25512 byte(s)
Diff to previous 330299 (colored)
fix for MYFACES-568. Thanks to Mathias Werlitz.

Revision 330299 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 2 18:08:58 2005 UTC (2 years, 9 months ago) by mmarinschek
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25383 byte(s)
Diff to previous 328404 (colored)
changed AddResource functionality to be able to specify the body-end position alternatively

Revision 328404 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 25 16:21:17 2005 UTC (2 years, 9 months ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25271 byte(s)
Diff to previous 292277 (colored)
refactored & improved AddResource to allow serving any resource through a ResourceLoader interface.

Revision 292277 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 28 19:29:26 2005 UTC (2 years, 10 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25937 byte(s)
Diff to previous 291921 (colored)
Merge changes from branch (r292022 - r292231) down to trunk.  

Revision 291921 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 27 12:08:36 2005 UTC (2 years, 10 months ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25933 byte(s)
Diff to previous 291646 (colored)
applied patch from Mathias Werlitz for MYFACES-621

Revision 291646 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 26 15:44:48 2005 UTC (2 years, 10 months ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 26055 byte(s)
Diff to previous 291235 (colored)
fix for MYFACES-564,
Nodes where not processed if showRootNode is false.
Thanks to Mathias Werlitz for reporting and supplying a test case.

Revision 291235 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 24 02:17:56 2005 UTC (2 years, 10 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25949 byte(s)
Diff to previous 280882 (colored)
Fixes MYFACES-580 (Patch by Mathias Werlitz)

Revision 280882 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 14 16:40:37 2005 UTC (2 years, 11 months ago) by mbr
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25883 byte(s)
Diff to previous 279360 (colored)
fix for MYFACES-564.
if server side toggle is used the toggle event is executed in process application phase now.
nodes where not processed if parent node is not expanded.

Revision 279360 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 7 15:51:08 2005 UTC (2 years, 11 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25908 byte(s)
Diff to previous 239380 (colored)
Fixes MYFACES-531

Revision 239380 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 23 09:11:59 2005 UTC (2 years, 11 months ago) by mmarinschek
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25294 byte(s)
Diff to previous 234497 (colored)
patch by Frank Ye for passing the component instance. Thanks a lot!

Revision 234497 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 22 14:27:24 2005 UTC (2 years, 11 months ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25262 byte(s)
Diff to previous 233396 (colored)
Fixes MYFACES-429.  Thanks to Mathias Werlitz for another excellent tree2 patch.

Revision 233396 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 18 22:59:31 2005 UTC (3 years ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24702 byte(s)
Diff to previous 227295 (colored)
Fixes MYFACES-388 (Thanks to Mathias Werlitz for the patch.)

Revision 227295 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 4 03:03:32 2005 UTC (3 years ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24568 byte(s)
Diff to previous 227101 (colored)
Additional changes related to MYFACES-350

Revision 227101 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 2 22:40:43 2005 UTC (3 years ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24597 byte(s)
Diff to previous 225170 (colored)
Fixes MYFACES-382.

Revision 225170 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 25 20:20:02 2005 UTC (3 years ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24568 byte(s)
Diff to previous 225161 (colored)
Fixes MYFACES-350

Revision 225161 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 25 18:38:04 2005 UTC (3 years ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24577 byte(s)
Diff to previous 191907 (colored)
Fixes MYFACES-308

Revision 191907 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 22 14:02:20 2005 UTC (3 years, 1 month ago) by schof
Original Path: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24479 byte(s)
Diff to previous 177984 (colored)
svn reorg

Revision 177984 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 23 17:39:37 2005 UTC (3 years, 2 months ago) by schof
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24479 byte(s)
Diff to previous 167790 (colored)
Fixes MYFACES-190 (remove code in HtmlTreeRenderer.java that duplicated code already found in RendererUtils)

Revision 167790 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 12:12:47 2005 UTC (3 years, 4 months ago) by schof
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 25115 byte(s)
Diff to previous 167681 (colored)
Fixes MyFace-195

Revision 167681 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 16 19:32:01 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24991 byte(s)
Diff to previous 167645 (colored)
tree2 by Sean Schofield

Revision 167645 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 10 15:59:06 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24989 byte(s)
Diff to previous 167638 (colored)
Patch for tree2 form Sean Schofield

Revision 167638 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 10 09:24:19 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 23525 byte(s)
Diff to previous 167633 (colored)
Patch for the new tree form Sean Schofield

Revision 167633 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 7 18:39:04 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 24036 byte(s)
Diff to previous 167632 (colored)
Patch for the new tree form Sean Schofield (MYFACES-119)

Revision 167632 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 7 16:17:20 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 23886 byte(s)
Diff to previous 167631 (colored)
Patch for the new tree form Sean Schofield

Revision 167631 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 7 09:06:51 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 21402 byte(s)
Diff to previous 167621 (colored)
Patch for the new tree form Sean Schofield

Revision 167621 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 14:30:21 2005 UTC (3 years, 5 months ago) by oros
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 21309 byte(s)
Diff to previous 167620 (colored)
tree2 patch
Submitted by: Sean Schofield

Revision 167620 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 26 00:27:15 2005 UTC (3 years, 5 months ago) by oros
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 21308 byte(s)
Diff to previous 167614 (colored)
tree2 patch by Sean Schofield

Revision 167614 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 22 08:41:50 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 20729 byte(s)
Diff to previous 167611 (colored)
Patch for the new tree component form Sean Schofield

Revision 167611 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 18:50:00 2005 UTC (3 years, 5 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 20547 byte(s)
Diff to previous 167610 (colored)
Patch for the new tree component form Sean Schofield (now it supports JavaScript)

Revision 167610 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 19 09:03:02 2005 UTC (3 years, 6 months ago) by matzew
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 12735 byte(s)
Diff to previous 167605 (colored)
Patch for the new tree component form Sean Schofield

Revision 167605 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 00:53:04 2005 UTC (3 years, 6 months ago) by oros
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 9716 byte(s)
Diff to previous 167601 (colored)
reformat

Revision 167601 - (view) (download) (annotate) - [select for diffs]
Added Tue Feb 15 22:23:18 2005 UTC (3 years, 6 months ago) by svieujot
Original Path: myfaces/trunk/src/components/org/apache/myfaces/custom/tree2/HtmlTreeRenderer.java
File length: 9708 byte(s)
Sean Schofield's tree2 initial commit, with extensions filter enhancements.

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