]> git.argeo.org Git - lgpl/argeo-commons.git/blob - ria/components/IUserDataPane.js
Prepare next development cycle
[lgpl/argeo-commons.git] / ria / 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 events : {
8 "modified" : "qx.event.type.Event"
9
10 }
11 });