|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListView | |
|---|---|
| wicket.markup.html.list | List components for tabular data and such. |
| Uses of ListView in wicket.markup.html.list |
|---|
| Subclasses of ListView in wicket.markup.html.list | |
|---|---|
class |
PageableListView
PageableListView is similar to ListView but provides in addition pageable views. |
class |
PropertyListView
Simple ListVew subclass that wraps its item models in a BoundCompoundPropertyModel. |
| Methods in wicket.markup.html.list that return ListView | |
|---|---|
ListView |
ListView.setOptimizeItemRemoval(boolean reuseItems)
Deprecated. Use setReuseItems(boolean) instead |
ListView |
ListView.setReuseItems(boolean reuseItems)
If true re-rendering the list view is more efficient if the windows doesn't get changed at all or if it gets scrolled (compared to paging). |
ListView |
PageableListView.setStartIndex(int startIndex)
Prevent users from accidentially using it. |
ListView |
ListView.setStartIndex(int startIndex)
Set the index of the first item to render |
ListView |
PageableListView.setViewSize(int size)
Prevent users from accidentially using it. |
ListView |
ListView.setViewSize(int size)
Define the maximum number of items to render. |
| Constructors in wicket.markup.html.list with parameters of type ListView | |
|---|---|
ListItemModel(ListView listView,
int index)
Construct |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||