|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.inmethod.grid.column.AbstractColumn<M,I,S>
com.inmethod.grid.column.AbstractLightWeightColumn<M,I,S>
com.inmethod.grid.column.PropertyColumn<M,I,P,S>
com.inmethod.grid.column.editable.EditablePropertyColumn<M,I,Boolean,S>
com.inmethod.grid.column.editable.EditableCheckBoxColumn<M,I,S>
public class EditableCheckBoxColumn<M,I,S>
Property column that uses a CheckBoxPanel as cell component
when the item is selected.
| Constructor Summary | |
|---|---|
EditableCheckBoxColumn(IModel<String> headerModel,
String propertyExpression)
Constructor. |
|
EditableCheckBoxColumn(IModel<String> headerModel,
String propertyExpression,
S sortProperty)
Constructor. |
|
EditableCheckBoxColumn(String columnId,
IModel<String> headerModel,
String propertyExpression)
Constructor. |
|
EditableCheckBoxColumn(String columnId,
IModel<String> headerModel,
String propertyExpression,
S sortProperty)
Constructor. |
|
| Method Summary | |
|---|---|
protected EditableCellPanel<M,I,Boolean,S> |
newCellPanel(String componentId,
IModel<I> rowModel,
IModel<Boolean> cellModel)
|
| Methods inherited from class com.inmethod.grid.column.editable.EditablePropertyColumn |
|---|
addValidators, cellClicked, getCellCssClass, getFieldModel, isClickToEdit, isLightWeight, newCell |
| Methods inherited from class com.inmethod.grid.column.PropertyColumn |
|---|
convertToString, getConverter, getLocale, getModelObject, getProperty, getPropertyExpression, isEscapeMarkup, newCell, setEscapeMarkup |
| Methods inherited from class com.inmethod.grid.column.AbstractColumn |
|---|
detach, getColSpan, getGrid, getHeaderCssClass, getHeaderModel, getHeaderTooltipModel, getId, getInitialSize, getMaxSize, getMinSize, getSizeUnit, getSortProperty, getWrapText, isReorderable, isResizable, newHeader, setGrid, setHeaderTooltipModel, setInitialSize, setMaxSize, setMinSize, setReorderable, setResizable, setSizeUnit, setWrapText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditableCheckBoxColumn(String columnId,
IModel<String> headerModel,
String propertyExpression,
S sortProperty)
columnId - column identified (must be unique within the grid)headerModel - model for column headerpropertyExpression - property expression used to get the displayed value for row objectsortProperty - optional string that will be returned by ISortState
to indicate that the column is being sorted
public EditableCheckBoxColumn(String columnId,
IModel<String> headerModel,
String propertyExpression)
columnId - column identified (must be unique within the grid)headerModel - model for column headerpropertyExpression - property expression used to get the displayed value for row object
public EditableCheckBoxColumn(IModel<String> headerModel,
String propertyExpression,
S sortProperty)
headerModel - model for column headerpropertyExpression - property expression used to get the displayed value for row objectsortProperty - optional string that will be returned by ISortState
to indicate that the column is being sorted
public EditableCheckBoxColumn(IModel<String> headerModel,
String propertyExpression)
headerModel - model for column headerpropertyExpression - property expression used to get the displayed value for row
object| Method Detail |
|---|
protected EditableCellPanel<M,I,Boolean,S> newCellPanel(String componentId,
IModel<I> rowModel,
IModel<Boolean> cellModel)
newCellPanel in class EditablePropertyColumn<M,I,Boolean,S>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||