Uses of Class
org.teamapps.dto.UiVerticalItemAlignment
-
-
Uses of UiVerticalItemAlignment in org.teamapps.dto
Fields in org.teamapps.dto declared as UiVerticalItemAlignment Modifier and Type Field Description protected UiVerticalItemAlignmentUiInfiniteItemView.SetVerticalItemAlignmentCommand. verticalItemAlignmentprotected UiVerticalItemAlignmentUiInfiniteItemView. verticalItemAlignmentMethods in org.teamapps.dto that return UiVerticalItemAlignment Modifier and Type Method Description UiVerticalItemAlignmentUiInfiniteItemView. getVerticalItemAlignment()UiVerticalItemAlignmentUiInfiniteItemView.SetVerticalItemAlignmentCommand. getVerticalItemAlignment()static UiVerticalItemAlignmentUiVerticalItemAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiVerticalItemAlignment[]UiVerticalItemAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiVerticalItemAlignment Modifier and Type Method Description UiInfiniteItemViewUiInfiniteItemView. setVerticalItemAlignment(UiVerticalItemAlignment verticalItemAlignment)Constructors in org.teamapps.dto with parameters of type UiVerticalItemAlignment Constructor Description SetVerticalItemAlignmentCommand(java.lang.String componentId, UiVerticalItemAlignment verticalItemAlignment)
-