Class UiFileField.SetShowEntriesAsButtonsOnHoverCommand

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

public static class UiFileField.SetShowEntriesAsButtonsOnHoverCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • showEntriesAsButtonsOnHover

      protected boolean showEntriesAsButtonsOnHover
  • Constructor Details

    • SetShowEntriesAsButtonsOnHoverCommand

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

      public SetShowEntriesAsButtonsOnHoverCommand(String componentId, boolean showEntriesAsButtonsOnHover)
  • Method Details