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.ViewHolderclass forOrderDetailsActivityOrderDetailsActivity<V extends OrderDetailsView,P extends OrderDetailsPresenter<V>> Activity that displays the details ofOrderand the list ofItemCan receive the following intent extras:IntentKey.PRIMARY_ID- the id of the order to be displayedIntentKey.PRIMARY_PARAMS- instance ofOrderParamsto 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 ofIteminOrderDetailsActivity