]> git.argeo.org Git - lgpl/argeo-commons.git/blob - ria/components/INaturePane.js
Prepare next development cycle
[lgpl/argeo-commons.git] / ria / components / INaturePane.js
1 qx.Interface.define("org.argeo.security.ria.components.INaturePane", {
2 extend : org.argeo.security.ria.components.IUserDataPane,
3 members : {
4 getNatureLabel : function(){return true},
5 setData : function(dataMap, format){return true;}
6 }
7 });