Author: nbelaevski
Date: 2008-05-21 11:02:19 -0400 (Wed, 21 May 2008)
New Revision: 8676
Added:
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ButtonDisabledBackgroundImage.java
Log:
http://jira.jboss.com/jira/browse/RF-3494
Added:
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ButtonDisabledBackgroundImage.java
===================================================================
---
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ButtonDisabledBackgroundImage.java
(rev 0)
+++
trunk/framework/impl/src/main/java/org/richfaces/renderkit/html/images/ButtonDisabledBackgroundImage.java 2008-05-21
15:02:19 UTC (rev 8676)
@@ -0,0 +1,34 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.renderkit.html.images;
+
+
+/**
+ * @author Nick Belaevski
+ * @since 3.2
+ */
+
+public class ButtonDisabledBackgroundImage extends BaseControlBackgroundImage {
+ public ButtonDisabledBackgroundImage() {
+ super("tableSubfooterBackgroundColor",
"tableFooterBackgroundColor", 1);
+ }
+}