Package com.group21.jobTracker.ui.application
-
Class Summary Class Description ApplicationDataProvider This class provides filtering and other "CRUD" operations for Jobs objects on the "My Application" page.ApplicationForm An Application for performing create-read-update-delete operations on Jobs.ApplicationGrid Grid of Jobs, handling the visual presentation and filtering of a set of items.ApplicationView A view for performing create-read-update-delete operations on Jobs.ApplicationViewLogic This class provides an interface for the logical operations between the CRUD view, its parts like the Job editor form and the data source, including fetching and saving jobs.