Uses of Class
com.inmethod.grid.column.editable.EditableCellPanel

Packages that use EditableCellPanel
com.inmethod.grid.column.editable   
 

Uses of EditableCellPanel in com.inmethod.grid.column.editable
 

Subclasses of EditableCellPanel in com.inmethod.grid.column.editable
 class CheckBoxPanel<M,I>
          Panel with a Checkbox that updates the property of the row immediately after user leaves the field.
 class DateTextFieldPanel<M,I>
          Panel with a DateTextField that updates the property of the row immediately after user leaves the field.
 class DropDownChoicePanel<M,I,P>
          Panel with a DropDownChoice that updates the property of the row immediately after user leaves the field.
 class TextFieldPanel<M,I,P>
          Panel with a TextField that updates the property of the row immediately after user leaves the field.
 

Methods in com.inmethod.grid.column.editable that return EditableCellPanel
protected  EditableCellPanel CheckBoxPropertyColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<Boolean> cellModel)
          creates the actual editable version of the cell
protected  EditableCellPanel DatePropertyColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<Date> cellModel)
          creates the actual editable version of the cell
protected  EditableCellPanel<T,I,P> EditablePropertyTreeColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<P> cellModel)
           
protected  EditableCellPanel<M,I,P> EditablePropertyColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<P> cellModel)
          creates the actual editable version of the cell
protected  EditableCellPanel DropDownChoiceColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<T> cellModel)
          creates the actual editable version of the cell
 



Copyright © 2007-2012 inMethod s.r.o.. All Rights Reserved.