]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/components/ILoadStatusable.js
Remove old webapp
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / argeo-ria-src / class / org / argeo / ria / components / ILoadStatusable.js
diff --git a/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/components/ILoadStatusable.js b/org.argeo.slc.webapp/src/main/webapp/argeo-ria-src/class/org/argeo/ria/components/ILoadStatusable.js
deleted file mode 100644 (file)
index dcb9554..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/**\r
- * \r
- * Any component implementing this interface will generally be a user-interface indicating \r
- * a "loading" status (button enabled/disabled, animated loading gif, etc...).\r
- * The RequestManager can handle such an array of ILoadStatusable at the beginning/end of a Request.\r
- * \r
- * @author Charles du Jeu\r
- */\r
-qx.Interface.define("org.argeo.ria.components.ILoadStatusable", {\r
-       \r
-       members : {\r
-               /**\r
-                * Sets the current status of the component.\r
-                * @param status {boolean} load status\r
-                * @return {Boolean}\r
-                */\r
-               setOnLoad : function(status){return true;}\r
-       }\r
-});
\ No newline at end of file