java.lang.Object
com.prog3.ipt.Controller.ViewController
com.prog3.ipt.Controller.GoogleMapsViewController
- All Implemented Interfaces:
 javafx.fxml.Initializable
GoogleMapsViewController is the controller that handles GoogleMaps view.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate javafx.scene.control.Buttonprivate javafx.scene.web.WebEngineprivate Stringprivate javafx.scene.web.WebView - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(URL url, ResourceBundle resourceBundle) protected voidInitializes View Componentprotected voidonBackButtonClick(javafx.event.ActionEvent event) Back to previous viewvoidMethods 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 - 
webView
private javafx.scene.web.WebView webView - 
engine
private javafx.scene.web.WebEngine engine - 
url
 
 - 
 - 
Constructor Details
- 
GoogleMapsViewController
public GoogleMapsViewController() 
 - 
 - 
Method Details
- 
onBackButtonClick
protected void onBackButtonClick(javafx.event.ActionEvent event) Back to previous view- Specified by:
 onBackButtonClickin classViewController- Parameters:
 event- Button clicked
 - 
setUrl
 - 
initialize
- See Also:
 - 
Initializable.initialize(URL, ResourceBundle)
 
 - 
initializeViewComponents
protected void initializeViewComponents()Description copied from class:ViewControllerInitializes View Component- Specified by:
 initializeViewComponentsin classViewController- See Also:
 - 
ViewController.initializeViewComponents()Platform.runLater(Runnable)WebEngineWebView
 
 
 -