|
||||||||||
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
Item that sets class="even" or class="odd" attributes based on its index |
Methods in org.apache.wicket.markup.repeater that return Item | |
---|---|
Item |
IItemFactory.newItem(int index,
IModel model)
Factory method for instances of Item. |
protected Item |
RefreshingView.newItem(java.lang.String id,
int index,
IModel model)
Factory method for Item container. |
Methods in org.apache.wicket.markup.repeater with parameters of type Item | |
---|---|
protected abstract void |
RefreshingView.populateItem(Item item)
Populate the given Item container. |
Uses of Item in org.apache.wicket.markup.repeater.data |
---|
Methods in org.apache.wicket.markup.repeater.data that return Item | |
---|---|
protected Item |
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 with parameters of type Item | |
---|---|
protected abstract void |
GridView.populateEmptyItem(Item item)
Add component to an Item for which there is no model anymore and is shown in a cell |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |