public abstract class PanelConfirmBuilder extends Object
| Constructor and Description |
|---|
PanelConfirmBuilder(com.google.gwt.user.client.ui.Image img,
String caption,
String text,
com.github.gwtbootstrap.client.ui.constants.AlertType type)
Instantiates a new panel confirm builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToCenterPanel(com.google.gwt.user.client.ui.Widget w)
Adds the to center panel.
|
com.google.gwt.user.client.ui.Button |
getNoButton()
Gets the no button.
|
com.google.gwt.user.client.ui.DockPanel |
getPanel()
Gets the dock.
|
com.google.gwt.user.client.ui.Button |
getYesButton()
Gets the yes button.
|
void |
loader(String message)
Loader.
|
abstract void |
onClickNoButton()
On click no button.
|
abstract void |
onClickYesButton()
On click yes button.
|
public abstract void onClickNoButton()
public abstract void onClickYesButton()
public void loader(String message)
message - the messagepublic void addToCenterPanel(com.google.gwt.user.client.ui.Widget w)
w - the wpublic com.google.gwt.user.client.ui.DockPanel getPanel()
public com.google.gwt.user.client.ui.Button getYesButton()
public com.google.gwt.user.client.ui.Button getNoButton()
Copyright © 2018. All Rights Reserved.