Class ListViewCollectionBrowserMoldStrategy.UnsortableListModelArray<E>

  • All Implemented Interfaces:
    java.io.Serializable, org.zkoss.zul.ext.Pageable, org.zkoss.zul.ext.Selectable<E>, org.zkoss.zul.ext.Sortable<E>, org.zkoss.zul.ListModel<E>, org.zkoss.zul.PageableModel
    Enclosing class:
    ListViewCollectionBrowserMoldStrategy

    protected static class ListViewCollectionBrowserMoldStrategy.UnsortableListModelArray<E>
    extends org.zkoss.zul.ListModelArray<E>
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.zkoss.zul.AbstractListModel

        org.zkoss.zul.AbstractListModel.DefaultSelectionControl<E extends java.lang.Object>
    • Field Summary

      • Fields inherited from class org.zkoss.zul.ListModelArray

        _array
      • Fields inherited from class org.zkoss.zul.AbstractListModel

        _selection
      • Fields inherited from interface org.zkoss.zul.PageableModel

        INTERNAL_EVENT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void sort​(java.util.Comparator<E> cmpr, boolean ascending)  
      • Methods inherited from class org.zkoss.zul.ListModelArray

        addSelection, clone, equals, fireSelectionEvent, get, getElementAt, getInnerArray, getSize, getSortDirection, hashCode, indexOf, notifyChange, removeSelection, set, toString
      • Methods inherited from class org.zkoss.zul.AbstractListModel

        addListDataListener, addPagingEventListener, addToSelection, clearSelection, fireEvent, getActivePage, getPageCount, getPageSize, getSelection, getSelectionControl, isMultiple, isSelected, isSelectionEmpty, newEmptySelection, readSelection, removeAllSelection, removeFromSelection, removeListDataListener, removePagingEventListener, retainAllSelection, setActivePage, setMultiple, setPageSize, setSelection, setSelectionControl, writeSelection
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsortableListModelArray

        public UnsortableListModelArray​(java.util.List<? extends E> data)
    • Method Detail

      • sort

        public void sort​(java.util.Comparator<E> cmpr,
                         boolean ascending)
        Specified by:
        sort in interface org.zkoss.zul.ext.Sortable<E>
        Overrides:
        sort in class org.zkoss.zul.ListModelArray<E>