|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hdtourist.view.utils.DialogAlerta
public class DialogAlerta
The Class DialogAlerta.
Constructor Summary | |
---|---|
DialogAlerta()
|
Method Summary | |
---|---|
static android.app.Dialog |
mostrarAviso(android.content.Context contexto,
java.lang.String titulo,
java.lang.String mensaje)
Mostrar aviso. |
static android.app.Dialog |
mostrarAvisoPreferencias(android.content.Context contexto,
java.lang.String titulo,
java.lang.String mensaje)
Mostrar aviso preferencias. |
static android.app.Dialog |
mostrarConfirmacionPantalla(android.content.Context contexto,
java.lang.String titulo,
java.lang.String mensaje,
android.content.Intent intent)
Mostrar confirmacion pantalla. |
static void |
mostrarError(HdtException e)
Mostrar error. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DialogAlerta()
Method Detail |
---|
public static android.app.Dialog mostrarAviso(android.content.Context contexto, java.lang.String titulo, java.lang.String mensaje)
contexto
- the contextotitulo
- the titulomensaje
- the mensaje
public static android.app.Dialog mostrarAvisoPreferencias(android.content.Context contexto, java.lang.String titulo, java.lang.String mensaje)
contexto
- the contextotitulo
- the titulomensaje
- the mensaje
public static android.app.Dialog mostrarConfirmacionPantalla(android.content.Context contexto, java.lang.String titulo, java.lang.String mensaje, android.content.Intent intent)
contexto
- the contextotitulo
- the titulomensaje
- the mensajeintent
- the intent
public static void mostrarError(HdtException e)
e
- the e
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |