[REBOL] Re: VID: clear-fields - how to improve it
From: brett:codeconscious at: 29-Mar-2003 11:24
> If you use a DEFAULT and
> VALIDATE facet, for example, you can provide values for them in a
> style, process them in a number of ways, and extend the concept at
> will.
One futher thought. The Feel object handles the shared look and feel
behaviour
of faces, with the face object retaining the "state" of the
face. Maybe in a similar way instead of a facet in each face holding
clear-field behaviour, we could instead have a Model object that handles the
data manipuliation behaviour. Probably extra facets for specific default
values is still needed, but the idea is that shared code is in an object.
Unfortunately modifying vid for handling another object would be far more
complex than just adding a few facets.
Regards,
Brett.