Class UiSimpleFileField.SetBrowseButtonIconCommand

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

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

    • componentId

      protected String componentId
    • browseButtonIcon

      protected String browseButtonIcon
  • Constructor Details

    • SetBrowseButtonIconCommand

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

      public SetBrowseButtonIconCommand(String componentId, String browseButtonIcon)
  • Method Details