i have build what u r looking for....... a grid with header, scrolling, grid
Title and pagination....

use VerticalPanel, add inside it Horizontal Panel for the title and anything
else u want.....
then add a scrollPanel which will contain the grid.......

for the grid.....

add a class and extend the GWT grid...... add function to take a list of
string to build the header, and a two dimensional array with the same width
of the header array to add the data.....

u need to add OnClick, OnMouseEnter, and OnMouseLeave events for the grid to
select and to change the color of the rows when the mouse moves over
it.......


and that is it.... u have what u r looking for.....

if u need any help please let me know

On Thu, Feb 11, 2010 at 7:32 PM, SergeZ <comp1...@gmail.com> wrote:

> Please, help!!!! I searching for a very simple solution for how to
> build a Table!!! I need a simple table with Titles in columns and
> selectable rows( for possibility to get field from selected string )
> and with the possibility to scroll table   . I had searched a lot of
> sites and libraries but they are very featured - it is unnecessary for
> me. I want to build table as I described above. I know that I should
> be very easy but I cunfused yet about it. I tried to use DataTable and
> put it in  Table.draw() method, but the app crashes before completly
> loads. It crashed with "cannot load module ..." error message!!!
> Please, help me!!! I suppose that it should be developed with standart
> GWT2.0's features and with Visualization library.
>
> Thanks a lot for you attention to my post !!!!
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
~~~With Regards~~~
Muhannad Dar-Nasser
~~Computer Systems Engineering~~

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to