Interface InsertLocation
-
public interface InsertLocationThis interface enables to control the insertion location of a childIteminto 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 classInsertLocation.FactoryThe factory provides methods to instantiate a particular insert location.
-