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 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