Uses of Class
org.teamapps.dto.UiItemJustification
-
-
Uses of UiItemJustification in org.teamapps.dto
Fields in org.teamapps.dto declared as UiItemJustification Modifier and Type Field Description protected UiItemJustificationUiInfiniteItemView. itemJustificationprotected UiItemJustificationUiInfiniteItemView.SetItemJustificationCommand. itemJustificationprotected UiItemJustificationUiItemViewItemGroup. itemJustificationprotected UiItemJustificationUiInfiniteItemView2. rowHorizontalAlignmentprotected UiItemJustificationUiInfiniteItemView2.SetRowHorizontalAlignmentCommand. rowHorizontalAlignmentMethods in org.teamapps.dto that return UiItemJustification Modifier and Type Method Description UiItemJustificationUiInfiniteItemView. getItemJustification()UiItemJustificationUiInfiniteItemView.SetItemJustificationCommand. getItemJustification()UiItemJustificationUiItemViewItemGroup. getItemJustification()UiItemJustificationUiInfiniteItemView2. getRowHorizontalAlignment()UiItemJustificationUiInfiniteItemView2.SetRowHorizontalAlignmentCommand. getRowHorizontalAlignment()static UiItemJustificationUiItemJustification. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiItemJustification[]UiItemJustification. 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 UiItemJustification Modifier and Type Method Description UiInfiniteItemViewUiInfiniteItemView. setItemJustification(UiItemJustification itemJustification)UiItemViewItemGroupUiItemViewItemGroup. setItemJustification(UiItemJustification itemJustification)UiInfiniteItemView2UiInfiniteItemView2. setRowHorizontalAlignment(UiItemJustification rowHorizontalAlignment)Constructors in org.teamapps.dto with parameters of type UiItemJustification Constructor Description SetItemJustificationCommand(java.lang.String componentId, UiItemJustification itemJustification)SetRowHorizontalAlignmentCommand(java.lang.String componentId, UiItemJustification rowHorizontalAlignment)
-