Re: Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread Andrei
> > Sorry, it should be .setFloat(Style.Float.LEFT); > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/afa3G3PUHUAJ. To post to this group, sen

Re: Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread Andrei
Something like this. Assuming you want your first column to be 100px wide and your rows 30px high, FlowPanel firstColumn = new FlowPanel(); firstColumn.setSize("100px", numberOfRows * 30 + "px"); firstColumn.getElement().getStyle().setFloat("left"); for (int i = 0; i < numberOfRows; i++) { L

Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread Patrick Tucker
The colorful cells will have to be spans or something with similar properties. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/OBSV9EBRAXcJ. To

Question on Best Startegy to make a table where first row and first column has fixed size cell and then all the other inner cells can have variaty of cell sizes

2012-07-15 Thread orfano
Lads, I am new on GWT and I am wondering if someone could give me tips on how to make a table that would looks like the attached file I am putting here: Basically it will have fixed siz