public class PermissionPaneController extends Object
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.CheckBox |
accessRights |
javafx.scene.layout.HBox |
hbox |
javafx.scene.control.ChoiceBox<rst.domotic.unit.UnitConfigType.UnitConfig> |
newGroupChoiceBox |
javafx.scene.control.CheckBox |
readRights |
ObserverButton |
saveRightsButton |
javafx.scene.control.CheckBox |
writeRights |
| Constructor and Description |
|---|
PermissionPaneController() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize() |
void |
save(javafx.event.ActionEvent actionEvent) |
void |
setUnitConfig(rst.domotic.unit.UnitConfigType.UnitConfig unitConfig) |
void |
updateTableContent() |
public javafx.scene.control.ChoiceBox<rst.domotic.unit.UnitConfigType.UnitConfig> newGroupChoiceBox
public javafx.scene.control.CheckBox readRights
public javafx.scene.control.CheckBox writeRights
public javafx.scene.control.CheckBox accessRights
public ObserverButton saveRightsButton
public javafx.scene.layout.HBox hbox
Copyright © 2015–2017 openbase.org. All rights reserved.