public class

DialogFormFillChoice

extends AlertDialog
implements DialogInterface.OnDismissListener View.OnClickListener View.OnFocusChangeListener FormFillAdapter.OnItemSelectListener
java.lang.Object
   ↳ android.app.Dialog
     ↳ android.app.AlertDialog
       ↳ com.pdftron.pdf.tools.DialogFormFillChoice

Class Overview

A dialog about choosing selection in Form choice field.

Summary

[Expand]
Inherited Constants
From class android.app.AlertDialog
From interface android.content.DialogInterface
Public Constructors
DialogFormFillChoice(PDFViewCtrl pdfViewCtrl, Annot annot, int annotPageNum)
Class constructor
Public Methods
void onClick(View v)
void onDismiss(DialogInterface dialog)
void onFocusChange(View v, boolean hasFocus)
void onItemSelected(int position)
The overload implementation of onItemSelected(int).
[Expand]
Inherited Methods
From class android.app.AlertDialog
From class android.app.Dialog
From class java.lang.Object
From interface android.content.DialogInterface
From interface android.content.DialogInterface.OnDismissListener
From interface android.view.KeyEvent.Callback
From interface android.view.View.OnClickListener
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.View.OnFocusChangeListener
From interface android.view.Window.Callback
From interface com.pdftron.pdf.adapter.FormFillAdapter.OnItemSelectListener

Public Constructors

public DialogFormFillChoice (PDFViewCtrl pdfViewCtrl, Annot annot, int annotPageNum)

Class constructor

Parameters
pdfViewCtrl The PDFViewCtrl
annot The annotation
annotPageNum The page number where the annotation is on

Public Methods

public void onClick (View v)

public void onDismiss (DialogInterface dialog)

public void onFocusChange (View v, boolean hasFocus)

public void onItemSelected (int position)

The overload implementation of onItemSelected(int).

Parameters
position The position of the item that was clicked