Class I18nHandler

java.lang.Object
com.vaadin.copilot.plugins.i18n.I18nHandler
All Implemented Interfaces:
CopilotCommand

public class I18nHandler extends Object implements CopilotCommand
Command handler for i18n related operations
  • Field Details

    • GET_TRANSLATION_ERROR

      public static final int GET_TRANSLATION_ERROR
      See Also:
    • WRITE_TRANSLATION_ERROR

      public static final int WRITE_TRANSLATION_ERROR
      See Also:
    • SET_TRANSLATABLE_PROPERTY_ERROR

      public static final int SET_TRANSLATABLE_PROPERTY_ERROR
      See Also:
    • GET_TRANSLATABLE_PROPERTY_ERROR

      public static final int GET_TRANSLATABLE_PROPERTY_ERROR
      See Also:
  • Constructor Details

  • Method Details

    • handleMessage

      public boolean handleMessage(String command, elemental.json.JsonObject data, com.vaadin.base.devserver.DevToolsInterface devToolsInterface)
      Specified by:
      handleMessage in interface CopilotCommand