Class PageSizeEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class PageSizeEvent
    extends Event
    Used to notify the paging size has been changed when the autopaging (MeshElement.setAutopaging(boolean)) is enabled and user changed the size of the content.
    Since:
    2.4.1
    Author:
    tomyeh
    See Also:
    Serialized Form
    • Constructor Detail

      • PageSizeEvent

        public PageSizeEvent​(java.lang.String name,
                             Component target,
                             int pgsz)
        Construct a page size event.
        Parameters:
        target - the target must be a paginal component, i.e., implements Pageable.
        pgsz - the new page size
      • PageSizeEvent

        public PageSizeEvent​(java.lang.String name,
                             Component target,
                             Pageable pageable,
                             int pgsz)
        Construct a page size event that the target is different from the page controller.
        Parameters:
        target - the event target
        pageable - the paging controller. In other words, it is usually Paginal.