• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WOPopUpButton Used For A Search
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WOPopUpButton Used For A Search


  • Subject: Re: WOPopUpButton Used For A Search
  • From: George Domurot <email@hidden>
  • Date: Wed, 26 Feb 2003 09:38:20 -0500

You aren't required to use name and value bindings. But, you will need to bind selection to a new variable, say selectedTbNavPageToSearch. Setup a setSelectedTbNavPageToSearch method that accepts the new setting and handles the search, such as:

public void  setSelectedTbNavPageToSearch(TbNavPage value)
{

	selectedTbNavPageToSearch = value;

	if (selectedTbNavPageToSearch!=null)
	{

		// add search code here

	}
}

On Wednesday, February 26, 2003, at 08:13  AM, Jonathan Fleming wrote:

CategoryPopUp: WOPopUpButton {
	displayString = tbnavpage.navPageName;
	item = tbnavpage;
	list = sortedNavPageNames;
	name = "navPagePopupList";
	value = tbnavpage.navPageName;
   selection = tbnavpage;
}
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >WOPopUpButton Used For A Search (From: "Jonathan Fleming" <email@hidden>)

  • Prev by Date: WOPopUpButton Used For A Search
  • Next by Date: Re: Windows, WO5.2, Bourne shell?
  • Previous by thread: WOPopUpButton Used For A Search
  • Next by thread: Re: WOPopUpButton Used For A Search
  • Index(es):
    • Date
    • Thread