package com.smartgwt.client.docs; /** * The following APIs are all related to Title. * @see com.smartgwt.client.data.DataSource#getAutoTitle * @see com.smartgwt.client.data.DataSource#getAutoTitle * @see com.smartgwt.client.widgets.form.fields.FormItem#getShowTitle * @see com.smartgwt.client.widgets.form.fields.FormItem#getTitleOrientation * @see com.smartgwt.client.widgets.form.fields.FormItem#getTitleAlign * @see com.smartgwt.client.widgets.form.fields.FormItem#getTitleVAlign * @see com.smartgwt.client.widgets.form.fields.FormItem#getWrapTitle * @see com.smartgwt.client.widgets.form.fields.FormItem#getVAlign * @see com.smartgwt.client.widgets.form.fields.FormItem#getTitleClassName * @see com.smartgwt.client.widgets.form.fields.FormItem#getTitleErrorClassName */ public interface Title { }