New Posts New Posts RSS Feed: What is the difference between the SearchPageView and the SearchAndResultsPage?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

What is the difference between the SearchPageView and the SearchAndResultsPage?

 Post Reply Post Reply
Author
Linguinut View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14-Jun-2007
Location: United States
Posts: 394
Post Options Post Options   Quote Linguinut Quote  Post ReplyReply Direct Link To This Post Topic: What is the difference between the SearchPageView and the SearchAndResultsPage?
    Posted: 31-Jul-2007 at 11:14am
These are described in the Cabana Reference doc on p. 30.  Each view (SmartPart) is found in the CabanaLib solution: IdeaBlade.Cab.Net in the Views\Layout folder.
 
Thanks!
Back to Top
Bill Jensen View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 31-Jul-2007
Location: United States
Posts: 229
Post Options Post Options   Quote Bill Jensen Quote  Post ReplyReply Direct Link To This Post Posted: 31-Jul-2007 at 3:09pm
You seem to have found the answer to your question. 
 
In:
    CabanaLib solution,
         IdeaBlade.Cab.UI project,
              PageControllers folder
 
you'll find the page controllers for these two pages.  These contain descriptions of the page layouts.
 
Thanks,
Bill Jensen
Back to Top
Linguinut View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14-Jun-2007
Location: United States
Posts: 394
Post Options Post Options   Quote Linguinut Quote  Post ReplyReply Direct Link To This Post Posted: 31-Jul-2007 at 3:26pm
Thanks for pointing out the location of the controllers.  So, one displays search results in a grid, but the other displays search results in a grid and tabs with details of the selected entity?  Is that right?
 
As a module developer, would I need to know when to use one or the other?
Just trying to piece this all together.
 
Bill
Back to Top
Bill Jensen View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 31-Jul-2007
Location: United States
Posts: 229
Post Options Post Options   Quote Bill Jensen Quote  Post ReplyReply Direct Link To This Post Posted: 31-Jul-2007 at 7:06pm

Yes, the SearchAndResultsPage typically provides a search view over a grid showing the resulting entities.

The SearchPage includes a Searcher at the top that may include a grid showing the results of the search.  Below is a "SummaryView" -- typically a control view summarizing the currently selected entity.  Below that is a TabWorkspace that can show various detailed aspects of the selected entity.
 
The choice of page layout and content should be driven by application use case requirements.  I'm sure there must be stuff written about this, but I haven't seen a lot.  Any suggestions for codifying this process would be greatly appreciated.
 
Thanks,
Bill
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down