Uses of Enum Class
org.teamapps.dto.UiItemJustification
-
Uses of UiItemJustification in org.teamapps.dto
Fields in org.teamapps.dto declared as UiItemJustificationModifier and TypeFieldDescriptionprotected UiItemJustificationUiInfiniteItemView.itemJustificationprotected UiItemJustificationUiInfiniteItemView.SetItemJustificationCommand.itemJustificationprotected UiItemJustificationUiItemViewItemGroup.itemJustificationprotected UiItemJustificationUiInfiniteItemView2.rowHorizontalAlignmentprotected UiItemJustificationUiInfiniteItemView2.SetRowHorizontalAlignmentCommand.rowHorizontalAlignmentMethods in org.teamapps.dto that return UiItemJustificationModifier and TypeMethodDescriptionUiInfiniteItemView.getItemJustification()UiInfiniteItemView.SetItemJustificationCommand.getItemJustification()UiItemViewItemGroup.getItemJustification()UiInfiniteItemView2.getRowHorizontalAlignment()UiInfiniteItemView2.SetRowHorizontalAlignmentCommand.getRowHorizontalAlignment()static UiItemJustificationReturns the enum constant of this class with the specified name.static UiItemJustification[]UiItemJustification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiItemJustificationModifier and TypeMethodDescriptionUiInfiniteItemView.setItemJustification(UiItemJustification itemJustification) UiItemViewItemGroup.setItemJustification(UiItemJustification itemJustification) UiInfiniteItemView2.setRowHorizontalAlignment(UiItemJustification rowHorizontalAlignment) Constructors in org.teamapps.dto with parameters of type UiItemJustificationModifierConstructorDescriptionSetItemJustificationCommand(String componentId, UiItemJustification itemJustification) SetRowHorizontalAlignmentCommand(String componentId, UiItemJustification rowHorizontalAlignment)