Uses of Class
org.teamapps.ux.component.itemview.ItemViewItemJustification
-
Packages that use ItemViewItemJustification Package Description org.teamapps.ux.component.infiniteitemview org.teamapps.ux.component.itemview -
-
Uses of ItemViewItemJustification in org.teamapps.ux.component.infiniteitemview
Methods in org.teamapps.ux.component.infiniteitemview that return ItemViewItemJustification Modifier and Type Method Description ItemViewItemJustificationInfiniteItemView. getItemJustification()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type ItemViewItemJustification Modifier and Type Method Description InfiniteItemView<RECORD>InfiniteItemView. setItemJustification(ItemViewItemJustification itemJustification) -
Uses of ItemViewItemJustification in org.teamapps.ux.component.itemview
Methods in org.teamapps.ux.component.itemview that return ItemViewItemJustification Modifier and Type Method Description ItemViewItemJustificationItemGroup. getItemJustification()static ItemViewItemJustificationItemViewItemJustification. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ItemViewItemJustification[]ItemViewItemJustification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.itemview with parameters of type ItemViewItemJustification Modifier and Type Method Description ItemGroupItemGroup. setItemJustification(ItemViewItemJustification itemJustification)
-