Interface ColumnControlPopup.ActionGrouper

Enclosing interface:
ColumnControlPopup

public static interface ColumnControlPopup.ActionGrouper
Splits and returns a List of actions into sub-lists.
  • Method Summary

    Modifier and Type
    Method
    Description
    <A extends Action>
    List<List<A>>
    group(List<A> actions)