[richfaces-svn-commits] JBoss Rich Faces SVN: r4875 - trunk/framework/api/src/main/java/org/richfaces/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 17 12:38:05 EST 2007


Author: abelevich
Date: 2007-12-17 12:38:05 -0500 (Mon, 17 Dec 2007)
New Revision: 4875

Modified:
   trunk/framework/api/src/main/java/org/richfaces/component/Dropzone.java
Log:
add methods for mapping between drop types and acceptable cursors


Modified: trunk/framework/api/src/main/java/org/richfaces/component/Dropzone.java
===================================================================
--- trunk/framework/api/src/main/java/org/richfaces/component/Dropzone.java	2007-12-17 17:36:39 UTC (rev 4874)
+++ trunk/framework/api/src/main/java/org/richfaces/component/Dropzone.java	2007-12-17 17:38:05 UTC (rev 4875)
@@ -45,7 +45,16 @@
 	public Object getTypeMapping();
 	
 	public void setTypeMapping(Object types);
+	
+	
 	/**
+	 * Getter for mapping between drop types and acceptable cursors
+	 * @return
+	 */
+	public Object getCursorTypeMapping();
+	public void setCursorTypeMapping(Object types);
+	
+	/**
 	 * Getter for JavaScript event handler, called then drag curcor enter in component area.
 	 * If this handler return false, or "declined", drop operation on this component not allowed.
 	 * If handler return true or "allowed" , or any other supported indicator states, drop operation




More information about the richfaces-svn-commits mailing list