package com.smartgwt.client.docs;
/**
* Manipulating the values stored in the form.
* @see com.smartgwt.client.widgets.form.DynamicForm#getNumCols
* @see com.smartgwt.client.widgets.form.DynamicForm#getFixedColWidths
* @see com.smartgwt.client.widgets.form.DynamicForm#getColWidths
* @see com.smartgwt.client.widgets.form.DynamicForm#getMinColWidth
* @see com.smartgwt.client.widgets.form.DynamicForm#getCellPadding
* @see com.smartgwt.client.widgets.form.DynamicForm#getCellBorder
* @see com.smartgwt.client.widgets.form.DynamicForm#getSectionVisibilityMode
*/
public interface TableLayout {
}
|