Class SharedUserDataViewController
java.lang.Object
eirb.pub.app.display.javafx.view.vault.distant.list.shared.SharedUserDataViewController
- All Implemented Interfaces:
javafx.fxml.Initializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckerCheckBox(boolean beCheck) Sets the checkbox to the specified state.booleanReturns the selection state of the checkbox.getId()voidinitialize(URL location, ResourceBundle resources) voidsetSharedUserDataViewController(AppController controller, SharedUserData ud)
-
Constructor Details
-
SharedUserDataViewController
public SharedUserDataViewController()
-
-
Method Details
-
initialize
- Specified by:
initializein interfacejavafx.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