Example usage for android.content DialogInterface.OnMultiChoiceClickListener interface-usage

List of usage examples for android.content DialogInterface.OnMultiChoiceClickListener interface-usage

Introduction

In this page you can find the example usage for android.content DialogInterface.OnMultiChoiceClickListener interface-usage.

Usage

From source file com.andremion.louvre.sample.MediaTypeFilterDialog.java

public class MediaTypeFilterDialog extends DialogFragment
        implements DialogInterface.OnMultiChoiceClickListener, DialogInterface.OnClickListener {

    private static final String ARG_REQUEST_CODE = "request_code_arg";
    private static final String ARG_MAX_SELECTION = "max_selection_arg";

From source file com.jaspersoft.android.jaspermobile.dialog.OutputFormatDialogFragment.java

/**
 * @author Andrew Tivodar
 * @since 2.3
 */
public class OutputFormatDialogFragment extends BaseDialogFragment
        implements DialogInterface.OnMultiChoiceClickListener {

From source file net.maiatday.hellorealm.ui.TriggerSelectDialogFragment.java

/**
 * A simple {@link DialogFragment} subclass. It provides a list of triggers to choose from.
 * The user can choose none, one or many.
 * Use the {@link TriggerSelectDialogFragment#newInstance} factory method to
 * create an instance of this fragment.
 */