![JAR search and dependency download from the Maven repository](/logo.png)
com.smartgwt.client.docs.Files Maven / Gradle / Ivy
Show all versions of smartgwt Show documentation
package com.smartgwt.client.docs;
/**
* Referring to and loading other files. The two main URL settings relevant to file loading are:
* appDir (where
* application-specific files live)
* isomorphicDir (where system supplied files live)
* @see com.smartgwt.client.util.Page#defaultUnsupportedBrowserURL
* @see com.smartgwt.client.util.Page#protocolURLs
* @see com.smartgwt.client.util.Page#getAppDir
* @see com.smartgwt.client.util.Page#setAppImgDir
* @see com.smartgwt.client.util.Page#getAppImgDir
* @see com.smartgwt.client.util.Page#setAppFilesDir
* @see com.smartgwt.client.util.Page#getAppFilesDir
* @see com.smartgwt.client.util.Page#setIsomorphicDir
* @see com.smartgwt.client.util.Page#getIsomorphicDir
* @see com.smartgwt.client.util.Page#setSkinDir
* @see com.smartgwt.client.util.Page#getSkinDir
* @see com.smartgwt.client.util.Page#getSkinImgDir
* @see com.smartgwt.client.util.Page#getImgURL
* @see com.smartgwt.client.util.Page#getURL
* @see com.smartgwt.client.util.Page#loadStyleSheet
*/
public interface Files {
}