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,S>
          Backing Panel for EditableCheckBoxColumn Panel with a Checkbox that updates the property of the row immediately after user leaves the field.
 class DateTextFieldPanel<M,I,S>
          Backing Panel for EditableDateColumn Panel with a DateTextField that updates the property of the row immediately after user leaves the field.
 class DropDownChoicePanel<M,I,P,S>
          Backing Panel for DropDownChoiceColumn with a DropDownChoicePanel.DefaultDropDownChoice that updates the property of the row immediately after the user leaves the field.
 class TextFieldPanel<M,I,P,S>
          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<M,I,Boolean,S> EditableCheckBoxColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<Boolean> cellModel)
          
protected  EditableCellPanel<M,I,Date,S> EditableDateColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<Date> cellModel)
           
protected  EditableCellPanel<M,I,P,S> EditablePropertyColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<P> cellModel)
           
protected  EditableCellPanel<T,I,P,S> EditablePropertyTreeColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<P> cellModel)
           
protected  EditableCellPanel<M,I,T,S> DropDownChoiceColumn.newCellPanel(String componentId, IModel<I> rowModel, IModel<T> cellModel)
          
 



Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.