org.kuali.student.lum.lu.ui.tools.client.widgets
Class WarningDialog
java.lang.Object
org.kuali.student.lum.lu.ui.tools.client.widgets.WarningDialog
public class WarningDialog
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WarningDialog
public WarningDialog(String title,
String message,
String question,
String affirmativeChoice,
String negativeChoice)
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.