@FxControllerService public class SecurityRulesView extends AbstractFxController implements org.tentackle.pdo.DomainContextProvider
| Constructor and Description |
|---|
SecurityRulesView() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
org.tentackle.pdo.DomainContext |
getDomainContext() |
void |
initialize(URL location,
ResourceBundle resources) |
void |
setSecuredObject(Class<?> clazz)
Configures the view to edit security rule sets for a non-PDO-class.
|
void |
setSecuredObject(int classId)
Configures the view to edit security rule sets for a PDO-class.
|
void |
setSecuredObject(org.tentackle.pdo.PersistentDomainObject<?> pdo)
Configures the view to edit security rule sets for a PDO.
|
static void |
show(Class<?> clazz,
org.tentackle.pdo.PersistentDomainObject<?> pdo)
Creates and shows the modal stage.
|
createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjectionspublic static void show(Class<?> clazz, org.tentackle.pdo.PersistentDomainObject<?> pdo)
clazz - the secured non-PDO class, null if PDOpdo - the secured PDO, null if non-PDO clazzpublic org.tentackle.pdo.DomainContext getDomainContext()
getDomainContext in interface org.tentackle.pdo.DomainContextProviderpublic void initialize(URL location, ResourceBundle resources)
initialize in interface javafx.fxml.Initializablepublic void configure()
configure in interface FxControllerconfigure in class AbstractFxControllerpublic void setSecuredObject(org.tentackle.pdo.PersistentDomainObject<?> pdo)
pdo - the pdopublic void setSecuredObject(int classId)
classId - the class-IDpublic void setSecuredObject(Class<?> clazz)
clazz - the classCopyright © 2016 Krake Softwaretechnik. All rights reserved.