Uses of Class
com.uos.uos_mobile.item.CardItem
-
Packages that use CardItem Package Description com.uos.uos_mobile.activity com.uos.uos_mobile.dialog -
-
Uses of CardItem in com.uos.uos_mobile.activity
Fields in com.uos.uos_mobile.activity declared as CardItem Modifier and Type Field Description private CardItem
CardActivity. cardItem
카드정보를 담고 있는 CardItem 객체.private CardItem
PayActivity. cardItem
카드정보를 담고 있는 CardItem. -
Uses of CardItem in com.uos.uos_mobile.dialog
Fields in com.uos.uos_mobile.dialog declared as CardItem Modifier and Type Field Description private CardItem
CardDialog. cardItem
Constructors in com.uos.uos_mobile.dialog with parameters of type CardItem Constructor Description CardDialog(android.content.Context context, boolean canceledOnTouchOutside, boolean cancelable, CardItem cardItem)
-