Class EntityFormsPane

java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.gui.view.EntityFormsPane

public class EntityFormsPane extends Object
Represents a Pane that allows to show a various Form of entities.
  • Constructor Details

    • EntityFormsPane

      public EntityFormsPane()
      Instantiates new class that represents a Pane that allows to show a various Form of entities.
  • Method Details

    • getFormsPane

      public javafx.scene.layout.Pane getFormsPane()
      Gets entity forms as a Pane.
      Returns:
      entity forms as a Pane
    • setAndShowShowPane

      public void setAndShowShowPane(@NotNull @NotNull javafx.scene.layout.Pane showPane)
      Sets and shows show Pane of forms views.
      Parameters:
      showPane - show Pane
    • setAndShowCreatePane

      public void setAndShowCreatePane(@NotNull @NotNull javafx.scene.layout.Pane createPane)
      Sets and shows create Pane of forms views.
      Parameters:
      createPane - create Pane