문제

I am studying the framework entities and need to add a method in the @view.

This is My code:

 

    @Views({
        @View(
         name="CreatClient",
         title="Cliente",
         members="#Codigo;#nome;#Telefone;#Endereco",
         rows=10)
    });

도움이 되었습니까?

해결책

You need add the method name after of endereco in members... ;methodname() And make the method in the class

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top