public class KvView extends java.lang.Object implements IView, javafx.fxml.Initializable
Constructor and Description |
---|
KvView(KvController controller)
Constructor of the view
|
Modifier and Type | Method and Description |
---|---|
void |
fillCombobox(javafx.collections.ObservableList<Code> codes)
Fill the comboboxes with the given data model list
|
void |
fillTableData(javafx.collections.ObservableList<Faktura> fakturen)
Fill the Table with the given data model List
|
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)
Is called while the FXML file/object is loaded
|
public KvView(KvController controller)
controller
- public void initialize(java.net.URL location, java.util.ResourceBundle resources)
initialize
in interface javafx.fxml.Initializable
public javafx.scene.layout.Pane getContent()
IView
getContent
in interface IView
public void fillTableData(javafx.collections.ObservableList<Faktura> fakturen)
fakturen
- public void fillCombobox(javafx.collections.ObservableList<Code> codes)
codes
-