Class GridFactoryImpl.BeanNestedPropertyValueProvider<T>

java.lang.Object
com.hack23.cia.web.impl.ui.application.views.common.gridfactory.impl.GridFactoryImpl.BeanNestedPropertyValueProvider<T>
Type Parameters:
T - the generic type
All Implemented Interfaces:
com.vaadin.data.ValueProvider<T,String>, com.vaadin.server.SerializableFunction<T,String>, Serializable, Function<T,String>
Enclosing class:
GridFactoryImpl

public static final class GridFactoryImpl.BeanNestedPropertyValueProvider<T> extends Object implements com.vaadin.data.ValueProvider<T,String>
The Class BeanNestedPropertyValueProvider.
See Also:
  • Constructor Details

    • BeanNestedPropertyValueProvider

      public BeanNestedPropertyValueProvider(String property)
      Instantiates a new bean nested property value provider.
      Parameters:
      property - the property
  • Method Details