java.lang.Object
com.prog3.ipt.Controller.ViewController
com.prog3.ipt.Controller.NoticesViewController
- All Implemented Interfaces:
 javafx.fxml.Initializable
NoticeViewController is the controller that handles Notices view.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate javafx.scene.control.Buttonprivate javafx.scene.control.TableView<Notice> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(URL url, ResourceBundle resourceBundle) protected voidInitializes View Componentprotected voidonBackButtonClick(javafx.event.ActionEvent event) Back to previous viewMethods inherited from class com.prog3.ipt.Controller.ViewController
checkDatePickersContent, checkTextFieldsContent, clearDatePickersContent, clearTextFieldsContent, generatePayPalAlert, getFxmlLoader, getLocalScene, getStage, onButtonClickNavigateToView, raiseConfirmationAlert, raiseErrorAlert, raiseInformationAlert, setFxmlLoader, setLocalScene, setStage, validateEmail 
- 
Field Details
- 
backButton
private javafx.scene.control.Button backButton - 
noticesTableView
 - 
noticeIDTableColumn
 - 
lineIDTableColumn
 - 
rideIDTableColumn
 - 
noticeDateTableColumn
 - 
noticeNameTableColumn
 - 
noticeTextTableColumn
 
 - 
 - 
Constructor Details
- 
NoticesViewController
public NoticesViewController() 
 - 
 - 
Method Details
- 
onBackButtonClick
protected void onBackButtonClick(javafx.event.ActionEvent event) Back to previous view- Specified by:
 onBackButtonClickin classViewController- Parameters:
 event- Button clicked- See Also:
 
 - 
initialize
- See Also:
 - 
Initializable.initialize(URL, ResourceBundle)
 
 - 
initializeViewComponents
protected void initializeViewComponents()Description copied from class:ViewControllerInitializes View Component- Specified by:
 initializeViewComponentsin classViewController- See Also:
 
 
 -