From richfaces-svn-commits at lists.jboss.org Thu Apr 26 08:45:53 2007 Content-Type: multipart/mixed; boundary="===============6688175794998645633==" 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: r569 - in trunk/richfaces/datascroller/src/main: java/org/richfaces/component and 1 other directories. Date: Thu, 26 Apr 2007 08:45:53 -0400 Message-ID: --===============6688175794998645633== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: sergeyhalipov Date: 2007-04-26 08:45:53 -0400 (Thu, 26 Apr 2007) New Revision: 569 Modified: trunk/richfaces/datascroller/src/main/config/component/datascroller.xml trunk/richfaces/datascroller/src/main/java/org/richfaces/component/UIDat= ascroller.java trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatasc= roller.jspx Log: Added "align" attribute to data scroller. Modified: trunk/richfaces/datascroller/src/main/config/component/datascroll= er.xml =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 --- trunk/richfaces/datascroller/src/main/config/component/datascroller.xml= 2007-04-26 12:08:57 UTC (rev 568) +++ trunk/richfaces/datascroller/src/main/config/component/datascroller.xml= 2007-04-26 12:45:53 UTC (rev 569) @@ -221,11 +221,12 @@ true - - - - - + + align + java.lang.String + + + &listeners; = Modified: trunk/richfaces/datascroller/src/main/java/org/richfaces/componen= t/UIDatascroller.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 --- trunk/richfaces/datascroller/src/main/java/org/richfaces/component/UIDa= tascroller.java 2007-04-26 12:08:57 UTC (rev 568) +++ trunk/richfaces/datascroller/src/main/java/org/richfaces/component/UIDa= tascroller.java 2007-04-26 12:45:53 UTC (rev 569) @@ -145,7 +145,11 @@ public abstract void setStyleClass(String styleClass); = public abstract void setStyle(String styleClass); + = + public abstract String getAlign(); = + public abstract void setAlign(String align); + /** * Finds the dataTable which id is mapped to the "for" property * Modified: trunk/richfaces/datascroller/src/main/templates/org/richfaces/htm= lDatascroller.jspx =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 --- trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatas= croller.jspx 2007-04-26 12:08:57 UTC (rev 568) +++ trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatas= croller.jspx 2007-04-26 12:45:53 UTC (rev 569) @@ -24,7 +24,7 @@ x:passThruWithExclusions=3D"value,name,type,id" class=3D"dr-dscr rich-datascr #{component.attributes['styleClass']}" style=3D"#{component.attributes['style']};"> - = +
=