Hi Jim,

If you see a class with hundreds of properties and methods, you can get a
little overwhelmed, divide and conquer.
This doesn't mean that methods/properties shouldn't be reviewd.

I think that every control that has children inherits from Parent, like
ComboBox, Spinner, Table, ....


Jim Hunter-2 wrote:
> 
> Why does it matter how many properties and methods a class has if it makes
> it easier to use? I don't understand your logic on that one.
> 
> You must be thinking of .7.x, getChildren() is introduced in
> qx.ui.core.Parent in .6.6 and many controls do not inherit from it. Only
> controls that can have children do. I need to be able to interrogate any
> control on the page to see if it has children not knowing what the control
> is. I do this when freeing controls because I need to free the controls
> children as well and checking to see if I get an error on hasChildren() is
> just not a clean way to code in my opinion.
> 

-- 
View this message in context: 
http://www.nabble.com/attribute-label-text-html-tf3622487.html#a10155548
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to