Re: GWT CellTable - render cell depending on value of the displayed object
Hi,
Thank You very much for the response. Do You have any sample code that
You can share?
On 17 Gru, 15:16, manstis <michael.ans...@gmail.com> wrote:
> I implemented something similar in the past (to have different cells
> on different rows).
>
> I wrote a Cell proxy class used by the Column that delegated to a
> number of different Cell implementations depending upon the key
> provided by the KeyProvider.
>
> On Dec 16, 3:48 pm, Opal <maciek.op...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Hi,
>
> > I use CellTable to display the data in my web app and would like to
> > add an empty row at the end to enable users to add new data. In all
> > rows (including last one) I use EditTextCell to update data, but I
> > would like to display TextInputCell in the last row only. Does anybody
> > know how it can be done? E.g. the last record's value of id field is
> > -1. Depending on this knowledge I can recognize when TextInpuCell
> > should be displayed but don't know how to implement it. Any ideas?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home