Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.grid.AbstractDataGridView

Packages that use AbstractDataGridView
org.apache.wicket.extensions.markup.html.repeater.data.grid   
 

Uses of AbstractDataGridView in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

Subclasses of AbstractDataGridView in org.apache.wicket.extensions.markup.html.repeater.data.grid
 class DataGridView<T>
          Simple concrete implementation of AbstractDataGridView Example: <table> <tr wicket:id="rows"> <td wicket:id="cells"> <span wicket:id="cell"> </span> </td> </tr> </table> Though this example is about a HTML table, DataGridView is not at all limited to HTML tables.
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.