Class AssetList

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.IsElement

    public class AssetList
    extends Object
    implements org.jboss.errai.common.client.api.IsElement
    • Constructor Detail

    • Method Detail

      • resetPageRangeIndicator

        public void resetPageRangeIndicator()
        Resets the page range.
      • clear

        public void clear()
        Clears the asset list.
      • add

        public void add​(org.jboss.errai.common.client.dom.HTMLElement element)
      • showEmptyState

        public void showEmptyState​(String topic,
                                   String message)
      • getStep

        public Integer getStep()
      • onChangeAmountOfItemsShown

        public void onChangeAmountOfItemsShown​(int step)
      • onToFirstPage

        public void onToFirstPage()
      • onToNextPage

        public void onToNextPage()
      • onToPrevious

        public void onToPrevious()
      • onPageNumberChange

        public void onPageNumberChange​(int pageNumber)
      • getElement

        public org.jboss.errai.common.client.dom.HTMLElement getElement()
        Specified by:
        getElement in interface org.jboss.errai.common.client.api.IsElement
      • addChangeHandler

        public void addChangeHandler​(org.uberfire.mvp.Command command)
      • getFirstIndex

        public int getFirstIndex()