java.lang.Object | ||
↳ | DialogFragment | |
↳ | com.pdftron.pdf.controls.PasswordDialogFragment |
A Dialog fragment for entering password
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
interface | PasswordDialogFragment.PasswordDialogFragmentListener | Callback interface to be invoked when an interaction is needed. |
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)
The overload implementation of DialogFragment#onCancel(DialogInterface).
| ||||||||||
Dialog |
onCreateDialog(Bundle savedInstanceState)
The overload implementation of DialogFragment#onCreateDialog(Bundle).
| ||||||||||
void |
onDismiss(DialogInterface dialog)
The overload implementation of DialogFragment#onDismiss(DialogInterface).
| ||||||||||
void |
setListener(PasswordDialogFragment.PasswordDialogFragmentListener listener)
Sets
PasswordDialogFragment.PasswordDialogFragmentListener listener | ||||||||||
void |
setMessage(int messageId)
Sets the message ID
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Class constructor
Returns a new instance of the class.
Returns a new instance of the class.
The overload implementation of DialogFragment#onCancel(DialogInterface).
The overload implementation of DialogFragment#onCreateDialog(Bundle).
The overload implementation of DialogFragment#onDismiss(DialogInterface).
Sets PasswordDialogFragment.PasswordDialogFragmentListener
listener
listener | The listener |
---|
Sets the message ID
messageId | The message ID |
---|