|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ICellPopulator<T> | Represents an object that is capable of populating an Item container representing a cell
in a DataGridView with components. |
Class Summary | |
---|---|
AbstractDataGridView<T> | Acts as a base for data-grid views. |
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. |
PropertyPopulator<T> | A convenience implementation of ICellPopulator that adds a label that will display the
value of the specified property. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |