Class PopUpUtils
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.widgets.common.PopUpUtils
-
public class PopUpUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description PopUpUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.gwtbootstrap3.client.ui.Buttonbutton(String text, org.uberfire.mvp.Command command, org.gwtbootstrap3.client.ui.constants.ButtonType type)static org.gwtbootstrap3.client.ui.ModalFooterfooter(com.google.gwt.user.client.ui.Widget... buttons)
-
-
-
Method Detail
-
button
public static org.gwtbootstrap3.client.ui.Button button(String text, org.uberfire.mvp.Command command, org.gwtbootstrap3.client.ui.constants.ButtonType type)
-
footer
public static org.gwtbootstrap3.client.ui.ModalFooter footer(com.google.gwt.user.client.ui.Widget... buttons)
-
-