Class UtilsGXT3
- java.lang.Object
-
- org.gcube.portlets.widgets.dataminermanagerwidget.client.util.UtilsGXT3
-
public class UtilsGXT3 extends Object
- Author:
- Giancarlo Panichi
-
-
Constructor Summary
Constructors Constructor Description UtilsGXT3()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidalert(String title, String message)static voidalert(String title, String message, com.google.gwt.core.client.Callback<com.sencha.gxt.widget.core.client.Component,Void> callback)static voidinfo(String title, String message)static voidinfo(String title, String message, com.google.gwt.core.client.Callback<com.sencha.gxt.widget.core.client.Component,Void> callback)static voidmask(com.google.gwt.dom.client.Element element)static voidumask(com.google.gwt.dom.client.Element element)
-
-
-
Method Detail
-
mask
public static void mask(com.google.gwt.dom.client.Element element)
-
umask
public static void umask(com.google.gwt.dom.client.Element element)
-
alert
public static void alert(String title, String message, com.google.gwt.core.client.Callback<com.sencha.gxt.widget.core.client.Component,Void> callback)
-
-