Class NestedPropertyDescriptor<BT>

  • Type Parameters:
    BT - bean type
    All Implemented Interfaces:
    VaadinPropertyDescriptor<BT>, Serializable

    public class NestedPropertyDescriptor<BT>
    extends Object
    implements VaadinPropertyDescriptor<BT>
    Property descriptor that is able to create nested property instances for a bean. The property is specified in the dotted notation, e.g. "address.street", and can contain multiple levels of nesting.
    Since:
    6.6
    See Also:
    Serialized Form