]> git.argeo.org Git - lgpl/argeo-commons.git/blob - security/runtime/org.argeo.security.ria/src/argeo-ria-lib/security/class/org/argeo/security/ria/components/INaturePane.js
add description field
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.ria / src / argeo-ria-lib / security / class / org / argeo / security / ria / 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 isNew : {
15 init : false,
16 check : "Boolean"
17 }
18 },
19 members : {
20 setData : function(dataMap, format){return true;}
21 }
22 });