com.hedgehog.gdzietabiedra.ribs.bottomnav.shopslist / ShopsListView

ShopsListView

class ShopsListView : LinearLayout, ShopsListPresenter (source)

Top level view for {@link ShopsListBuilder.ShopsListScope}.

Constructors

Name Summary
<init> ShopsListView(context: Context, attrs: AttributeSet? = null, defStyle: Int = 0)
Top level view for {@link ShopsListBuilder.ShopsListScope}.

Functions

Name Summary
addToList fun addToList(shop: Shop): Unit
clearList fun clearList(): Unit
displayLocationInfo fun displayLocationInfo(): Unit
listItemClicked fun listItemClicked(): Subject<Shop>
observeSearch fun observeSearch(): PublishSubject<String>
populateList fun populateList(shops: Collection<Shop>): Unit
setView fun setView(): Unit
showToast fun showToast(shop: Shop): Unit