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
  • Constructor Details

    • FormItemFunctionContext

      public FormItemFunctionContext()
  • Method Details

    • setFormItem

      public void setFormItem(FormItem item)
    • getFormItem

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