Uses of Enum Class
com.vaadin.copilot.customcomponent.CustomComponent.Type
Packages that use CustomComponent.Type
-
Uses of CustomComponent.Type in com.vaadin.copilot.customcomponent
Methods in com.vaadin.copilot.customcomponent that return CustomComponent.TypeModifier and TypeMethodDescriptionCustomComponent.getType()Type of custom component.CustomComponentExternal.getType()CustomComponentInProject.getType()CustomComponentInstanceInfo.getType()static CustomComponent.TypeReturns the enum constant of this class with the specified name.static CustomComponent.Type[]CustomComponent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.copilot.customcomponent with parameters of type CustomComponent.TypeModifier and TypeMethodDescriptionvoidCustomComponentInstanceInfo.setType(CustomComponent.Type type) Constructors in com.vaadin.copilot.customcomponent with parameters of type CustomComponent.TypeModifierConstructorDescriptionCustomComponentInstanceInfo(CustomComponent.Type type, String activeLevel, String javaClassName, String customComponentFilePath, boolean litTemplate)