All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.superdev.SuperDevModeUtil Maven / Gradle / Ivy

There is a newer version: 3.1
Show newest version
package de.swm.gwt.client.superdev;

import com.google.gwt.core.client.GWT;

/**
 * This class does th magic. Calling showDevMode  will sho the on/off buttons in the mobile app.
 */
public class SuperDevModeUtil {

	private static final SuperDevModeHelper HELPER = GWT.create(SuperDevModeHelper.class);

	public static void showDevMode() {
		HELPER.showDevMode();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy