Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6004753
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T01:18:26+00:00 2026-05-23T01:18:26+00:00

I have a custom component which contains many promptingTextInput controls. When i click a

  • 0

I have a custom component which contains many promptingTextInput controls.

When i click a button, I want the text field of all the promptingTextInputs to become blank.
(Note: I have around 60 promptingTextInputs)

How do i access the controls dynamically ? I am looking for a flex equivalent of $(‘input[type=text]’) (like in jquery).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T01:18:27+00:00Added an answer on May 23, 2026 at 1:18 am

    As for me the best way to obtain it is to follow data driven design. Create data object (I mean a dedicated class) with dedicated fields (of String type) for every your TextInput. Then bind your text inputs with fields using two way binding. Then you can clear all text inputs by recreating object. I’ll illustrate it with the following pseudo code. Lets create our data object aka VO:

    [Bindable]
    public class Person
    {
        public var firstName:String;
        public var lastName:String;
    }
    

    Then our MXML class:

    <fx:Script>
    <![CDATA[
        [Bindable]
        private var person:Person = new Person();
    ]]>
    </fx:Script>
    <s:TextInput text="@{person.firstName}" />
    <s:TextInput text="@{person.lastName}" />
    <s:Button label="Clear" click="person = new Person()" />
    

    It seems it will be better in design point of view and much more simple. And you can use composition within your data object and still take advantage of binding.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have a module in flex in which I add a custom component.
I have a custom Control which contains the generic.xaml inside the Themes folder. I
I have custom components which must adjust their text content based on space constraints.
So I have a JFrame which I've added a custom JPanel component. The JPanel
I have a custom Swing component called NavigationLink which extends JLabel and implements a
I have a custom component on which I have bound an array collection to
I have a custom component where I have implemented INotifyPropertyChanged and IBindableComponent . However,
I have written a new custom component derived from TLabel. The component adds some
I have a solution with many projects. One project contain few custom components. One
I have a login.jsp page which contains a login form. Once logged in the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.