Uses of Enum Class
com.vaadin.copilot.plugins.themeeditor.ComponentType
Packages that use ComponentType
-
Uses of ComponentType in com.vaadin.copilot.plugins.themeeditor
Methods in com.vaadin.copilot.plugins.themeeditor that return ComponentTypeModifier and TypeMethodDescriptionstatic ComponentTypestatic ComponentTypeComponentType.getForClass(Class<?> name) static ComponentTypeReturns the enum constant of this class with the specified name.static ComponentType[]ComponentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.copilot.plugins.themeeditor with parameters of type ComponentTypeModifier and TypeMethodDescriptionintEditor.addComponent(File f, int referenceComponentCreateLineNumber, int referenceComponentAttachLineNumber, Where where, ComponentType componentType, String... constructorArguments) intEditor.addComponentAttribute(File f, int componentCreateLineNumber, int componentAttachLineNumber, ComponentType componentType, String methodName, String methodParam) intEditor.removeComponentAttribute(File f, int componentCreateLineNumber, int componentAttachLineNumber, ComponentType componentType, String methodName, String methodParam) intEditor.setComponentAttribute(File f, int componentCreateLineNumber, int componentAttachLineNumber, ComponentType componentType, String methodName, String methodParam) intEditor.setComponentAttribute(String className, int componentCreateLineNumber, int componentAttachLineNumber, ComponentType componentType, String methodName, String methodParam)