Is there a way to determine the type of an object as given in method
parameters where the object is listed as type "var"? For example in the
qx.ui.core.Border object:

setLeft(Number widthLeft, var styleLeft, var colorLeft)

What would I pass for "styleLeft" and "colorLeft"? Presumably a
"qx.html.Style" and "qx.theme.Manager.Color" object? If so, is there a
reason these methods don't state explicitly the object type as in the
followiing qx.ui.core.Border method?

_applyColorLeft(Color value, Color old)

Best,
Dalmazio


-- 
View this message in context: 
http://n2.nabble.com/How-to-determine-the-type-of-a-%27var%27-object-in-qooxdoo--tp679531p679531.html
Sent from the qooxdoo mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to