On Mon, 24 Dec 2012 12:17:21 -0200, mateen <[email protected]> wrote:

Hi,

Hi!

Now I want to conditionally show a certain type of action cell .In the t:if i want to pass a certain property of the grid row to test wether it is
active or not. Now can i do this.

public boolean isActive() {
        return selectedQuote.isActive(); // or any other logic here.
}

In other words: you have the row parameter which will be set with the object being used in the current iteration. Just use it.

In my JAVA code i have a getPending
function that takes no Params ?

I have absolutely no idea what you're asking here.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to