public static interface ActionHandler.GrouperActionHandler extends ActionHandler
ActionHandler.ExtenderActionHandler, ActionHandler.GrouperActionHandler, ActionHandler.InserterActionHandler, ActionHandler.SorterActionHandler| Modifier and Type | Method and Description |
|---|---|
void |
moveGroupedItem(StructureRow item,
StructureRow from,
StructureRow to,
StructureGenerator.HandlingContext context) |
void |
reorderGroup(StructureRow group,
StructurePosition from,
StructurePosition to,
StructureGenerator.HandlingContext context) |
void moveGroupedItem(@NotNull
StructureRow item,
@Nullable
StructureRow from,
@Nullable
StructureRow to,
@NotNull
StructureGenerator.HandlingContext context)
void reorderGroup(@NotNull
StructureRow group,
@NotNull
StructurePosition from,
@NotNull
StructurePosition to,
@NotNull
StructureGenerator.HandlingContext context)
Copyright © 2022 ALM Works. All Rights Reserved.