Re: Proposal to move @FunctionalInteface from IModel

2017-04-11 Thread Martijn Dashorst
I also am not convinced of splitting out a read only thing. Standards change and you can now create a modifiable div in markup with content editable. If Java were a good composable language enabling composite oriented programming (see e.g. https://polygene.apache.org) then I would be tempted to

Re: Proposal to move @FunctionalInteface from IModel

2017-04-11 Thread Emond Papegaaij
On maandag 10 april 2017 23:48:27 CEST Pedro Santos wrote: > Hi Emond, > > > Your proposal will not work because Java does not resolve functional > > interfaces to subtypes of the target type. For example, take the Label > > constructor: > I know, and that is just a good thing. Take TextField for