Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sample.addressbook.controller.components.search: Javadoc index of package com.sample.addressbook.controller.components.search.


Package Samples:

com.sample.addressbook.controller.components.search

Classes:

SearchController: Manages search request. When an item is "selected", this component sets the id of the selected value into the sending message under the name "itemId". To extract that id while in the listening component of the send message, use the following code: String itemId = message.getProperties().getString("itemId"); The message sent to respond to the "selected" action, is determined in the configuration of this search component. See the message "select" in SearchController.xml
SearchResult: Contains the results of a search: The total number of result items. The subset of the result items requested. A search result may contain only a subset of the query. Each subset typically represents a single "page" of results.
SearchFilter: Specifies a filter to determine which items to place in a search result.
SearchRange: Specifies the inclusive range of items to place in a search result.
PagedSearchResult: Contains a single page of results of a search.
PagedSearch: Calculates the search range by page numbers.
SearchControllerDescriptor: Search Controller Descriptor.

Home | Contact Us | Privacy Policy | Terms of Service