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

com.smartgwt.client.docs.Files Maven / Gradle / Ivy

The newest version!

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 { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy