Class UiInfiniteItemView2.SetRowHorizontalAlignmentCommand

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

public static class UiInfiniteItemView2.SetRowHorizontalAlignmentCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Details

    • componentId

      protected java.lang.String componentId
    • rowHorizontalAlignment

      protected UiItemJustification rowHorizontalAlignment
  • Constructor Details

    • SetRowHorizontalAlignmentCommand

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

      public SetRowHorizontalAlignmentCommand​(java.lang.String componentId, UiItemJustification rowHorizontalAlignment)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getComponentId

      public java.lang.String getComponentId()
      Specified by:
      getComponentId in interface UiCommand<java.lang.Void>
    • getRowHorizontalAlignment

      public UiItemJustification getRowHorizontalAlignment()