Uses of Class
org.teamapps.ux.component.itemview.ItemViewRowJustification
-
Packages that use ItemViewRowJustification Package Description org.teamapps.ux.component.infiniteitemview org.teamapps.ux.component.itemview -
-
Uses of ItemViewRowJustification in org.teamapps.ux.component.infiniteitemview
Methods in org.teamapps.ux.component.infiniteitemview that return ItemViewRowJustification Modifier and Type Method Description ItemViewRowJustificationInfiniteItemView. getItemJustification()Methods in org.teamapps.ux.component.infiniteitemview with parameters of type ItemViewRowJustification Modifier and Type Method Description InfiniteItemView<RECORD>InfiniteItemView. setItemJustification(ItemViewRowJustification itemJustification) -
Uses of ItemViewRowJustification in org.teamapps.ux.component.itemview
Methods in org.teamapps.ux.component.itemview that return ItemViewRowJustification Modifier and Type Method Description ItemViewRowJustificationItemGroup. getItemJustification()static ItemViewRowJustificationItemViewRowJustification. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ItemViewRowJustification[]ItemViewRowJustification. 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 ItemViewRowJustification Modifier and Type Method Description ItemGroupItemGroup. setItemJustification(ItemViewRowJustification itemJustification)
-