public static class

PasswordDialogFragment.Builder

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.controls.PasswordDialogFragment.Builder

Summary

Public Constructors
Builder()
Public Methods
PasswordDialogFragment build()
Bundle getBundle()
PasswordDialogFragment.Builder setAllowEmptyPassword(boolean allowEmptyPassword)
PasswordDialogFragment.Builder setConfirmationHint(String hint)
PasswordDialogFragment.Builder setFile(File file)
PasswordDialogFragment.Builder setFileType(int fileType)
PasswordDialogFragment.Builder setHint(String hint)
PasswordDialogFragment.Builder setId(String id)
PasswordDialogFragment.Builder setMessage(String message)
PasswordDialogFragment.Builder setPath(String path)
PasswordDialogFragment.Builder setPositiveStringRes(int res)
PasswordDialogFragment.Builder setRequireConfirmation(boolean requireConfirmation)
PasswordDialogFragment.Builder setTitle(String title)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Builder ()

Public Methods

public PasswordDialogFragment build ()

public Bundle getBundle ()

public PasswordDialogFragment.Builder setAllowEmptyPassword (boolean allowEmptyPassword)

public PasswordDialogFragment.Builder setConfirmationHint (String hint)

public PasswordDialogFragment.Builder setFile (File file)

public PasswordDialogFragment.Builder setFileType (int fileType)

public PasswordDialogFragment.Builder setHint (String hint)

public PasswordDialogFragment.Builder setId (String id)

public PasswordDialogFragment.Builder setMessage (String message)

public PasswordDialogFragment.Builder setPath (String path)

public PasswordDialogFragment.Builder setPositiveStringRes (int res)

public PasswordDialogFragment.Builder setRequireConfirmation (boolean requireConfirmation)

public PasswordDialogFragment.Builder setTitle (String title)