Class UiSimpleFileField.SetBrowseButtonCaptionCommand

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

public static class UiSimpleFileField.SetBrowseButtonCaptionCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • browseButtonCaption

      protected String browseButtonCaption
  • Constructor Details

    • SetBrowseButtonCaptionCommand

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

      public SetBrowseButtonCaptionCommand(String componentId, String browseButtonCaption)
  • Method Details