Class UiInfiniteItemView.SetVerticalItemAlignmentCommand

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

public static class UiInfiniteItemView.SetVerticalItemAlignmentCommand extends Object implements UiCommand<Void>
  • Field Details

  • Constructor Details

    • SetVerticalItemAlignmentCommand

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

      public SetVerticalItemAlignmentCommand(String componentId, UiVerticalItemAlignment verticalItemAlignment)
  • Method Details