com.smartgwt.client.widgets.form.fields
Class FormItemFunctionContext

java.lang.Object
  extended by com.smartgwt.client.widgets.form.fields.FormItemFunctionContext

public class FormItemFunctionContext
extends java.lang.Object

Context object passed to FormItemFunctions containing information about the form item on which the function was fired


Constructor Summary
FormItemFunctionContext()
           
 
Method Summary
 FormItem getFormItem()
          Retrieves the form item on which this function is being fired.
 void setFormItem(FormItem item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormItemFunctionContext

public FormItemFunctionContext()
Method Detail

setFormItem

public void setFormItem(FormItem item)

getFormItem

public FormItem getFormItem()
Retrieves the form item on which this function is being fired.

Returns: