Ok. so let's say that I don't provide a model. Will this make my grid happy?

public Object getRowValue(int index) { 
  // This will provide my grid with the values
  hashMap.get(index).values();
} 

public Class<> getRowType() { 
  // This will act as a model and will feed table header
  hashMap.get(cashedIndex).keySet();
} 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/HashMap-as-a-Grid-source-once-again-tp5720533p5720537.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to