Package com.vaadin.flow.spring
Class VaadinConfigurationProperties.React
java.lang.Object
com.vaadin.flow.spring.VaadinConfigurationProperties.React
- Enclosing class:
- VaadinConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
React
public React()
-
-
Method Details
-
isEnable
public boolean isEnable()Returns if react support is enabled.- Returns:
- if react is enabled
-
setEnable
public void setEnable(boolean enable) Enables/disabled react support.- Parameters:
enable
- iftrue
then react support is enabled, otherwise it's disabled
-