Package jaxx.runtime.bean
Interface BeanTypeAware<O>
-
public interface BeanTypeAware<O>Contract for ui which contains abeanTypeproperty. In a jaxx file, if an object has a genericType and implementsthis contract then thebeanTypewill be automaticly setted.- Since:
- 2.5.9
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_BEAN_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<O>getBeanType()voidsetBeanType(Class<O> beanType)
-