Class ListViewCollectionBrowserMoldStrategy.CloneableListModel<E>
- java.lang.Object
-
- org.zkoss.zul.AbstractListModel<E>
-
- org.zkoss.zul.ListModelArray<E>
-
- com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview.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.CloneableDeprecated, for removal: This API element is subject to removal in a future version.since 1808, useListViewCollectionBrowserMoldStrategy.UnsortableListModelArrayinstead- See Also:
- Serialized Form
-
-
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 voidsort(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
-
-
-
-
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.
-
-