|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| org.apache.wicket.markup.repeater | |
| org.apache.wicket.markup.repeater.data | |
| Uses of Item in org.apache.wicket.markup.repeater |
|---|
| Subclasses of Item in org.apache.wicket.markup.repeater | |
|---|---|
class |
OddEvenItem<T>
Item that sets class="even" or class="odd" attributes based on its index |
| Methods in org.apache.wicket.markup.repeater that return Item | |
|---|---|
Item<T> |
IItemFactory.newItem(int index,
IModel<T> model)
Factory method for instances of Item. |
protected Item<T> |
RefreshingView.newItem(java.lang.String id,
int index,
IModel<T> model)
Factory method for Item container. |
| Methods in org.apache.wicket.markup.repeater that return types with arguments of type Item | ||
|---|---|---|
static java.util.Comparator<Item<?>> |
Item.IndexComparator.getInstance()
|
|
java.util.Iterator<Item<T>> |
RefreshingView.getItems()
|
|
|
IItemReuseStrategy.getItems(IItemFactory<T> factory,
java.util.Iterator<IModel<T>> newModels,
java.util.Iterator<Item<T>> existingItems)
Returns an iterator over items that will be added to the view. |
|
|
DefaultItemReuseStrategy.getItems(IItemFactory<T> factory,
java.util.Iterator<IModel<T>> newModels,
java.util.Iterator<Item<T>> existingItems)
|
|
|
ReuseIfModelsEqualStrategy.getItems(IItemFactory<T> factory,
java.util.Iterator<IModel<T>> newModels,
java.util.Iterator<Item<T>> existingItems)
|
|
| Methods in org.apache.wicket.markup.repeater with parameters of type Item | |
|---|---|
int |
Item.IndexComparator.compare(Item<?> lhs,
Item<?> rhs)
|
int |
Item.IndexComparator.compare(Item<?> lhs,
Item<?> rhs)
|
protected abstract void |
RefreshingView.populateItem(Item<T> item)
Populate the given Item container. |
| Method parameters in org.apache.wicket.markup.repeater with type arguments of type Item | ||
|---|---|---|
protected void |
RefreshingView.addItems(java.util.Iterator<Item<T>> items)
Add items to the view. |
|
|
IItemReuseStrategy.getItems(IItemFactory<T> factory,
java.util.Iterator<IModel<T>> newModels,
java.util.Iterator<Item<T>> existingItems)
Returns an iterator over items that will be added to the view. |
|
|
DefaultItemReuseStrategy.getItems(IItemFactory<T> factory,
java.util.Iterator<IModel<T>> newModels,
java.util.Iterator<Item<T>> existingItems)
|
|
|
ReuseIfModelsEqualStrategy.getItems(IItemFactory<T> factory,
java.util.Iterator<IModel<T>> newModels,
java.util.Iterator<Item<T>> existingItems)
|
|
| Uses of Item in org.apache.wicket.markup.repeater.data |
|---|
| Methods in org.apache.wicket.markup.repeater.data that return Item | |
|---|---|
protected Item<T> |
GridView.newEmptyItem(java.lang.String id,
int index)
Create a Item which represents an empty cell (there is no model for it in the DataProvider) |
protected Item<?> |
GridView.newRowItem(java.lang.String id,
int index)
Create a new Item which will hold a row. |
| Methods in org.apache.wicket.markup.repeater.data that return types with arguments of type Item | |
|---|---|
java.util.Iterator<Item<T>> |
GridView.getItems()
|
| Methods in org.apache.wicket.markup.repeater.data with parameters of type Item | |
|---|---|
protected abstract void |
GridView.populateEmptyItem(Item<T> item)
Add component to an Item for which there is no model anymore and is shown in a cell |
| Method parameters in org.apache.wicket.markup.repeater.data with type arguments of type Item | |
|---|---|
protected void |
GridView.addItems(java.util.Iterator<Item<T>> items)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||