类 IDialogUtils.HintDialog

java.lang.Object
android.app.Dialog
com.hyperlcd.View.IDialogUtils.HintDialog
所有已实现的接口:
android.content.DialogInterface, android.view.KeyEvent.Callback, android.view.View.OnClickListener, android.view.View.OnCreateContextMenuListener, android.view.Window.Callback
封闭类:
IDialogUtils

public static class IDialogUtils.HintDialog
extends android.app.Dialog
implements android.view.View.OnClickListener
提示弹窗类
  • 嵌套类概要

    从接口继承的嵌套类/接口 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
  • 字段概要

    从接口继承的字段 android.content.DialogInterface

    BUTTON_NEGATIVE, BUTTON_NEUTRAL, BUTTON_POSITIVE, BUTTON1, BUTTON2, BUTTON3
  • 构造器概要

    构造器 
    构造器 说明
    HintDialog​(android.content.Context context, java.lang.String title, java.lang.String content, IDialogUtils.HintDialogOnClick hintDialogOnClick)  
  • 方法概要

    修饰符和类型 方法 说明
    void onClick​(android.view.View view)  
    protected void onCreate​(android.os.Bundle savedInstanceState)  
    boolean onTouchEvent​(android.view.MotionEvent event)  

    从类继承的方法 android.app.Dialog

    addContentView, cancel, closeOptionsMenu, create, dismiss, 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, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, show, takeKeyEvents, unregisterForContextMenu

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 android.view.Window.Callback

    onProvideKeyboardShortcuts
  • 构造器详细资料

  • 方法详细资料

    • onCreate

      protected void onCreate​(android.os.Bundle savedInstanceState)
      覆盖:
      onCreate 在类中 android.app.Dialog
    • onTouchEvent

      public boolean onTouchEvent​(android.view.MotionEvent event)
      覆盖:
      onTouchEvent 在类中 android.app.Dialog
    • onClick

      public void onClick​(android.view.View view)
      指定者:
      onClick 在接口中 android.view.View.OnClickListener