Class ListViewCollectionBrowserMoldStrategy.UnsortableListModelArray<E>
- java.lang.Object
-
- org.zkoss.zul.AbstractListModel<E>
-
- org.zkoss.zul.ListModelArray<E>
-
- com.hybris.cockpitng.widgets.collectionbrowser.mold.impl.listview.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
-
-
Constructor Summary
Constructors Constructor Description UnsortableListModelArray(java.util.List<? extends E> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsort(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
-
-
-
-
Constructor Detail
-
UnsortableListModelArray
public UnsortableListModelArray(java.util.List<? extends E> data)
-
-