Hi Francis,

the API Viewer shows also the automatically generated getters ans 
setters, just press the "Properties" button (should be by default pressed).

Cheers,
Chris

Am 05.05.2011 04:06, schrieb Lavoie Francis:
> Bruce, Marc,
>
> As suggested, looking at the api would have told me that I can't see the 
> setter and getter since they are automagicaly generated.
>
> I think I'm better to read the doc about it.
>
> Thank you for the help and quick response.
>
> Francis
>
> On 2011-05-04, at 18:29, Marc Puts wrote:
>
>> Hi Francis,
>>
>> The setIcon method is not defined explicitly in code. It's automatically
>> generated at run-time and comes from the "icon" property of
>> qx.ui.window.Window.
>>
>> If you want to learn about properties, this [1] page in the manual. A
>> very short summary:
>>
>> If you define a class like this:
>> qx.Class.define("Person", {
>>    ...
>>    properties : {
>>      name : {nullable: true}
>>    }
>>    ...
>> });
>>
>> Then qooxdoo will automatically generate the getter (getName) and setter
>> (setName) methods for that property.
>>
>> [1] http://manual.qooxdoo.org/current/pages/core.html#properties
>>
>>
>> On 05/05/2011 12:09 AM, Bruce Bockius wrote:
>>> Push in the “Inherited” button at the top-right of the api screen…
>>>
>>>   -Bruce
>>>
>>>
>> Pressing the "inherited" button won't make a difference, as the setIcon
>> method is not an inherited method. Pressing the "properties" button,
>> however, will show it.
>>
>>
>> Regards,
>> Marc
>>
>>
>> ------------------------------------------------------------------------------
>> WhatsUp Gold - Download Free Network Management Software
>> The most intuitive, comprehensive, and cost-effective network
>> management toolset available today.  Delivers lowest initial
>> acquisition cost and overall TCO of any competing solution.
>> http://p.sf.net/sfu/whatsupgold-sd
>> _______________________________________________
>> qooxdoo-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today.  Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to