RE: [flexcoders] Dynamically retrieving the input data of a UIComponent.

2007-04-10 Thread Alex Harui
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gotgoose09 Sent: Monday, April 09, 2007 5:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Dynamically retrieving the input data of a UIComponent. In one of my components I save a DateField, TextInput

RE: [flexcoders] Dynamically retrieving the input data of a UIComponent.

2007-04-10 Thread Dirk Eismann
Of Alex Harui Sent: Tuesday, April 10, 2007 8:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Dynamically retrieving the input data of a UIComponent. If that's the total set, I'd just write the if statement. If you want extensibility

[flexcoders] Dynamically retrieving the input data of a UIComponent.

2007-04-09 Thread gotgoose09
In one of my components I save a DateField, TextInput, NumericStepper, etc. as a UIComponent which is displayed on the screen. I need a way of retrieving the data that the user inputs into this UIComponent, but my component doesn't know whether it should retrieve the text property (TextInput,