| java.lang.Object | ||
| ↳ | DialogFragment | |
| ↳ | com.pdftron.pdf.controls.PasswordDialogFragment | |
A Dialog fragment for entering password
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | PasswordDialogFragment.Builder | ||||||||||
| interface | PasswordDialogFragment.PasswordDialogFragmentListener | Callback interface to be invoked when an interaction is needed. | |||||||||
| class | PasswordDialogFragment.Theme | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
PasswordDialogFragment()
Class constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static PasswordDialogFragment |
newInstance(int fileType, File file, String path, String id)
Returns a new instance of the class.
| ||||||||||
| static PasswordDialogFragment |
newInstance(int fileType, File file, String path, String id, String hint)
Returns a new instance of the class.
| ||||||||||
| void | onCancel(DialogInterface dialog) | ||||||||||
| Dialog | onCreateDialog(Bundle savedInstanceState) | ||||||||||
| void | onDismiss(DialogInterface dialog) | ||||||||||
| void | onStart() | ||||||||||
| void |
setListener(PasswordDialogFragment.PasswordDialogFragmentListener listener)
Sets
PasswordDialogFragment.PasswordDialogFragmentListener listener | ||||||||||
| void |
setMessage(int messageId)
Sets the message ID
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Class constructor
Returns a new instance of the class.
Returns a new instance of the class.
Sets PasswordDialogFragment.PasswordDialogFragmentListener listener
| listener | The listener |
|---|
Sets the message ID
| messageId | The message ID |
|---|