package com.smartgwt.client.docs;
/**
* Fields with values calculated from other fields in the grid.
* @see com.smartgwt.client..FormulaBuilder#setFormula
* @see com.smartgwt.client..FormulaBuilder#getHelpText
* @see com.smartgwt.client..FormulaBuilder#getUpdatedFieldObject
* @see com.smartgwt.client..FormulaBuilder#testFunction
* @see com.smartgwt.client..FormulaBuilder#getTestRecord
* @see com.smartgwt.client..FormulaBuilder#save
* @see com.smartgwt.client..FormulaBuilder#fireOnClose
* @see com.smartgwt.client..SummaryBuilder#setSummary
* @see com.smartgwt.client..SummaryBuilder#save
* @see com.smartgwt.client.widgets.DataBoundComponent#addFormulaField
* @see com.smartgwt.client.widgets.DataBoundComponent#editFormulaField
* @see com.smartgwt.client.widgets.DataBoundComponent#editFormulaField
* @see com.smartgwt.client.widgets.DataBoundComponent#editFormulaField
* @see com.smartgwt.client..TestFunctionResult
* @see com.smartgwt.client..MathFunction#registerFunction
* @see com.smartgwt.client..MathFunction#getRegisteredFunctionIndex
* @see com.smartgwt.client..MathFunction#getDefaultFunctionIndex
* @see com.smartgwt.client.widgets.grid.ListGrid#getCanAddFormulaFields
* @see com.smartgwt.client..FormulaBuilder#getDataSource
* @see com.smartgwt.client..FormulaBuilder#getFields
* @see com.smartgwt.client..FormulaBuilder#getField
* @see com.smartgwt.client..FormulaBuilder#getEditMode
* @see com.smartgwt.client..FormulaBuilder#getFormulaField
* @see com.smartgwt.client..FormulaBuilder#getTitleField
* @see com.smartgwt.client..FormulaBuilder#getShowHelpIcon
* @see com.smartgwt.client..FormulaBuilder#getHelpIcon
* @see com.smartgwt.client..FormulaBuilder#getShowAutoHideCheckBox
* @see com.smartgwt.client..FormulaBuilder#getAutoHideCheckBox
* @see com.smartgwt.client..FormulaBuilder#getBuilderTypeText
* @see com.smartgwt.client..FormulaBuilder#getMathFunctions
* @see com.smartgwt.client..FormulaBuilder#getCancelled
* @see com.smartgwt.client..FormulaBuilder#getFieldKey
* @see com.smartgwt.client..FormulaBuilder#getCancelButton
* @see com.smartgwt.client..FormulaBuilder#getTestButton
* @see com.smartgwt.client..FormulaBuilder#getSaveButton
* @see com.smartgwt.client..FormulaBuilder#getAutoTest
* @see com.smartgwt.client..FormulaBuilder#getAutoTestDelay
* @see com.smartgwt.client..FormulaBuilder#getTestRecord
* @see com.smartgwt.client..SummaryBuilder#getTestRecord
* @see com.smartgwt.client.widgets.DataBoundComponent#getBadFormulaResultValue
* @see com.smartgwt.client.widgets.DataBoundComponent#getCanAddFormulaFields
* @see com.smartgwt.client..MathFunction#getName
* @see com.smartgwt.client..MathFunction#getDescription
* @see com.smartgwt.client..MathFunction#getJsFunction
* @see com.smartgwt.client..MathFunction#getDefaultSortPosition
* @see com.smartgwt.client..TestFunctionResult#getFailedGeneration
* @see com.smartgwt.client..TestFunctionResult#getFailedExecution
* @see com.smartgwt.client..TestFunctionResult#getEmptyTestValue
* @see com.smartgwt.client..TestFunctionResult#getErrorText
* @see com.smartgwt.client..TestFunctionResult#getResult
* @see com.smartgwt.client..TestFunctionResult#getRecord
*/
public interface FormulaFields {
}
|