Class PaginatorMenuBean<T extends PersistenceEntity>

  • Type Parameters:
    T - entity type
    All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class PaginatorMenuBean<T extends PersistenceEntity>
    extends MenuBean
    PaginatorMenuBean: entity list paginator MenuBean
    Since:
    3.5
    See Also:
    Serialized Form
    • Method Detail

      • refresh

        public void refresh()
                     throws SystemException
        Refresh paginator menu bean by recreating menu nodes.
        Throws:
        SystemException - throw if an error occurs in creating paginator menu
      • getEntityListBackingBean

        public EntityListBackingBean<T> getEntityListBackingBean()
        Get the EntityListBackingBean to which this paginator menu belongs
        Returns:
        EntityListBackingBean instance