Class ZulEvents


  • public class ZulEvents
    extends java.lang.Object
    Utilities to access events for ZK and ZUL.
    Author:
    tomyeh
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ON_AFTER_RENDER

        public static final java.lang.String ON_AFTER_RENDER
        The onAfterRender event It will notify the component (with a setModel method) when the model's data has been rendered
        Since:
        5.0.4
        See Also:
        Constant Field Values
      • ON_RESPONSIVE_MODE_CHANGE

        public static final java.lang.String ON_RESPONSIVE_MODE_CHANGE
        The onResponsiveModeChange event. Fired by a responsive Grid on the client when the resolved stacking mode changes between "table" and "stacking".
        Since:
        10.4.0
        See Also:
        Constant Field Values