]> git.argeo.org Git - lgpl/argeo-commons.git/blob - components/IUserDataPane.js
Prepare next development cycle
[lgpl/argeo-commons.git] / components / IUserDataPane.js
1 qx.Interface.define("org.argeo.security.ria.components.IUserDataPane", {
2 members : {
3 getContainer : function(){return true;},
4 getData : function(format){return true;},
5 validate : function(){return true;}
6 },
7 properties : {
8 valid : {}
9 },
10 events : {
11 "modified" : "qx.event.type.Event"
12 }
13 });