On 18/12/2010 03:57, icarusfactor wrote:
> Thanks for the tips, got it migrated, I like all the options generate.py
> offers. I did the lint option and it said :
>
> /home/factor/src/qooxdoo-1.3-sdk/tool/bin/question3dview/source/class/question3dview/Application.js
> (248,27): Protected data field in 'this._tableModel'. Protected data fields
> are deprecated. Better use private fields in combination with getter and
> setter methods.
>>>> Done
>
> Where is a good demo of private data fields with "getter" and "setter"
> located in the demos?
Hi,

I think this message essentially advises you to use this.getTableModel() and
this.setTableModel(model) instead of accessing the field directly.


HTH,

-- 
Joffrey Fuhrer
NOVLOG Intern


------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to