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

Quick Search    Search Deep

com.sample.addressbook.config.* (9)com.sample.addressbook.controller.* (26)
com.sample.addressbook.dumbdb.* (3)com.sample.addressbook.model.* (1)
com.sample.addressbook.view.* (17)

com.sample.addressbook: Javadoc index of package com.sample.addressbook.


Package Samples:

com.sample.addressbook.config
com.sample.addressbook.config.contact
com.sample.addressbook.config.search
com.sample.addressbook.controller.components
com.sample.addressbook.controller.components.search
com.sample.addressbook.controller.contact
com.sample.addressbook.controller.contact.validation
com.sample.addressbook.controller.servlet
com.sample.addressbook.dumbdb
com.sample.addressbook.model.contact.data
com.sample.addressbook.view.components
com.sample.addressbook.view.components.search
com.sample.addressbook.view.contact
com.sample.addressbook.view.util

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
DumbDB: This class is used to fake a dumb database. It is only used for this application so that it can be demonstrated without the need of a proper database. Please do not use this class for anything other than testing/prototype purposes.
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.
ContactDatasetDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
ContactErrorHandlerDescriptor: This is an extended version of the com.aendvari.common.util.ResourceLoader class to allow access to the XML descriptor resource.
ContactAssociatesController: Prepares for displaying/modifying a contact's associations for editing.
ContactCreateController: Prepares for displaying/submitting the form for creating a contact.
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.
ContactValidation: This class provides the validation routine for managing a contact.
ContactModifyController: Prepares for displaying/submitting a contact for editing.
ContactErrorHandler: A sample error handler class for managing validation failures.
EmailAddressesView: Displays a modify/create emails form for editing.
ContactViewUtil: A utility class for all the contact view classes.
ContactNavigationView: Prepares the messages for navigational purposes.
FakeData: This class is used for creating a fake Contact.
ContactNavigationController: Manages copyform message for navigation calls.
Names: Contains various constants for field/resource names.
ContactNavigationControllerDescriptor: Contact Contact Navigation Controller Descriptor.
ContactDisplayController: Prepares for displaying the contact data.
ContactSearchController: Prepares for displaying the contact data.
ContactAssociatesView: Displays the add/remove associates form.
ContactEditView: Displays the modify/create contact form.
PagedSearchResult: Contains a single page of results of a search.
ContactSearchView: Displays a search form or result page.

Home | Contact Us | Privacy Policy | Terms of Service