Class SortCommandHandler<T>
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<SortColumnCommand>
org.eclipse.nebula.widgets.nattable.sort.command.SortCommandHandler<T>
- All Implemented Interfaces:
ILayerCommandHandler<SortColumnCommand>
Command handler that handles
SortColumnCommands. Applies sorting via
the ISortModel corresponding to the information that are send via the
SortColumnCommand.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSortCommandHandler(ISortModel sortModel, SortHeaderLayer<T> sortHeaderLayer) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
SortCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<SortColumnCommand>
-
getCommandClass
-