]> 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 properties : {
4 natureUuid : {},
5 natureType : {}
6 },
7 members : {
8 getNatureLabel : function(){return true},
9 setData : function(dataMap, format){return true;}
10 }
11 });