public static final class ProgressDialogUI.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
ProgressDialogUI |
build()
Deprecated.
Build a new instance of ProgressDialogUI.
|
ProgressDialogUI.Builder |
contentLayout(int contentLayoutID)
Deprecated.
If a content layout is attached to the progress dialog.
|
ProgressDialogUI.Builder |
description(int descriptionID)
Deprecated.
If a TextView component inside the content layout for the description.
|
ProgressDialogUI.Builder |
jump(int jump)
Deprecated.
Set the jump size of the progress bar.
|
ProgressDialogUI.Builder |
max(int size)
Deprecated.
Set the max size of the progress bar.
|
ProgressDialogUI.Builder |
progressBar(int progressBarID)
Deprecated.
If a progress bar is used inside the content layout.
|
ProgressDialogUI.Builder |
title(int titleID)
Deprecated.
If a TextView component inside the content layout for the title.
|
ProgressDialogUI.Builder |
typeface(android.graphics.Typeface typeface)
Deprecated.
Set the Typeface to use in the text.
|
public ProgressDialogUI.Builder contentLayout(int contentLayoutID)
contentLayoutID
- the resource id of the content layout.public ProgressDialogUI.Builder progressBar(int progressBarID)
progressBarID
- the resource id of the progress bar.public ProgressDialogUI.Builder title(int titleID)
titleID
- the resource id of the title TextView.public ProgressDialogUI.Builder description(int descriptionID)
descriptionID
- the resource id of the title TextView.public ProgressDialogUI.Builder max(int size)
size
- max size of the progress bar.public ProgressDialogUI.Builder jump(int jump)
jump
- jump size of the progress bar.public ProgressDialogUI.Builder typeface(android.graphics.Typeface typeface)
typeface
- style of the text.public ProgressDialogUI build()