package com.smartgwt.client.docs; /** * The following APIs are all related to ContentLoading. * @see com.smartgwt.client.widgets.ViewLoader#handleError * @see com.smartgwt.client.widgets.ViewLoader#getView * @see com.smartgwt.client.widgets.ViewLoader#viewLoaded * @see com.smartgwt.client.widgets.HTMLFlow#setContentsURL * @see com.smartgwt.client.widgets.HTMLFlow#loadingContent * @see com.smartgwt.client.widgets.HTMLFlow#handleError * @see com.smartgwt.client.widgets.HTMLFlow#transformHTML * @see com.smartgwt.client.widgets.events.ContentLoadedEvent * @see com.smartgwt.client.widgets.HTMLFlow * @see com.smartgwt.client.widgets.ViewLoader#getHttpMethod * @see com.smartgwt.client.widgets.HTMLFlow#getContentsURL * @see com.smartgwt.client.widgets.HTMLFlow#getLoadingMessage * @see com.smartgwt.client.widgets.HTMLFlow#getContentsURLParams * @see com.smartgwt.client.widgets.HTMLFlow#getHttpMethod * @see com.smartgwt.client.widgets.HTMLFlow#getContentsType * @see com.smartgwt.client.widgets.HTMLFlow#getEvalScriptBlocks * @see com.smartgwt.client.widgets.HTMLFlow#getCaptureSCComponents */ public interface ContentLoading { }