Uses of Class
com.vaadin.copilot.javarewriter.JavaComponent.Metadata
Packages that use JavaComponent.Metadata
-
Uses of JavaComponent.Metadata in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaComponent.MetadataModifier and TypeMethodDescriptionJavaComponent.metadata()Returns the value of themetadatarecord component.Constructors in com.vaadin.copilot.javarewriter with parameters of type JavaComponent.MetadataModifierConstructorDescriptionJavaComponent(String tag, String className, Map<String, Object> props, List<JavaComponent> children, JavaComponent.Metadata metadata) Creates an instance of aJavaComponentrecord class.