Class FormItemFunctionContext
java.lang.Object
com.smartgwt.client.widgets.form.fields.FormItemFunctionContext
Context object passed to FormItemFunctions containing information about the form item on which the function was fired
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRetrieves the form item on which this function is being fired.voidsetFormItem(FormItem item) 
- 
Constructor Details- 
FormItemFunctionContextpublic FormItemFunctionContext()
 
- 
- 
Method Details- 
setFormItem
- 
getFormItemRetrieves the form item on which this function is being fired.- Returns:
 
 
-