Uses of Record Class
com.vaadin.copilot.javarewriter.JavaDataProviderHandler.FieldOrVariable
Packages that use JavaDataProviderHandler.FieldOrVariable
-
Uses of JavaDataProviderHandler.FieldOrVariable in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter with parameters of type JavaDataProviderHandler.FieldOrVariableModifier and TypeMethodDescriptionstatic void
JavaDataProviderHandler.handleDataStatementsAndClearDataProps
(com.github.javaparser.ast.CompilationUnit compilationUnit, JavaDataProviderHandler.FieldOrVariable parent, JavaComponent javaComponent, InsertionPoint insertionPoint, String dataEntityRecordName) Creates the data statements when adding a new template e.g.setItems
,setItemLabelGenerator
etc...