Class ControlsContainer

    • Constructor Detail

      • ControlsContainer

        public ControlsContainer()
        A constructor for this container
    • Method Detail

      • getLdapCodecService

        public LdapApiService getLdapCodecService()
        Gets the LdapApiService associated with this Container.
        Returns:
        The LDAP service instance
      • getCurrentControl

        public Control getCurrentControl()
        Returns:
        the currentControl
      • setCurrentControl

        public void setCurrentControl​(Control currentControl)
        Parameters:
        currentControl - the currentControl to set
      • getControls

        public List<Control> getControls()
        Returns:
        the controls
      • addControl

        public void addControl​(Control control)
        Parameters:
        control - the controls to add to the list of controls
      • getFactory

        public ControlFactory<?> getFactory()
        Returns:
        the factory
      • setFactory

        public void setFactory​(ControlFactory<?> factory)
        Parameters:
        factory - the factory to set