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

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

Introduction

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

Usage

From source file com.hyperaware.conference.android.fragment.SigninRequiredDialogFragment.java

public class SigninRequiredDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

    private ContentHost host;

    public static SigninRequiredDialogFragment instantiate() {
        return new SigninRequiredDialogFragment();

From source file jfabrix101.lib.dialog.CustomViewDialogFragment.java

/**
 * Dialog window to create a dialog with a custom view.
 *
 * <p>After pressed the OK button, the result will be returned 
 * inside a bundle under the key 'DIALOG_RESULT_VALUE'.
 * 

From source file com.lambdasoup.quickfit.ui.CaloriesDialogFragment.java

public class CaloriesDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

    private static final String KEY_WORKOUT_ID = "workoutId";
    private static final String KEY_OLD_VALUE = "oldValue";

    private OnFragmentInteractionListener listener;

From source file com.lambdasoup.quickfit.ui.DurationMinutesDialogFragment.java

public class DurationMinutesDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

    private static final String KEY_WORKOUT_ID = "workoutId";
    private static final String KEY_OLD_VALUE = "oldValue";

    private OnFragmentInteractionListener listener;

From source file com.chatwing.whitelabel.fragments.ColorPickerDialogFragment.java

/**
 * Author: Huy Nguyen
 * Date: 6/11/13
 * Time: 5:34 PM
 */
public class ColorPickerDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

From source file TIG055st2014.mailmaster.Fragments.SaveDraftFragment.java

/**
 * Fragment used to provide dialog for querying user if they wish to save the email
 * they are composing as a draft.
 */
public class SaveDraftFragment extends DialogFragment implements DialogInterface.OnClickListener {

From source file com.lambdasoup.quickfit.ui.ActivityTypeDialogFragment.java

public class ActivityTypeDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

    private static final String KEY_WORKOUT_ID = "workoutId";
    private static final String KEY_OLD_VALUE_KEY = "oldValue";

    private OnFragmentInteractionListener listener;

From source file com.lambdasoup.quickfit.ui.DayOfWeekDialogFragment.java

public class DayOfWeekDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

    private static final String KEY_SCHEDULE_ID = "scheduleId";
    private static final String KEY_OLD_VALUE = "oldValue";

    private OnFragmentInteractionListener listener;

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 zack.yovel.clear.controller.foreground.SuggestionsDialogFragment.java

public class SuggestionsDialogFragment extends DialogFragment implements DialogInterface.OnClickListener {

    public static final String EXTRA_SUGGESTIONS_LIST = "yovel.zack.clear.EXTRA_SUGGESTIONS_LIST";
    public static final String EXTRA_TITLE = "yovel.zack.clear.EXTRA_TITLE";
    private static final String TAG = "SuggestionsDialogFragment";
    private List<GeoName> suggestions;