Class UiCurrencyField.SetLocaleCommand

java.lang.Object
org.teamapps.dto.UiCurrencyField.SetLocaleCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
UiCurrencyField

public static class UiCurrencyField.SetLocaleCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • locale

      protected String locale
  • Constructor Details

    • SetLocaleCommand

      @Deprecated public SetLocaleCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetLocaleCommand

      public SetLocaleCommand(String componentId, String locale)
  • Method Details