Package com.uos.uos_mobile.dialog
Class SelectSeatDialog
- java.lang.Object
-
- android.app.Dialog
-
- androidx.appcompat.app.AppCompatDialog
-
- com.uos.uos_mobile.dialog.UosDialog
-
- com.uos.uos_mobile.dialog.SelectSeatDialog
-
- All Implemented Interfaces:
android.content.DialogInterface,android.view.KeyEvent.Callback,android.view.View.OnCreateContextMenuListener,android.view.Window.Callback,androidx.appcompat.app.AppCompatCallback
public class SelectSeatDialog extends UosDialog
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSelectSeatDialog.SelectSeatDialogListener-
Nested classes/interfaces inherited from interface android.content.DialogInterface
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener
-
-
Field Summary
Fields Modifier and Type Field Description private android.content.Contextcontextprivate androidx.appcompat.widget.AppCompatImageButtonibtnDlgSelectSeatCloseprivate intlastTotalPriceprivate androidx.appcompat.widget.LinearLayoutCompatllDlgSelectSeatSelectprivate MovieItemmovieItemprivate MovieSeatAdaptermovieSeatAdapterprivate androidx.recyclerview.widget.RecyclerViewrvDlgSelectSeatSeatListprivate SelectSeatDialog.SelectSeatDialogListenerselectSeatDialogListenerprivate androidx.appcompat.widget.AppCompatTextViewtvDlgSelectSeatMovieprivate androidx.appcompat.widget.AppCompatTextViewtvDlgSelectSeatSelectprivate androidx.appcompat.widget.AppCompatTextViewtvDlgSelectSeatTimeprivate androidx.appcompat.widget.AppCompatTextViewtvDlgSelectSeatTotalPrice
-
Constructor Summary
Constructors Constructor Description SelectSeatDialog(android.content.Context context, MovieItem movieItem, SelectSeatDialog.SelectSeatDialogListener selectSeatDialogListener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit()Dialog 실행 시 최초 실행해야하는 코드 및 변수 초기화를 담당하고 있는 함수.protected voidonCreate(android.os.Bundle savedInstanceState)-
Methods inherited from class androidx.appcompat.app.AppCompatDialog
addContentView, dispatchKeyEvent, findViewById, getDelegate, getSupportActionBar, invalidateOptionsMenu, onStop, onSupportActionModeFinished, onSupportActionModeStarted, onWindowStartingSupportActionMode, setContentView, setContentView, setContentView, setTitle, setTitle, supportRequestWindowFeature
-
Methods inherited from class android.app.Dialog
cancel, closeOptionsMenu, create, dispatchGenericMotionEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onSearchRequested, onStart, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu
-
-
-
-
Field Detail
-
context
private final android.content.Context context
-
selectSeatDialogListener
private final SelectSeatDialog.SelectSeatDialogListener selectSeatDialogListener
-
movieItem
private MovieItem movieItem
-
ibtnDlgSelectSeatClose
private androidx.appcompat.widget.AppCompatImageButton ibtnDlgSelectSeatClose
-
tvDlgSelectSeatMovie
private androidx.appcompat.widget.AppCompatTextView tvDlgSelectSeatMovie
-
tvDlgSelectSeatTime
private androidx.appcompat.widget.AppCompatTextView tvDlgSelectSeatTime
-
rvDlgSelectSeatSeatList
private androidx.recyclerview.widget.RecyclerView rvDlgSelectSeatSeatList
-
tvDlgSelectSeatTotalPrice
private androidx.appcompat.widget.AppCompatTextView tvDlgSelectSeatTotalPrice
-
llDlgSelectSeatSelect
private androidx.appcompat.widget.LinearLayoutCompat llDlgSelectSeatSelect
-
tvDlgSelectSeatSelect
private androidx.appcompat.widget.AppCompatTextView tvDlgSelectSeatSelect
-
movieSeatAdapter
private MovieSeatAdapter movieSeatAdapter
-
lastTotalPrice
private int lastTotalPrice
-
-
Constructor Detail
-
SelectSeatDialog
public SelectSeatDialog(@NonNull android.content.Context context, MovieItem movieItem, SelectSeatDialog.SelectSeatDialogListener selectSeatDialogListener)
-
-