public class

AnnotationListFragmentBuilder

extends SkeletalFragmentBuilder<E extends Fragment>
java.lang.Object
   ↳ com.pdftron.pdf.interfaces.builder.SkeletalFragmentBuilder<E extends Fragment>
     ↳ com.pdftron.collab.ui.annotlist.AnnotationListFragmentBuilder

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<AnnotationListFragmentBuilder> CREATOR
Public Methods
CollabAnnotationListFragment build(Context context)
Convenience build method that calls build(Context, Class) with the default class for this builder.
void checkArgs(Context context)
Check the arguments of this builder.
Bundle createBundle(Context context)
Create the bundle that will be passed as arguments to the Fragment.
int describeContents()
static AnnotationListFragmentBuilder withDoc(String documentId)
Create a AnnotationListFragmentBuilder with the specified document ID.
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class com.pdftron.pdf.interfaces.builder.SkeletalFragmentBuilder
From class java.lang.Object
From interface android.os.Parcelable
From interface com.pdftron.pdf.interfaces.builder.Builder

Fields

public static final Creator<AnnotationListFragmentBuilder> CREATOR

Public Methods

public CollabAnnotationListFragment build (Context context)

Convenience build method that calls build(Context, Class) with the default class for this builder.

Parameters
context the context used to initialize the fragment and its theme.
Returns
  • an instance of E with the specified parameters from the builder.

public void checkArgs (Context context)

Check the arguments of this builder. You can also det the default builder parameters in this method.

Parameters
context used to initialize default building parameters

public Bundle createBundle (Context context)

Create the bundle that will be passed as arguments to the Fragment. Called right after calling checkArgs(Context)

Parameters
context used to initialize arguments for the bundle.
Returns
  • the bundle with the required arguments for the Fragment.

public int describeContents ()

public static AnnotationListFragmentBuilder withDoc (String documentId)

Create a AnnotationListFragmentBuilder with the specified document ID.

Parameters
documentId to specify the document referenced by the builder
Returns
  • builder with the specified document ID

public void writeToParcel (Parcel dest, int flags)