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