Hey guys,
can someone explain to me how I can create a model class with a structured
property?
By structured property I mean the following:
myClass {
Properties : {
prop1 : {
},
prop2 : {
subprop1 : {
}
subprop2 : {
}
}
}
}
afterwards I would be able to access the subproperties via myObject
(instance of myClass) using myObject.getProp2().getSubprop1();
How exactly would the code look for that?
Thanks very much!
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel