Class ZulEvents


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

      Fields 
      Modifier and Type Field Description
      static 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
      static java.lang.String ON_COL_SIZE
      The onColSize event used with ColSizeEvent.
      static java.lang.String ON_PAGE_SIZE
      The onPageSize event used with PageSizeEvent.
      static java.lang.String ON_PAGING
      The onPaging event used with PagingEvent.
    • 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