Friday, September 27, 2013

Re: how to align composite cell element vertically

The default implementation of render(Context,Element,C) in CompositeCell is:

```java
    for (HasCell<C, ?> hasCell : hasCells) {
      render(context, value, sb, hasCell);
    }
```

You can easily override it with code that wraps each call to render(Context,C,SafeHtmlBuilder,HasCell) into a <div>, or builds a <table>, or whatever.

On Friday, September 27, 2013 1:51:04 PM UTC+2, Bhumika Thaker wrote:
Hi All,

I want to show CompositeCell 's  cells vertically as It's coming horizontally.

How can I do it?

Thanks,
Bhumiak.


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment