AnnotationCreatorInputDialogFragment

AnnotationCreatorInputDialogFragment facilitates setting the annotation creator.

Constructors

Link copied to clipboard
constructor()
Default constructor, do not call this constructor directly, unless you know what you are doing.

Types

Link copied to clipboard
This listener interface needs to be implemented by any class that wishes to handle AnnotationCreatorInputDialogFragment specific dialog events.

Functions

Link copied to clipboard
Obtains the suggested creator from the arguments Bundle.
Link copied to clipboard
open fun hide(@NonNull manager: FragmentManager)
Hides the AnnotationCreatorInputDialogFragment.
Link copied to clipboard
open fun onCreate(@Nullable savedInstanceState: Bundle)
Called when the fragment is created.
Link copied to clipboard
open fun onCreateDialog(savedInstanceState: Bundle): Dialog
Creates and returns the dialog that displays the annotation creator name input field.
Link copied to clipboard
open fun onResume()
Called when the fragment is visible to the user and actively running.
Link copied to clipboard
open fun onSaveInstanceState(@NonNull outState: Bundle)
Called to save the current state of the fragment.
Link copied to clipboard
open fun onViewCreated(@NonNull view: View, @Nullable savedInstanceState: Bundle)
Called immediately after the dialog view has been created.
Link copied to clipboard
Sets a listener, that receives dialog related events.
Link copied to clipboard
open fun show(@NonNull manager: FragmentManager, @Nullable creatorSuggestion: String, @NonNull onAnnotationCreatorSetListener: AnnotationCreatorInputDialogFragment.OnAnnotationCreatorSetListener)
Shows the AnnotationCreatorInputDialogFragment.