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


Field Summary
private  KSButton affirmativeButton
           
private  List<Callback<Boolean>> confirmationCallbacks
           
private  KSLightBox dialog
           
private  VerticalFlowPanel layout
           
private  KSLabel messageLabel
           
private  KSButton negativeButton
           
private  KSLabel questionLabel
           
private  KSLabel titleLabel
           
 
Constructor Summary
WarningDialog(String title, String message, String question, String affirmativeChoice, String negativeChoice)
           
 
Method Summary
 void addConfirmationCallback(Callback<Boolean> confirmationCallback)
           
private  com.google.gwt.user.client.ui.Panel createSpacerPanel(String width, String height)
           
 void hide()
           
 void show()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

private KSLightBox dialog

titleLabel

private KSLabel titleLabel

messageLabel

private KSLabel messageLabel

questionLabel

private KSLabel questionLabel

layout

private VerticalFlowPanel layout

confirmationCallbacks

private List<Callback<Boolean>> confirmationCallbacks

affirmativeButton

private KSButton affirmativeButton

negativeButton

private KSButton negativeButton
Constructor Detail

WarningDialog

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

createSpacerPanel

private com.google.gwt.user.client.ui.Panel createSpacerPanel(String width,
                                                              String height)

show

public void show()

hide

public void hide()

addConfirmationCallback

public void addConfirmationCallback(Callback<Boolean> confirmationCallback)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.