Hi,

I have a class, that is referenced in tableView of a bxml file. I'd like to
reference a property of an instance of this class, like this:


<TableView.Column name="categoria.descricao" width="450"
headerData="%clnDescricao"/>


this is the class:

public class CategoriaLancamentoWrapper{

    private CategoriaLancamento categoria;
     ...
    public CategoriaLancamento getCategoria() {
      return categoria;
    }
    ...
}


But it seems not to work. Is that possible?


Cheers,
Luiz Gustavo S. de Souza

http://luizgustavoss.wordpress.com
http://luizgustavoss.blogspot.com
http://twitter.com/lugustso

Reply via email to