Uses of Enum Class
com.vaadin.copilot.ComponentPropertyType
Packages that use ComponentPropertyType
-
Uses of ComponentPropertyType in com.vaadin.copilot
Methods in com.vaadin.copilot that return ComponentPropertyTypeModifier and TypeMethodDescriptionstatic ComponentPropertyTypeReturns theComponentPropertyTypecorresponding to the given Java type name.static ComponentPropertyTypeReturns the enum constant of this class with the specified name.static ComponentPropertyType[]ComponentPropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ComponentPropertyType in com.vaadin.copilot.plugins.propertypanel
Methods in com.vaadin.copilot.plugins.propertypanel that return ComponentPropertyTypeModifier and TypeMethodDescriptionComponentProperty.getType()ComponentPropertyHelperUtil.PropertyFieldInfo.type()Returns the value of thetyperecord component.Methods in com.vaadin.copilot.plugins.propertypanel with parameters of type ComponentPropertyTypeConstructors in com.vaadin.copilot.plugins.propertypanel with parameters of type ComponentPropertyTypeModifierConstructorDescriptionConstructs aPropertyFieldInfowith the specified type, assuming no multiple selection and no associated class name.PropertyFieldInfo(ComponentPropertyType type, boolean multipleSelection, String qualifiedClassName) Creates an instance of aPropertyFieldInforecord class.PropertyFieldInfo(ComponentPropertyType type, String qualifiedClassName) Constructs aPropertyFieldInfowith the specified type and qualified class name, assuming no multiple selection.