Class FormItemChangeEvent

java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.FormItemChangeEvent

public class FormItemChangeEvent extends BaseEvent
This class contains the data of the Form item changed event. These are the following:
  • The client on which the event occurred
  • The ID of the component on which the event occurred
  • The event type
  • The component instance raising the event.
  • The event's unique ID
  • The form item's new value
Since:
4.0
Author:
JBStrap
  • Constructor Details

    • FormItemChangeEvent

      public FormItemChangeEvent()
  • Method Details

    • getNewValue

      public <T> T getNewValue()
      Gets the form item's new value
      Type Parameters:
      T - The form item value type
      Returns:
      The form item's new value
    • fireEvent

      public void fireEvent()
      Specified by:
      fireEvent in class BaseEvent