edvin
07/30/2016, 4:01 PMRuckus
07/30/2016, 4:03 PMedvin
07/30/2016, 4:56 PMViewProvider
. The provider will offer up it's View to anyone interested. I was thinking about ViewConsumer
as the receiver. The ViewConsumer
will receive the View from the provider if it is registered for the correct discriminator. Is ViewConsumer
OK?ron
07/30/2016, 4:56 PMedvin
07/30/2016, 4:56 PMedvin
07/30/2016, 4:58 PMedvin
07/30/2016, 4:58 PMApplicationProvider
and ViewProvider
by now.edvin
07/30/2016, 4:58 PMProducer
is a better word for all of them.ron
07/30/2016, 4:58 PMedvin
07/30/2016, 4:59 PMron
07/30/2016, 5:00 PMron
07/30/2016, 5:00 PMron
07/30/2016, 5:01 PMron
07/30/2016, 5:04 PMedvin
07/30/2016, 5:21 PMreceive
above when I tried to explain the functionality)edvin
07/30/2016, 6:14 PMEventTarget.addChildIfPossible
could support creating a Tab for the given child node if this is TabPane
, something like this:edvin
07/30/2016, 6:15 PMtabPane += someNode
. I can also use this for auto-embedding Views in TabPanes.edvin
07/30/2016, 6:15 PMedvin
07/30/2016, 6:23 PMViewProvider
services and add Views from them manually. That way you have more control over what you do with the provided View. You could for example open a modal for the View, or add it to any kind of Node in any way you like.Ruckus
07/30/2016, 6:37 PMedvin
07/30/2016, 6:39 PMNode.removeFromParent
to EventTarget.removeFromParent
so that a Tab can unregister from it's TabPane
.edvin
07/30/2016, 6:39 PMRuckus
07/30/2016, 6:39 PMedvin
07/30/2016, 6:40 PMedvin
07/30/2016, 6:40 PMedvin
07/30/2016, 6:41 PMedvin
07/30/2016, 6:41 PMRuckus
07/30/2016, 7:22 PM