Annotation Interface HxTriggerAfterSettle


@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface HxTriggerAfterSettle
Annotation to trigger client side events after the settling step on the target element.
You can trigger a single event or as many uniquely named events as you would like.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The events to trigger after the settling step on the target element.
  • Element Details