public class

StringPickerDialog

extends Dialog
implements View.OnClickListener AdapterView.OnItemClickListener
java.lang.Object
   ↳ android.app.Dialog
     ↳ android.text.method.StringPickerDialog

Summary

[Expand]
Inherited Constants
From interface android.content.DialogInterface
[Expand]
Inherited Fields
From class android.app.Dialog
Public Constructors
StringPickerDialog(Context context, View view, Editable text, String[] option, boolean insert, char c)
Creates a new CharacterPickerDialog that presents the specified options for insertion or replacement (depending on the sense of insert) into text.
Public Methods
void onClick(View v)
Handles clicks on the Cancel button.
void onItemClick(AdapterView<?> parent, View view, int position, long id)
void onStart()
void onStop()
The search dialog is being dismissed, so handle all of the local shutdown operations.
Protected Methods
void onCreate(Bundle savedInstanceState)
[Expand]
Inherited Methods
From class android.app.Dialog
From class java.lang.Object
From interface android.content.DialogInterface
From interface android.view.KeyEvent.Callback
From interface android.view.PenManager.PenCallback
From interface android.view.View.OnClickListener
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback
From interface android.widget.AdapterView.OnItemClickListener

Public Constructors

public StringPickerDialog (Context context, View view, Editable text, String[] option, boolean insert, char c)

Creates a new CharacterPickerDialog that presents the specified options for insertion or replacement (depending on the sense of insert) into text.

Public Methods

public void onClick (View v)

Handles clicks on the Cancel button.

public void onItemClick (AdapterView<?> parent, View view, int position, long id)

public void onStart ()

public void onStop ()

The search dialog is being dismissed, so handle all of the local shutdown operations. This function is designed to be idempotent so that dismiss() can be safely called at any time (even if already closed) and more likely to really dump any memory. No leaks!

Protected Methods

protected void onCreate (Bundle savedInstanceState)

Since: API Level