GWTP
GWTP copied to clipboard
Feature request insertIntoSlot
It would be great to have a View method:
insertIntoSlot(Object slot, IsWidget content, int index) { }
This would it make much more easy to insert Widgets at the top or at a certain position.
@christiangoudreau @Chris-V what do you think?
Instead I would do: addToSlot(Slot, Content, Index)
Closing as there's an easy way to do it.
That's not what I meant. That method doesn't exist! We need to create it :D
Oh sorry. My bad.