package com.smartgwt.client.docs;
/**
* <h3>Component Binding</h3>
* Properties that control how a DataBound Component binds to this DataSource
* @see com.smartgwt.client.data.DataSourceField#getTitle
* @see com.smartgwt.client.data.DataSourceField#getCanView
* @see com.smartgwt.client.data.DataSourceField#getCanEdit
* @see com.smartgwt.client.data.DataSourceField#getCanSave
* @see com.smartgwt.client.data.DataSourceField#getEditorType
* @see com.smartgwt.client.data.DataSourceField#getReadOnlyEditorType
* @see com.smartgwt.client.data.DataSourceField#getHidden
* @see com.smartgwt.client.data.DataSourceField#getIgnore
* @see com.smartgwt.client.data.DataSourceField#getDetail
*/
public interface ComponentBinding {
}