public class

WaitDialog

extends Dialog
java.lang.Object
   ↳ com.neomades.ui.dialog.Dialog
     ↳ com.neomades.ui.dialog.WaitDialog

Class Overview

A dialog showing a infinite progress indicator (or wait indicator).

A dialog could have a title and/or a message (optional).

Summary

Public Constructors
WaitDialog()
Constructs a wait dialog.
Public Methods
void setMessage(String message)
Sets the message that will be displayed by this dialog
void setMessage(int resId)
Sets the message that will be displayed by this dialog
[Expand]
Inherited Methods
From class com.neomades.ui.dialog.Dialog
From class java.lang.Object

Public Constructors

public WaitDialog ()

Constructs a wait dialog. (Without title and message).

Public Methods

public void setMessage (String message)

Sets the message that will be displayed by this dialog

Parameters
message the message

public void setMessage (int resId)

Sets the message that will be displayed by this dialog

Parameters
resId the id of the message