Package org.teamapps.dto
Class UiInfiniteItemView2.SetItemContentVerticalAlignmentCommand
java.lang.Object
org.teamapps.dto.UiInfiniteItemView2.SetItemContentVerticalAlignmentCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiInfiniteItemView2
public static class UiInfiniteItemView2.SetItemContentVerticalAlignmentCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected UiVerticalElementAlignmentitemContentVerticalAlignment -
Constructor Summary
Constructors Constructor Description SetItemContentVerticalAlignmentCommand()Deprecated.Only for Jackson deserialization.SetItemContentVerticalAlignmentCommand(java.lang.String componentId, UiVerticalElementAlignment itemContentVerticalAlignment) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()UiVerticalElementAlignmentgetItemContentVerticalAlignment()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
itemContentVerticalAlignment
-
-
Constructor Details
-
SetItemContentVerticalAlignmentCommand
@Deprecated public SetItemContentVerticalAlignmentCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetItemContentVerticalAlignmentCommand
public SetItemContentVerticalAlignmentCommand(java.lang.String componentId, UiVerticalElementAlignment itemContentVerticalAlignment)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getItemContentVerticalAlignment
-