Package | Description |
---|---|
com.inmethod.grid.column.editable |
Modifier and Type | Class and Description |
---|---|
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 DropDownChoice
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.
|
Modifier and Type | Method and Description |
---|---|
protected EditableCellPanel<M,I,Boolean,S> |
EditableCheckBoxColumn.newCellPanel(String componentId,
org.apache.wicket.model.IModel<I> rowModel,
org.apache.wicket.model.IModel<Boolean> cellModel) |
protected EditableCellPanel<M,I,Date,S> |
EditableDateColumn.newCellPanel(String componentId,
org.apache.wicket.model.IModel<I> rowModel,
org.apache.wicket.model.IModel<Date> cellModel) |
protected EditableCellPanel<M,I,P,S> |
EditablePropertyColumn.newCellPanel(String componentId,
org.apache.wicket.model.IModel<I> rowModel,
org.apache.wicket.model.IModel<P> cellModel) |
protected EditableCellPanel<T,I,P,S> |
EditablePropertyTreeColumn.newCellPanel(String componentId,
org.apache.wicket.model.IModel<I> rowModel,
org.apache.wicket.model.IModel<P> cellModel) |
protected EditableCellPanel<M,I,T,S> |
DropDownChoiceColumn.newCellPanel(String componentId,
org.apache.wicket.model.IModel<I> rowModel,
org.apache.wicket.model.IModel<T> cellModel) |
Copyright © 2015. All rights reserved.