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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the form item on which this function is being fired.void
setFormItem
(FormItem item)
-
Constructor Details
-
FormItemFunctionContext
public FormItemFunctionContext()
-
-
Method Details
-
setFormItem
-
getFormItem
Retrieves the form item on which this function is being fired.- Returns:
-