Class ItemsNavigatorBase

    • Field Detail

      • properInitializationCheckDone

        protected boolean properInitializationCheckDone
    • Method Detail

      • setCssClass

        public void setCssClass​(String cssClass)
      • getCssClass

        public String getCssClass()
      • isProperInitializationCheckDone

        protected boolean isProperInitializationCheckDone()
        don't override this,for internal use only
      • doProperInitializationCheck

        protected void doProperInitializationCheck()
        don't override this,for internal use only
      • repeaterNotProperlyInitializedForItemsNavigation

        protected void repeaterNotProperlyInitializedForItemsNavigation​(IQuickView quickView)
        checks if quickview is properly initialized for items navigation

        don't override,it's for internal use

      • newMore

        public abstract Component newMore()
      • onStatefulEvent

        public List<Item> onStatefulEvent()
        on a stateful event say onclick ,this method creates new rows/items for the page
        Returns:
        list of items created