public class SelectRowGroupCommandHandler<T> extends AbstractLayerCommandHandler<SelectRowGroupsCommand>
| Constructor and Description | 
|---|
SelectRowGroupCommandHandler(IRowGroupModel<T> model,
                            SelectionLayer selectionLayer,
                            RowGroupHeaderLayer<T> rowGroupHeaderLayer)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
doCommand(SelectRowGroupsCommand command)  | 
Class<SelectRowGroupsCommand> | 
getCommandClass()  | 
protected void | 
selectRows(int columnPosition,
          List<Integer> rowPositions,
          boolean withShiftMask,
          boolean withControlMask,
          int rowPositionToMoveIntoViewport,
          boolean moveAnchorToTopOfGroup)  | 
doCommandpublic SelectRowGroupCommandHandler(IRowGroupModel<T> model, SelectionLayer selectionLayer, RowGroupHeaderLayer<T> rowGroupHeaderLayer)
public Class<SelectRowGroupsCommand> getCommandClass()
protected boolean doCommand(SelectRowGroupsCommand command)
doCommand in class AbstractLayerCommandHandler<SelectRowGroupsCommand>Copyright © 2013. All Rights Reserved.