Class EntityFormsPane
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.gui.view.EntityFormsPane
Represents a
Pane
that allows to show a various Form
of entities.-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates new class that represents aPane
that allows to show a variousForm
of entities. -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.Pane
Gets entity forms as aPane
.void
setAndShowCreatePane
(@NotNull javafx.scene.layout.Pane createPane) Sets and shows createPane
of forms views.void
setAndShowShowPane
(@NotNull javafx.scene.layout.Pane showPane) Sets and shows showPane
of forms views.
-
Constructor Details
-
EntityFormsPane
public EntityFormsPane()Instantiates new class that represents aPane
that allows to show a variousForm
of entities.
-
-
Method Details
-
getFormsPane
public javafx.scene.layout.Pane getFormsPane()Gets entity forms as aPane
.- Returns:
- entity forms as a
Pane
-
setAndShowShowPane
public void setAndShowShowPane(@NotNull @NotNull javafx.scene.layout.Pane showPane) Sets and shows showPane
of forms views.- Parameters:
showPane
- showPane
-
setAndShowCreatePane
public void setAndShowCreatePane(@NotNull @NotNull javafx.scene.layout.Pane createPane) Sets and shows createPane
of forms views.- Parameters:
createPane
- createPane
-