package com.smartgwt.client.docs; /** * The following APIs are all related to Fields. * @see com.smartgwt.client.data.DataSource#getFields * @see com.smartgwt.client.data.DataSource#getInheritsFrom * @see com.smartgwt.client.data.DataSource#getUseFlatFields * @see com.smartgwt.client.data.DataSource#getShowLocalFieldsOnly * @see com.smartgwt.client.data.DataSource#getUseParentFieldOrder * @see com.smartgwt.client.docs.serverds.DataSource#autoDeriveSchema * @see com.smartgwt.client.docs.serverds.DataSource#schemaBean */ public interface Fields { }