[richfaces-svn-commits] JBoss Rich Faces SVN: r11680 - trunk/test-applications/facelets/src/main/java/rich.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 9 13:56:49 EST 2008
Author: mvitenkov
Date: 2008-12-09 13:56:49 -0500 (Tue, 09 Dec 2008)
New Revision: 11680
Modified:
trunk/test-applications/facelets/src/main/java/rich/Options.java
Log:
+log
Modified: trunk/test-applications/facelets/src/main/java/rich/Options.java
===================================================================
--- trunk/test-applications/facelets/src/main/java/rich/Options.java 2008-12-09 18:56:28 UTC (rev 11679)
+++ trunk/test-applications/facelets/src/main/java/rich/Options.java 2008-12-09 18:56:49 UTC (rev 11680)
@@ -80,15 +80,24 @@
private static String[] INPUTNUMBERSLIDER_STYLE = { "barClass", "barStyle",
"handleClass", "inputClass", "handleSelectedClass", "inputSize",
"styleClass", "inputStyle", "tipStyle", "style", "tipClass" };
-
+
private boolean reDefault;
private boolean reComponent;
private boolean reProperty;
private boolean reStraightforward;
private boolean attribute;
+ private boolean log;
+ public boolean isLog() {
+ return log;
+ }
+
+ public void setLog(boolean log) {
+ this.log = log;
+ }
+
public Options() {
-
+ log = false;
reDefault = true;
reComponent = true;
reProperty = true;
More information about the richfaces-svn-commits
mailing list