Uses of Class
org.solovyev.android.view.ConfirmationDialogBuilder

Packages that use ConfirmationDialogBuilder
org.solovyev.android.view   
 

Uses of ConfirmationDialogBuilder in org.solovyev.android.view
 

Methods in org.solovyev.android.view that return ConfirmationDialogBuilder
static ConfirmationDialogBuilder ConfirmationDialogBuilder.newInstance(FragmentActivity fragmentActivity, String fragmentTag, int messageResId)
           
 ConfirmationDialogBuilder ConfirmationDialogBuilder.setNegativeButtonTextResId(int negativeButtonTextResId)
           
 ConfirmationDialogBuilder ConfirmationDialogBuilder.setNegativeHandler(android.content.DialogInterface.OnClickListener negativeHandler)
           
 ConfirmationDialogBuilder ConfirmationDialogBuilder.setPositiveButtonTextResId(int positiveButtonTextResId)
           
 ConfirmationDialogBuilder ConfirmationDialogBuilder.setPositiveHandler(android.content.DialogInterface.OnClickListener positiveHandler)
           
 ConfirmationDialogBuilder ConfirmationDialogBuilder.setTitleResId(int titleResId)
           
 



Copyright © 2014 se.solovyev. All Rights Reserved.