Class BatchBarcodeListView.BarcodeItemVerticalAdapter
-
- All Implemented Interfaces:
public final class BatchBarcodeListView.BarcodeItemVerticalAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private Integer
primaryColor
private Integer
backgroundColor
private String
itemLoadingText
private final Context
context
-
Constructor Summary
Constructors Constructor Description BatchBarcodeListView.BarcodeItemVerticalAdapter(Context context)
-
Method Summary
Modifier and Type Method Description final Integer
getPrimaryColor()
final Unit
setPrimaryColor(Integer primaryColor)
final Integer
getBackgroundColor()
final Unit
setBackgroundColor(Integer backgroundColor)
final String
getItemLoadingText()
final Unit
setItemLoadingText(String itemLoadingText)
final Context
getContext()
BatchBarcodeListView.BarcodeItemViewHolder
onCreateViewHolder(ViewGroup parent, Integer viewType)
Unit
onBindViewHolder(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)
-
-
-
-