com.beem.project.beem.ui.dialogs.builders
Class DeleteContact

Package class diagram package DeleteContact
java.lang.Object
  extended by android.app.AlertDialog.Builder
      extended by com.beem.project.beem.ui.dialogs.builders.DeleteContact

public class DeleteContact
extends AlertDialog.Builder

Use this builder to build a dialog which allows you to delete a contact from a specific roster.


Constructor Summary
DeleteContact(Context context, IRoster roster, Contact contact)
          Constructor.
 
Method Summary
 
Methods inherited from class android.app.AlertDialog.Builder
create, setAdapter, setCancelable, setCursor, setCustomTitle, setIcon, setIcon, setInverseBackgroundForced, setItems, setItems, setMessage, setMessage, setMultiChoiceItems, setMultiChoiceItems, setMultiChoiceItems, setNegativeButton, setNegativeButton, setNeutralButton, setNeutralButton, setOnCancelListener, setOnItemSelectedListener, setOnKeyListener, setPositiveButton, setPositiveButton, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setSingleChoiceItems, setTitle, setTitle, setView, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteContact

public DeleteContact(Context context,
                     IRoster roster,
                     Contact contact)
Constructor.

Parameters:
context - context activity.
roster - the roster which has the contact you want to delete.
contact - the contact to delete.


Copyright © 2009 Beem-project.com. All Rights Reserved.