Вопрос

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