java - Vaadin: table container has object members -


I am expanding BeanItemContainer and it will be used as a container for a table in Waddin I'm using Public Square Mycantine Beanite Container & lt; MyClass & gt; Serializable {...} implies a MyClass object that has a structure as shown below:

  public Class MyClass {Private Int ID; Private Innerclass Data; ...}   

and there is a structure in the innerclass:

  public class innerclass {private int PROA; Private string probe; ...}   

I have id and data. I want to display the propane column but I am not sure how in vaidyine

solution addNestedContainerProperty to use property

See for details.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -