From richfaces-svn-commits at lists.jboss.org Wed Mar 31 07:55:09 2010 Content-Type: multipart/mixed; boundary="===============1167329528628561815==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r16690 - in root/examples-sandbox/trunk/components/tables/src/main: webapp and 1 other directory. Date: Wed, 31 Mar 2010 07:55:09 -0400 Message-ID: <201003311155.o2VBt90j027753@svn01.web.mwc.hst.phx2.redhat.com> --===============1167329528628561815== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: konstantin.mishin Date: 2010-03-31 07:55:08 -0400 (Wed, 31 Mar 2010) New Revision: 16690 Modified: root/examples-sandbox/trunk/components/tables/src/main/java/org/richface= s/demo/DataBean.java root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedta= ble.xhtml Log: RF-7852 ExtendedDataTable sample Modified: root/examples-sandbox/trunk/components/tables/src/main/java/org/r= ichfaces/demo/DataBean.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- root/examples-sandbox/trunk/components/tables/src/main/java/org/richfac= es/demo/DataBean.java 2010-03-31 10:46:24 UTC (rev 16689) +++ root/examples-sandbox/trunk/components/tables/src/main/java/org/richfac= es/demo/DataBean.java 2010-03-31 11:55:08 UTC (rev 16690) @@ -1,5 +1,6 @@ package org.richfaces.demo; = +import java.util.Date; import java.util.List; = import javax.faces.bean.ManagedBean; @@ -49,5 +50,8 @@ public void sortingListener(SortingEvent event) { System.out.println(event.getSortOrder()); } - + = + public Date getDate() { + return new Date(); + } } Modified: root/examples-sandbox/trunk/components/tables/src/main/webapp/ext= endedtable.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedt= able.xhtml 2010-03-31 10:46:24 UTC (rev 16689) +++ root/examples-sandbox/trunk/components/tables/src/main/webapp/extendedt= able.xhtml 2010-03-31 11:55:08 UTC (rev 16690) @@ -1,3 +1,10 @@ + + + - - = @@ -47,9 +48,11 @@ - + - + @@ -57,6 +60,15 @@ + + + + + + + + + @@ -78,13 +90,13 @@ = - + = - + - + --===============1167329528628561815==--