Re: [flexcoders] exposing data in custom components

2006-10-03 Thread Tom Chiverton
On Monday 02 October 2006 03:52, Douglas Knudsen wrote: > thoughts? I've been writing components that expose the same variable they bind to (simple string or VO) or have a get/set for the complex type (getSelectedUser():UserVO and setSelectedUser(aUser:UserVO):void) -- Tom Chiverton Helping to

[flexcoders] exposing data in custom components

2006-10-01 Thread Douglas Knudsen
Ok, going through some discussions with some fellow employees on this.  What is a best practise for exposing data in custom components?  case 1: simple data.  eg, a fancy date selection component that exposes a selectedDate value.  Seems in this case a custom getter method in front of a privte v