[Arp] SPAM-LOW: Re: ArpForm -> Parameters -> visible
Matt Brailsford
matt at gradiation.co.uk
Fri Mar 10 06:42:35 PST 2006
The arpForm base class already has those getters/setters defined, so are
already available to all your classes which extend it.
Mike Britton wrote:
> I may be misunderstanding, but does this mean we should code implicit
> getter/setters for visible in each arpform? Like this:
>
> function get visible() {
> return __visible;
> }
>
> function set visible(val:Boolean) {
> __visible = val;
> }
>
> I do like the advantage of calling hide() or show() in terms of
> readability, but that's just habit I guess.
>
> Mike
>
> _______________________________________________
> Arp mailing list
> Arp at ariaware.com
> http://ariaware.com/mailman/listinfo/arp_ariaware.com
>
>
More information about the Arp
mailing list