Class UiInfiniteItemView2.SetVerticalSpacingCommand

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

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

    • componentId

      protected String componentId
    • verticalSpacing

      protected float verticalSpacing
  • Constructor Details

    • SetVerticalSpacingCommand

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

      public SetVerticalSpacingCommand(String componentId, float verticalSpacing)
  • Method Details