Interface InsertLocation
-
public interface InsertLocation
This interface enables to control the insertion location of a childItem
into a parentItem
.Usage:
new CreateItemCommand(myItem, InsertLocation.Factory.createFirst()).execute();
- Since:
- 1.3.0
- See Also:
CreateItemCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
InsertLocation.Factory
The factory provides methods to instantiate a particular insert location.
-