org.kuali.student.lum.lu.ui.tools.client.widgets
Class WarningDialog

java.lang.Object
  extended by org.kuali.student.lum.lu.ui.tools.client.widgets.WarningDialog

public class WarningDialog
extends Object


Constructor Summary
WarningDialog(String title, String message, String question, String affirmativeChoice, String negativeChoice)
           
 
Method Summary
 void addConfirmationCallback(Callback<Boolean> confirmationCallback)
           
 void hide()
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningDialog

public WarningDialog(String title,
                     String message,
                     String question,
                     String affirmativeChoice,
                     String negativeChoice)
Method Detail

show

public void show()

hide

public void hide()

addConfirmationCallback

public void addConfirmationCallback(Callback<Boolean> confirmationCallback)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.