Class BatchBarcodeListView.BarcodeItemVerticalAdapter
-
- All Implemented Interfaces:
public final class BatchBarcodeListView.BarcodeItemVerticalAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerprimaryColorprivate IntegerbackgroundColorprivate StringitemLoadingTextprivate final Contextcontext
-
Constructor Summary
Constructors Constructor Description BatchBarcodeListView.BarcodeItemVerticalAdapter(Context context)
-
Method Summary
Modifier and Type Method Description final IntegergetPrimaryColor()final UnitsetPrimaryColor(Integer primaryColor)final IntegergetBackgroundColor()final UnitsetBackgroundColor(Integer backgroundColor)final StringgetItemLoadingText()final UnitsetItemLoadingText(String itemLoadingText)final ContextgetContext()BatchBarcodeListView.BarcodeItemViewHolderonCreateViewHolder(ViewGroup parent, Integer viewType)UnitonBindViewHolder(BatchBarcodeListView.BarcodeItemViewHolder holder, Integer position)-
-
Constructor Detail
-
BatchBarcodeListView.BarcodeItemVerticalAdapter
BatchBarcodeListView.BarcodeItemVerticalAdapter(Context context)
-
-
Method Detail
-
getPrimaryColor
final Integer getPrimaryColor()
-
setPrimaryColor
final Unit setPrimaryColor(Integer primaryColor)
-
getBackgroundColor
final Integer getBackgroundColor()
-
setBackgroundColor
final Unit setBackgroundColor(Integer backgroundColor)
-
getItemLoadingText
final String getItemLoadingText()
-
setItemLoadingText
final Unit setItemLoadingText(String itemLoadingText)
-
getContext
final Context getContext()
-
onCreateViewHolder
BatchBarcodeListView.BarcodeItemViewHolder onCreateViewHolder(ViewGroup parent, Integer viewType)
-
onBindViewHolder
Unit onBindViewHolder(BatchBarcodeListView.BarcodeItemViewHolder holder, Integer position)
-
-
-
-