Class UiInfiniteItemView2.SetItemHeightCommand

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

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

    • componentId

      protected String componentId
    • itemHeight

      protected float itemHeight
  • Constructor Details

    • SetItemHeightCommand

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

      public SetItemHeightCommand(String componentId, float itemHeight)
  • Method Details