Uses of Class
wicket.extensions.markup.html.repeater.refreshing.Item

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

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

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

Uses of Item in wicket.extensions.markup.html.repeater.data
 

Methods in wicket.extensions.markup.html.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 wicket.extensions.markup.html.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
 

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

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

Methods in wicket.extensions.markup.html.repeater.data.grid with parameters of type Item
 void PropertyPopulator.populateItem(Item cellItem, java.lang.String componentId, wicket.model.IModel rowModel)
           
 void ICellPopulator.populateItem(Item cellItem, java.lang.String componentId, wicket.model.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
protected  void AbstractDataGridView.populateItem(Item item)
           
 

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

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

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

Uses of Item in wicket.extensions.markup.html.repeater.refreshing
 

Subclasses of Item in wicket.extensions.markup.html.repeater.refreshing
 class OddEvenItem
          Item that sets class="even" or class="odd" attributes based on its index
 

Methods in wicket.extensions.markup.html.repeater.refreshing that return Item
protected  Item RefreshingView.newItem(java.lang.String id, int index, wicket.model.IModel model)
          Factory method for Item container.
 Item IItemFactory.newItem(int index, wicket.model.IModel model)
          Factory method for instances of Item.
 

Methods in wicket.extensions.markup.html.repeater.refreshing with parameters of type Item
protected abstract  void RefreshingView.populateItem(Item item)
          Populate the given Item container.
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.