Class UiTextField.SetMaxCharactersCommand

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

public static class UiTextField.SetMaxCharactersCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • maxCharacters

      protected int maxCharacters
  • Constructor Details

    • SetMaxCharactersCommand

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

      public SetMaxCharactersCommand(String componentId, int maxCharacters)
  • Method Details