public interface ISortHelper<T>
| Modifier and Type | Method and Description |
|---|---|
<M extends ITableModel<T>> |
adjustSort(M model,
boolean descending)
Configure the model passed in such a way that it sorts in some specific way.
|
<M extends ITableModel<T>> void adjustSort(@Nonnull M model, boolean descending) throws Exception
M - model - descending - ExceptionCopyright © 2017 etc.to. All rights reserved.