|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RepeatingView in org.apache.wicket.extensions.markup.html.form.select |
---|
Subclasses of RepeatingView in org.apache.wicket.extensions.markup.html.form.select | |
---|---|
class |
SelectOptions<T>
Component that makes it easy to produce a list of SelectOption components Example markup:
<wicket:container wicket:id="selectOptions"><option wicket:id="option"></option></wicket:container>
|
Uses of RepeatingView in org.apache.wicket.extensions.markup.html.repeater.data.grid |
---|
Subclasses of RepeatingView in org.apache.wicket.extensions.markup.html.repeater.data.grid | |
---|---|
class |
AbstractDataGridView<T>
Acts as a base for data-grid views. |
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. |
Uses of RepeatingView in org.apache.wicket.markup.repeater |
---|
Subclasses of RepeatingView in org.apache.wicket.markup.repeater | |
---|---|
class |
AbstractPageableView<T>
An abstract repeater view that provides paging functionality to its subclasses. |
class |
RefreshingView<T>
An abstract repeater view that provides refreshing functionality to its subclasses. |
Uses of RepeatingView in org.apache.wicket.markup.repeater.data |
---|
Subclasses of RepeatingView in org.apache.wicket.markup.repeater.data | |
---|---|
class |
DataView<T>
DataView is a basic implementation of AbstractPageableView . |
class |
DataViewBase<T>
Base class for data views. |
class |
GridView<T>
A pageable DataView which breaks the data in the IDataProvider into a number of data-rows, depending on the column size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |