Uses of Interface
com.github.ignition.core.dialogs.DialogClickListener

Packages that use DialogClickListener
com.github.ignition.core.dialogs   
 

Uses of DialogClickListener in com.github.ignition.core.dialogs
 

Methods in com.github.ignition.core.dialogs with parameters of type DialogClickListener
static
<T> android.app.AlertDialog.Builder
IgnitedDialogs.newListDialog(android.app.Activity context, String title, List<T> elements, DialogClickListener<T> listener, boolean closeOnSelect)
          Creates a AlertDialog that shows a list of elements.
static
<T> android.app.AlertDialog.Builder
IgnitedDialogs.newListDialog(android.app.Activity context, String title, List<T> elements, DialogClickListener<T> listener, boolean closeOnSelect, int selectedItem)
           
 



Copyright © 2012. All Rights Reserved.