Class DragAndDropWebEditorClientManager

  • All Implemented Interfaces:
    WbeClientManager

    @Service
    public class DragAndDropWebEditorClientManager
    extends Object
    implements WbeClientManager
    Implementation of a client able to take in charge the edition into the Web Browser of HTML content by Drag & Drop.
    Author:
    silveryocha
    • Constructor Detail

      • DragAndDropWebEditorClientManager

        public DragAndDropWebEditorClientManager()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        Description copied from interface: WbeClientManager
        Indicates if the WBE edition is enabled.
        Specified by:
        isEnabled in interface WbeClientManager
        Returns:
        true if enabled, false otherwise.
      • isHandled

        public boolean isHandled​(WbeFile file)
        Description copied from interface: WbeClientManager
        Indicates if given WbeFile is handled by WBE client.
        Specified by:
        isHandled in interface WbeClientManager
        Parameters:
        file - the WBE file to check.
        Returns:
        true if handled, false otherwise.
      • clear

        public void clear()
        Description copied from interface: WbeClientManager
        Clears all the context of the Web Browser Edition.
        Specified by:
        clear in interface WbeClientManager
      • getName

        public String getName​(String language)
        Description copied from interface: WbeClientManager
        Provides the name of the client.
        Specified by:
        getName in interface WbeClientManager
        Parameters:
        language - the user language.
        Returns:
        a string.