Interface BeanTypeAware<O>


public interface BeanTypeAware<O>
Contract for ui which contains a beanType property. In a jaxx file, if an object has a genericType and implementsthis contract then the beanType will be automaticly setted.
Since:
2.5.9
Author:
Tony Chemit - chemit@codelutin.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String PROPERTY_BEAN_TYPE  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Class<O> getBeanType()  
    void setBeanType​(java.lang.Class<O> beanType)  
  • Field Details

  • Method Details

    • getBeanType

      java.lang.Class<O> getBeanType()
    • setBeanType

      void setBeanType​(java.lang.Class<O> beanType)