Class UiInfiniteItemView2.SetSelectionEnabledCommand

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

public static class UiInfiniteItemView2.SetSelectionEnabledCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
    • selectionEnabled

      protected boolean selectionEnabled
  • Constructor Details

    • SetSelectionEnabledCommand

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

      public SetSelectionEnabledCommand(String componentId, boolean selectionEnabled)
  • Method Details