org.hudsonci.gwt.common.alertdialog
Interface AlertDialogView

All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
All Known Implementing Classes:
AlertDialogViewImpl

public interface AlertDialogView
extends com.google.gwt.user.client.ui.IsWidget

Provides an alert dialog.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
static interface AlertDialogView.MessagesResource
           
 
Method Summary
 void hide()
           
 void setBodyMessage(String message)
           
 void setCallback(AlertDialogPresenter.OkCallback callback)
           
 void setTitleMessage(String title)
           
 void show()
           
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 

Method Detail

setTitleMessage

void setTitleMessage(String title)

setBodyMessage

void setBodyMessage(String message)

show

void show()

hide

void hide()

setCallback

void setCallback(AlertDialogPresenter.OkCallback callback)


Copyright © 2004-2011 Hudson. All Rights Reserved.