Package com.group21.jobTracker.ui.applicationSearch
-
Class Summary Class Description ApplicationSearchDataProvider This class is the data provider for the application search page in JobTracker.ApplicationSearchForm This form is used by the ApplicationSearchView to represent the form needed to add a Jobs object to the backend.ApplicationSearchGrid Grid of job objects, handling the visual presentation and filtering of a set of items.ApplicationSearchView Represents the UI for the "Application Search" page, incorporates functionality for "CRUD" operations as well.ApplicationSearchViewLogic This class provides an interface for the logical operations between the CRUD view, its parts like the job editor form and the backend data, including fetching and saving jobs.