Uses of Enum Class
com.vaadin.copilot.javarewriter.JavaRewriter.AddReplace
Packages that use JavaRewriter.AddReplace
-
Uses of JavaRewriter.AddReplace in com.vaadin.copilot.customcomponent
Methods in com.vaadin.copilot.customcomponent that return JavaRewriter.AddReplaceModifier and TypeMethodDescriptionCustomComponentApiSelection.action()Returns the value of theactionrecord component.Constructors in com.vaadin.copilot.customcomponent with parameters of type JavaRewriter.AddReplaceModifierConstructorDescriptionCustomComponentApiSelection(String methodName, JavaRewriter.AddReplace action) Creates an instance of aCustomComponentApiSelectionrecord class. -
Uses of JavaRewriter.AddReplace in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaRewriter.AddReplaceModifier and TypeMethodDescriptionJavaRewriter.AddTemplateOptions.addReplace()Returns the value of theaddReplacerecord component.static JavaRewriter.AddReplacestatic JavaRewriter.AddReplaceReturns the enum constant of this class with the specified name.static JavaRewriter.AddReplace[]JavaRewriter.AddReplace.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.vaadin.copilot.javarewriter with parameters of type JavaRewriter.AddReplaceModifierConstructorDescriptionAddTemplateOptions(boolean javaFieldsForLeafComponents, boolean useIdMappedFields, String methodName, JavaRewriter.AddReplace addReplace) Creates an instance of aAddTemplateOptionsrecord class.