Class UiItemView.SetFilterCommand

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

public static class UiItemView.SetFilterCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • filter

      protected String filter
  • Constructor Details

    • SetFilterCommand

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

      public SetFilterCommand(String componentId, String filter)
  • Method Details