Package com.cheetahdigital.orders.ui.details
-
Interface Summary Interface Description OrderDetailsView The view class for the details of anOrder
-
Class Summary Class Description ItemViewHolder TheRecyclerView.ViewHolder
class forOrderDetailsActivity
OrderDetailsActivity<V extends OrderDetailsView,P extends OrderDetailsPresenter<V>> Activity that displays the details ofOrder
and the list ofItem
Can receive the following intent extras:IntentKey.PRIMARY_ID
- the id of the order to be displayedIntentKey.PRIMARY_PARAMS
- instance ofOrderParams
to useOrderDetailsActivity.DECIMAL_PLACES_COUNT
- key for setting the number of decimal places of amounts.OrderDetailsPresenter<T extends OrderDetailsView> The presenter class forOrderDetailsActivity
.OrderItemsAdapter The adapter for the list ofItem
inOrderDetailsActivity