Uses of Class
org.apache.wicket.markup.repeater.Item

Packages that use Item
org.apache.wicket.extensions.ajax.markup.html.repeater.data.table   
org.apache.wicket.extensions.markup.html.repeater.data.grid   
org.apache.wicket.extensions.markup.html.repeater.data.table   
org.apache.wicket.markup.repeater   
org.apache.wicket.markup.repeater.data   
 

Uses of Item in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table
 

Methods in org.apache.wicket.extensions.ajax.markup.html.repeater.data.table that return Item
protected  Item AjaxFallbackDefaultDataTable.newRowItem(java.lang.String id, int index, IModel model)
           
 

Uses of Item in org.apache.wicket.extensions.markup.html.repeater.data.grid
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.grid that return Item
protected  Item AbstractDataGridView.newCellItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a cell.
protected  Item AbstractDataGridView.newItem(java.lang.String id, int index, IModel model)
           
protected  Item AbstractDataGridView.newRowItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a row.
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.grid with parameters of type Item
protected  void AbstractDataGridView.populateItem(Item item)
           
 void PropertyPopulator.populateItem(Item cellItem, java.lang.String componentId, IModel rowModel)
           
 void ICellPopulator.populateItem(Item cellItem, java.lang.String componentId, IModel rowModel)
          Method used to populate a cell in the DataGridView Implementation MUST add a component to the cellItem using the component id provided by componentId argument, otherwise a WicketRuntimeException will be thrown
 

Uses of Item in org.apache.wicket.extensions.markup.html.repeater.data.table
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table that return Item
protected  Item DataTable.newCellItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a cell in the underlying DataGridView
protected  Item DefaultDataTable.newRowItem(java.lang.String id, int index, IModel model)
           
protected  Item DataTable.newRowItem(java.lang.String id, int index, IModel model)
          Factory method for Item container that represents a row in the underlying DataGridView
 

Methods in org.apache.wicket.extensions.markup.html.repeater.data.table with parameters of type Item
 void PropertyColumn.populateItem(Item item, java.lang.String componentId, IModel model)
          Implementation of populateItem which adds a label to the cell whose model is the provided property expression evaluated against rowModelObject
 

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
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.