Uses of Class
com.inmethod.grid.column.editable.EditableCellPanel
-
Packages that use EditableCellPanel Package Description com.inmethod.grid.column.editable -
-
Uses of EditableCellPanel in com.inmethod.grid.column.editable
Subclasses of EditableCellPanel in com.inmethod.grid.column.editable Modifier and Type Class Description classCheckBoxPanel<M,I,S>Backing Panel forEditableCheckBoxColumnPanel with a Checkbox that updates the property of the row immediately after user leaves the field.classDropDownChoicePanel<M,I,P,S>Backing Panel forDropDownChoiceColumnwith aDropDownChoicethat updates the property of the row immediately after the user leaves the field.classLocalDateTextFieldPanel<M,I,S>Backing Panel forEditableLocalDateColumnPanel with a LocalDateTextField that updates the property of the row immediately after user leaves the field.classTextFieldPanel<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 Modifier and Type Method Description protected EditableCellPanel<M,I,T,S>DropDownChoiceColumn. newCellPanel(String componentId, IModel<I> rowModel, IModel<T> cellModel)protected EditableCellPanel<M,I,Boolean,S>EditableCheckBoxColumn. newCellPanel(String componentId, IModel<I> rowModel, IModel<Boolean> cellModel)protected EditableCellPanel<M,I,LocalDate,S>EditableLocalDateColumn. newCellPanel(String componentId, IModel<I> rowModel, IModel<LocalDate> 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)
-