Author: konstantin.mishin
Date: 2007-11-01 14:14:49 -0400 (Thu, 01 Nov 2007)
New Revision: 3687
Added:
trunk/sandbox/ui/columns/src/main/java/org/richfaces/component/
trunk/sandbox/ui/columns/src/main/java/org/richfaces/component/UIColumns.java
Log:
RF-1201
Added: trunk/sandbox/ui/columns/src/main/java/org/richfaces/component/UIColumns.java
===================================================================
--- trunk/sandbox/ui/columns/src/main/java/org/richfaces/component/UIColumns.java
(rev 0)
+++
trunk/sandbox/ui/columns/src/main/java/org/richfaces/component/UIColumns.java 2007-11-01
18:14:49 UTC (rev 3687)
@@ -0,0 +1,40 @@
+/**
+ * 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.component;
+
+import javax.faces.component.UIData;
+
+import org.richfaces.component.Column;
+
+
+
+/**
+ * JSF component class
+ *
+ */
+public abstract class UIColumns extends UIData implements Column {
+
+ public static final String COMPONENT_TYPE = "org.richfaces.Columns";
+
+ public static final String COMPONENT_FAMILY = "org.richfaces.Column";
+
+}
Show replies by date