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.
Jim Hunter
www.D4PHP.org
www.D4PHP-Hosting.com
On 4/23/07, dperez <[EMAIL PROTECTED]> wrote:
I find good to have some subobjects for selection, data in the table
class,
because otherwise it would need to have a lot
of methods/properties.
The qx.ui.core.Target class has already the method getChildren() that
returns an array.
-------------------------------------------------------------------------
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