
com.extjs.gxt.ui.client.js.JsWrapper Maven / Gradle / Ivy
/*
* Ext GWT - Ext for GWT
* Copyright(c) 2007, 2008, Ext JS, LLC.
* [email protected]
*
* http://extjs.com/license
*/
package com.extjs.gxt.ui.client.js;
import com.google.gwt.core.client.JavaScriptObject;
/**
* Interface for objects that wrap a native javascript object.
*/
public interface JsWrapper {
/**
* Returns the javscript object.
*
* @return the object
*/
public JavaScriptObject getJsObject();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy