com.smartgwt.client.widgets.form.fields
Class FormItemFunctionContext
java.lang.Object
com.smartgwt.client.widgets.form.fields.FormItemFunctionContext
public class FormItemFunctionContext
- extends Object
Context object passed to FormItemFunctions containing information about the form item on which the function was fired
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormItemFunctionContext
public FormItemFunctionContext()
setFormItem
public void setFormItem(FormItem item)
getFormItem
public FormItem getFormItem()
- Retrieves the form item on which this function is being fired.
- Returns: