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

  • SEARCH
  • Home
  • 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 8219243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:05:15+00:00 2026-06-07T13:05:15+00:00

in my application I’m trying to extract the values from a filter list (auto-complete

  • 0

in my application I’m trying to extract the values from a filter list (auto-complete field).
In that field I have [ID, Name] ex [j342234, A,S]. I was able to retrieve the whole criteria by
doing this

Object Filterlistresult = fliterList.getCriteria();

but now I want to get extract ID part only from that field. Any Ideas?

Thank you in advance.

// here I get the values from a web server and insert them to the work Vector
public void parseJSONResponceInWB(String jsonInStrFormat) {
    try {
        JSONObject json = new JSONObject(jsonInStrFormat);
        JSONArray jArray = json.getJSONArray("transport");

        for (int i = 1; i < jArray.length(); i++) {
            JSONObject j = jArray.getJSONObject(i);
            ID = j.getString("ID");
            Name = j.getString("Name");

            WBenchVector.addElement(ID + " " + Name);
        }
    } catch (JSONException e) {
        e.printStackTrace();
    }
}

// adding the values to the filter list
private void RequestAutoComplete() {
    String[] returnValues = new String[WBenchVector.size()];
    System.out.print(returnValues);
    for (int i = 0; i < WBenchVector.size(); i++) {
        returnValues[i] = (String) WBenchVector.elementAt(i);
    }
    autoCompleteField(returnValues);
}

// creating the filter list field
private void autoCompleteField(String[] returnValues) {
    filterLst = new BasicFilteredList();
    filterLst.addDataSet(ID, returnValues, "",
            BasicFilteredList.COMPARISON_IGNORE_CASE);

    autoFld.setFilteredList(filterLst);
}

Finally i’m getting what the user select using this

AutoFieldCriteria = filterLst.getCriteria();
  • 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-06-07T13:05:18+00:00Added an answer on June 7, 2026 at 1:05 pm

    Thank you Nate. I actually fixed the problem.
    I converted the filterField Object to String and then I looked for the index of the first space, and substring the first word

          Object AutoFieldCriteria = filterLst.getCriteria();
     String AutoFieldString = AutoFieldCriteria.toString();
     int spacePos = AutoFieldString.indexOf(" ");
     String AutoFieldFirstWord = AutoFieldString.substring(0,spacePos);
    

    Thanks again.

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

Sidebar

Related Questions

Application use NHibernate. I Have object A that contains set of objects B. I
Application deals with strings that represent decimals that come from different cultures. For example
application design/architecture question for a project that I am building. I have a main
Application : HTA (therefore IE) This is an application that uses SendKeys to populate
Our application takes text from a web form and sends it via email to
An application I have recently started work on has to register two dll's, because
The application I'm currently writing is using MVVM with the ViewModel-first pattern. I have
my application use 10 threads that to read a lot of html file.similar the
Application uses Entity Framework 4.1 with database first approach. I have in database a
My application is not all to complicated. It retrieves a single entity from a

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.