Class ListViewCollectionBrowserMoldStrategy.CloneableListModel<E>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, 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

    @Deprecated(since="1808",
                forRemoval=true)
    public static class ListViewCollectionBrowserMoldStrategy.CloneableListModel<E>
    extends org.zkoss.zul.ListModelArray<E>
    implements java.lang.Cloneable
    Deprecated, for removal: This API element is subject to removal in a future version.
    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
    • Constructor Summary

      Constructors 
      Constructor Description
      CloneableListModel​(java.util.List<? extends E> data)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void sort​(java.util.Comparator<E> cmpr, boolean ascending)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • 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

      • CloneableListModel

        public CloneableListModel​(java.util.List<? extends E> data)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • sort

        public void sort​(java.util.Comparator<E> cmpr,
                         boolean ascending)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        sort in interface org.zkoss.zul.ext.Sortable<E>
        Overrides:
        sort in class org.zkoss.zul.ListModelArray<E>