• 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
d2w ordering an array for display
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

d2w ordering an array for display


  • Subject: d2w ordering an array for display
  • From: Theodore Petrosky <email@hidden>
  • Date: Sat, 21 Jan 2012 16:51:49 -0800 (PST)

I have an EO with a column that I use to order the objects. it is an integer so my method to return the EOs is:

public NSArray<RowColor> currentRowColors() {

     NSArray<RowColor> rowColorList = RowColor.fetchRowColors(editingContext(), RowColor.IS_ACTIVE.eq(true), RowColor.ORDERING_INT.ascs());

return rowColorList;
}

but my d2w component is not respecting the order of the array. it looks like it is ordering alphabetically on the displayedObject.

how do I order the elements on the ORDERING_INT key.

Ted
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: d2w ordering an array for display
      • From: David LeBer <email@hidden>
  • Prev by Date: Re: Eclipse "3.7.1" hangs a lot - Anyone else?
  • Next by Date: Re: d2w ordering an array for display
  • Previous by thread: Slides from Embedded D2W
  • Next by thread: Re: d2w ordering an array for display
  • Index(es):
    • Date
    • Thread