Class UiInfiniteItemView2.SetItemWidthCommand

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

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

    • componentId

      protected String componentId
    • itemWidth

      protected float itemWidth
  • Constructor Details

    • SetItemWidthCommand

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

      public SetItemWidthCommand(String componentId, float itemWidth)
  • Method Details