Package com.jbstrap.core.event
Class FormItemChangeEvent
java.lang.Object
com.jbstrap.core.event.BaseEvent
com.jbstrap.core.event.FormItemChangeEvent
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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
<T> T
Gets the form item's new valueMethods inherited from class com.jbstrap.core.event.BaseEvent
getClient, getComponent, getEventId, getEventType, getSenderId
-
Constructor Details
-
FormItemChangeEvent
public FormItemChangeEvent()
-
-
Method Details