window.name
so that it can be re-used if the browser window is reloaded. This is typically determined by the UI provider which typically checks the @ {@link PreserveOnRefresh} annotation but UIproviders and ultimately VaadinService implementations may choose to override the defaults.
@param provider the UI provider responsible for the UI
@param event the UI create event with details about the UI
@return true
if the UI should be preserved on refresh;false
if a new UI instance should be initialized on refreshed.
|
|
|
|
|
|