- java.lang.Object
-
- org.tentackle.fx.AbstractFxController
-
- org.tentackle.fx.rdc.PdoEditor<org.tentackle.security.pdo.Security>
-
- org.tentackle.fx.rdc.security.SecurityEditor
-
- All Implemented Interfaces:
org.tentackle.fx.FxController,org.tentackle.pdo.DomainContextProvider,org.tentackle.pdo.PdoHolder<org.tentackle.security.pdo.Security>,org.tentackle.validate.ScopeConfigurator
@FxControllerService public class SecurityEditor extends PdoEditor<org.tentackle.security.pdo.Security>
Editor for Security.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description SecurityEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.tentackle.security.pdo.SecuritygetPdo()voidrequestInitialFocus()Requests the initial focus after stage is shown.voidsetChangeable(boolean changeable)Sets the changeability of the editor.voidsetPdo(org.tentackle.security.pdo.Security pdo)voidsetSecurableClass(java.lang.Class<?> clazz)Sets the securable class.-
Methods inherited from class org.tentackle.fx.rdc.PdoEditor
getDomainContext, getValidationMappers, isChangeable, isEditAllowed, isNewAllowed, isRemoveAllowed, isViewAllowed, print, validateForm
-
Methods inherited from class org.tentackle.fx.AbstractFxController
configure, createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
-
-
-
Method Detail
-
getPdo
public org.tentackle.security.pdo.Security getPdo()
-
setPdo
public void setPdo(org.tentackle.security.pdo.Security pdo)
-
setSecurableClass
public void setSecurableClass(java.lang.Class<?> clazz)
Sets the securable class.- Parameters:
clazz- the securable class
-
requestInitialFocus
public void requestInitialFocus()
Description copied from class:PdoEditorRequests the initial focus after stage is shown.- Specified by:
requestInitialFocusin classPdoEditor<org.tentackle.security.pdo.Security>
-
setChangeable
public void setChangeable(boolean changeable)
Sets the changeability of the editor.- Overrides:
setChangeablein classPdoEditor<org.tentackle.security.pdo.Security>- Parameters:
changeable- true if changeable
-
-