KrailOrg / krail

Rapid web app framework using Vaadin 8 integrated with Guice and Shiro
50 stars 18 forks source link

Configuration for Auto id generation #662

Open davidsowerby opened 6 years ago

davidsowerby commented 6 years ago

Automatic generation of component ids is being developed under #661, but there should be a configurable way of disabling them - typically in production they won't be needed and just add to the network traffic

Disabling them requires a small change to DefaultViewFactory and wherever the ids are generated for the UI, but the configuration needs to be thought about

davidsowerby commented 6 years ago

Disabling them requires a small change to DefaultViewFactory

This is no longer the case. The IdGenerator is invoked by DefaultNavigator.changeView()

davidsowerby commented 6 years ago

There is also a special case in NavigationButton