Klasse UiFileField.SetShowEntriesAsButtonsOnHoverCommand

java.lang.Object
org.teamapps.dto.UiFileField.SetShowEntriesAsButtonsOnHoverCommand
Alle implementierten Schnittstellen:
UiCommand<Void>
Umschließende Klasse:
UiFileField

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

    • componentId

      protected String componentId
    • showEntriesAsButtonsOnHover

      protected boolean showEntriesAsButtonsOnHover
  • Konstruktordetails

    • SetShowEntriesAsButtonsOnHoverCommand

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

      public SetShowEntriesAsButtonsOnHoverCommand(String componentId, boolean showEntriesAsButtonsOnHover)
  • Methodendetails

    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • getComponentId

      public String getComponentId()
      Angegeben von:
      getComponentId in Schnittstelle UiCommand<Void>
    • getShowEntriesAsButtonsOnHover

      public boolean getShowEntriesAsButtonsOnHover()