public class ProductInfoDialog
extends com.app.security.util.MemoryDialog
implements android.view.View.OnClickListener, android.content.DialogInterface.OnShowListener
限定符和类型 | 类和说明 |
---|---|
static interface |
ProductInfoDialog.BtnClickListener |
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener
限定符和类型 | 字段和说明 |
---|---|
static int |
BTN_STATE_DELAY |
static int |
BTN_STATE_GOTIT |
static int |
BTN_STATE_GOTO |
static int |
BTN_STATE_LOADING |
static int |
BTN_STATE_OVERTIME |
static int |
BTN_STATE_UNUSE |
static int |
BTN_STATE_USE |
static int |
BTN_STATE_USEING |
构造器和说明 |
---|
ProductInfoDialog(android.content.Context context) |
限定符和类型 | 方法和说明 |
---|---|
void |
changeBtnState(com.app.user.bag.model.BagProduct bagProduct,
java.util.concurrent.atomic.AtomicBoolean isLoading) |
void |
changeCountDown(com.app.user.bag.model.BagProduct bagProduct) |
static ProductInfoDialog |
createDialog(android.content.Context context) |
void |
onClick(android.view.View v) |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
void |
onShow(android.content.DialogInterface dialog) |
void |
setData(com.app.user.bag.model.BagProduct bagProduct,
java.util.concurrent.atomic.AtomicBoolean isLoading,
ProductInfoDialog.BtnClickListener clickListener) |
dismiss, isActivityValid, isBottomEntryDialog, isContextAvailable, realDismiss, realShow, setBottomEntryDialog, setContentView, setContentView, setContentView, setOnDismissListener, show
addContentView, cancel, closeOptionsMenu, create, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getSearchEvent, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, 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, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, requireViewById, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, takeKeyEvents, unregisterForContextMenu
public static final int BTN_STATE_LOADING
public static final int BTN_STATE_USE
public static final int BTN_STATE_UNUSE
public static final int BTN_STATE_OVERTIME
public static final int BTN_STATE_USEING
public static final int BTN_STATE_DELAY
public static final int BTN_STATE_GOTIT
public static final int BTN_STATE_GOTO
public static ProductInfoDialog createDialog(android.content.Context context)
protected void onCreate(android.os.Bundle savedInstanceState)
onCreate
在类中 android.app.Dialog
public void onClick(android.view.View v)
onClick
在接口中 android.view.View.OnClickListener
public void setData(com.app.user.bag.model.BagProduct bagProduct, java.util.concurrent.atomic.AtomicBoolean isLoading, ProductInfoDialog.BtnClickListener clickListener)
public void changeBtnState(com.app.user.bag.model.BagProduct bagProduct, java.util.concurrent.atomic.AtomicBoolean isLoading)
public void changeCountDown(com.app.user.bag.model.BagProduct bagProduct)
public void onShow(android.content.DialogInterface dialog)
onShow
在接口中 android.content.DialogInterface.OnShowListener