public class ExportView extends java.lang.Object implements IView, javafx.fxml.Initializable
Constructor and Description |
---|
ExportView(ExportController controller)
Constructor
Loasd the FXML file
|
Modifier and Type | Method and Description |
---|---|
javafx.scene.layout.Pane |
getContent()
Returns the Container which inherits all GUI Elements loaded from the FXML file
|
void |
initialize(java.net.URL location,
java.util.ResourceBundle resources) |
void |
loadData(CmdDoExport export)
Loads the data from the model into the form
|
void |
showDialog(javafx.stage.Window owner,
CmdDoExport export)
Displays the Dialog as a modal window
Fills in the data provided from the model
|
public ExportView(ExportController controller)
controller
- public void showDialog(javafx.stage.Window owner, CmdDoExport export)
owner
- The Parent Windowexport
- the data modelpublic void loadData(CmdDoExport export)
export
- the modelpublic javafx.scene.layout.Pane getContent()
IView
getContent
in interface IView
public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable