Class UtilsGXT3


  • public class UtilsGXT3
    extends Object
    Author:
    Giancarlo Panichi
    • Constructor Detail

      • UtilsGXT3

        public UtilsGXT3()
    • 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)
      • alert

        public static void alert​(String title,
                                 String message,
                                 com.google.gwt.core.client.Callback<com.sencha.gxt.widget.core.client.Component,​Void> callback)
      • info

        public static void info​(String title,
                                String message)
      • info

        public static void info​(String title,
                                String message,
                                com.google.gwt.core.client.Callback<com.sencha.gxt.widget.core.client.Component,​Void> callback)