public class LoginWarningDialog
extends android.app.Dialog
implements android.view.View.OnClickListener
Modifier and Type | Class and Description |
---|---|
static interface |
LoginWarningDialog.ViewListener |
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener
Modifier and Type | Field and Description |
---|---|
protected android.widget.Button |
mBtn |
Constructor and Description |
---|
LoginWarningDialog(android.content.Context context) |
LoginWarningDialog(android.content.Context context,
String titleString,
String contentString,
String okString) |
Modifier and Type | Method and Description |
---|---|
void |
onClick(android.view.View view) |
LoginWarningDialog |
setButtonText(String text) |
LoginWarningDialog |
setMessage(String message) |
LoginWarningDialog |
setTitle(String title) |
void |
setViewListener(LoginWarningDialog.ViewListener l) |
LoginWarningDialog |
setWindowsAnimation(int anim) |
void |
show() |
addContentView, cancel, closeOptionsMenu, create, dismiss, dispatchGenericMotionEvent, dispatchKeyEvent, dispatchKeyShortcutEvent, dispatchPopulateAccessibilityEvent, dispatchTouchEvent, dispatchTrackballEvent, findViewById, getActionBar, getContext, getCurrentFocus, getLayoutInflater, getOwnerActivity, getVolumeControlStream, getWindow, hide, invalidateOptionsMenu, isShowing, onActionModeFinished, onActionModeStarted, onAttachedToWindow, onBackPressed, onContentChanged, onContextItemSelected, onContextMenuClosed, onCreate, onCreateContextMenu, onCreateOptionsMenu, onCreatePanelMenu, onCreatePanelView, onDetachedFromWindow, onGenericMotionEvent, onKeyDown, onKeyLongPress, onKeyMultiple, onKeyShortcut, onKeyUp, onMenuItemSelected, onMenuOpened, onOptionsItemSelected, onOptionsMenuClosed, onPanelClosed, onPrepareOptionsMenu, onPreparePanel, onRestoreInstanceState, onSaveInstanceState, onSearchRequested, onStart, onStop, onTouchEvent, onTrackballEvent, onWindowAttributesChanged, onWindowFocusChanged, onWindowStartingActionMode, openContextMenu, openOptionsMenu, registerForContextMenu, requestWindowFeature, setCancelable, setCanceledOnTouchOutside, setCancelMessage, setContentView, setContentView, setContentView, setDismissMessage, setFeatureDrawable, setFeatureDrawableAlpha, setFeatureDrawableResource, setFeatureDrawableUri, setOnCancelListener, setOnDismissListener, setOnKeyListener, setOnShowListener, setOwnerActivity, setTitle, setTitle, setVolumeControlStream, takeKeyEvents, unregisterForContextMenu
public LoginWarningDialog setTitle(String title)
public LoginWarningDialog setMessage(String message)
public LoginWarningDialog setButtonText(String text)
public LoginWarningDialog setWindowsAnimation(int anim)
public void show()
show
in class android.app.Dialog
public void onClick(android.view.View view)
onClick
in interface android.view.View.OnClickListener
public void setViewListener(LoginWarningDialog.ViewListener l)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.