Class 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.Security getPdo()  
      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​(java.lang.Class<?> clazz)
      Sets the securable class.
      • Methods inherited from class org.tentackle.fx.AbstractFxController

        configure, createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.tentackle.pdo.DomainContextProvider

        on, op
      • Methods inherited from interface org.tentackle.pdo.PdoHolder

        on
    • Constructor Detail

      • SecurityEditor

        public SecurityEditor()
    • 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: PdoEditor
        Requests the initial focus after stage is shown.
        Specified by:
        requestInitialFocus in class PdoEditor<org.tentackle.security.pdo.Security>
      • setChangeable

        public void setChangeable​(boolean changeable)
        Sets the changeability of the editor.
        Overrides:
        setChangeable in class PdoEditor<org.tentackle.security.pdo.Security>
        Parameters:
        changeable - true if changeable