@FxControllerService public class SecurityEditor extends PdoEditor<org.tentackle.security.pdo.Security>
| Constructor and Description |
|---|
SecurityEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
org.tentackle.security.pdo.Security |
getPdo() |
void |
initialize(URL location,
ResourceBundle resources) |
void |
requestInitialFocus()
Requests the initial focus after stage is shown.
|
void |
setChangeable(boolean changeable)
Sets the changeability of the editor.
|
void |
setPdo(org.tentackle.security.pdo.Security pdo) |
void |
setSecurableClass(Class<?> clazz)
Sets the securable class.
|
getDomainContext, getValidationMappers, isChangeable, isEditAllowed, isNewAllowed, isRemoveAllowed, isViewAllowed, print, validateFormcreateBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjectionspublic void initialize(URL location, ResourceBundle resources)
public org.tentackle.security.pdo.Security getPdo()
public void setPdo(org.tentackle.security.pdo.Security pdo)
public void setSecurableClass(Class<?> clazz)
clazz - the securable classpublic void requestInitialFocus()
PdoEditorrequestInitialFocus in class PdoEditor<org.tentackle.security.pdo.Security>public void configure()
configure in interface FxControllerconfigure in class AbstractFxControllerpublic void setChangeable(boolean changeable)
setChangeable in class PdoEditor<org.tentackle.security.pdo.Security>changeable - true if changeableCopyright © 2016 Krake Softwaretechnik. All rights reserved.