Class SharedUserDataViewController

java.lang.Object
eirb.pub.app.display.javafx.view.vault.distant.list.shared.SharedUserDataViewController
All Implemented Interfaces:
javafx.fxml.Initializable

public class SharedUserDataViewController extends Object implements javafx.fxml.Initializable
  • Constructor Details

    • SharedUserDataViewController

      public SharedUserDataViewController()
  • Method Details

    • setSharedUserDataViewController

      public void setSharedUserDataViewController(AppController controller, SharedUserData ud)
    • initialize

      public void initialize(URL location, ResourceBundle resources)
      Specified by:
      initialize in interface javafx.fxml.Initializable
    • getCheckBoxSelected

      public boolean getCheckBoxSelected()
      Returns the selection state of the checkbox.
      Returns:
      true if the checkbox is selected, false otherwise.
    • checkerCheckBox

      public void checkerCheckBox(boolean beCheck)
      Sets the checkbox to the specified state.
      Parameters:
      beCheck - The state to set the checkbox to (true or false).
    • getId

      public UUID getId()