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. itemJustificationMethods in org.teamapps.dto that return UiItemJustification Modifier and Type Method Description UiItemJustificationUiInfiniteItemView. getItemJustification()UiItemJustificationUiInfiniteItemView.SetItemJustificationCommand. getItemJustification()UiItemJustificationUiItemViewItemGroup. getItemJustification()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)Constructors in org.teamapps.dto with parameters of type UiItemJustification Constructor Description SetItemJustificationCommand(java.lang.String componentId, UiItemJustification itemJustification)
-