]> git.argeo.org Git - lgpl/argeo-commons.git/blob - components/INaturePane.js
Prepare next development cycle
[lgpl/argeo-commons.git] / components / INaturePane.js
1 qx.Interface.define("org.argeo.security.ria.components.INaturePane", {
2 extend : org.argeo.security.ria.components.IUserDataPane,
3 statics : {
4 NATURE_TYPE : "",
5 NATURE_LABEL : "",
6 NATURE_ICON : ""
7 },
8 properties : {
9 editMode : {
10 init : true,
11 apply : "_applyEditMode",
12 event : "changeEditMode"
13 }
14 },
15 members : {
16 setData : function(dataMap, format){return true;}
17 }
18 });