Package com.webfirmframework.wffweb.tag.html.attribute.event
package com.webfirmframework.wffweb.tag.html.attribute.event
-
ClassDescriptionAll event attributes will be extend by this class.Note: It is recommended to use event.data() method instead of first data (WffBMObject) parameter from
ServerAsyncMethod.asyncMethod(WffBMObject, Event)
method as the signature of the method will be changed to a single parameter method in next major version.Contains event data forServerAsyncMethod.asyncMethod(WffBMObject, Event)
.