Interface VaadinPropertyDescriptor<BT>

    • Method Detail

      • getName

        String getName()
        Returns the name of the property.
        Returns:
      • getPropertyType

        Class<?> getPropertyType()
        Returns the type of the property.
        Returns:
        Class
      • createProperty

        Property<?> createProperty​(BT bean)
        Creates a new Property instance for this property for a bean.
        Parameters:
        bean -
        Returns: