Package | Description |
---|---|
com.inmethod.grid.column | |
com.inmethod.grid.column.editable | |
com.inmethod.grid.column.tree | |
com.inmethod.grid.treegrid |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLightWeightColumn<M,I,S>
Convenience implementation of
IGridColumn . |
class |
CheckBoxColumn<M,I,S>
Column that allows a row in grid to be selected.
|
class |
LinkColumn<M,I,S>
Abstract column to display links in a
DataGrid |
class |
PageLinkColumn<M,I,S>
Displays a Link in the DataGrid to an Internal Wicket Page
|
class |
PropertyColumn<M,I,P,S>
A lightweight column that displays a property of row object specified by an property expression.
|
class |
WicketColumnAdapter<M,I,S>
Adapter that allows using
DataTable columns from wicket extensions in an
AbstractGrid . |
Modifier and Type | Method and Description |
---|---|
AbstractColumn<M,I,S> |
AbstractColumn.setHeaderTooltipModel(org.apache.wicket.model.IModel<String> headerTooltipModel)
Sets the model for header tooltip.
|
AbstractColumn<M,I,S> |
AbstractColumn.setInitialSize(int initialSize)
Sets the initial size for this column.
|
AbstractColumn<M,I,S> |
AbstractColumn.setMaxSize(int maxSize)
Sets the maximal size of this column.
|
AbstractColumn<M,I,S> |
AbstractColumn.setMinSize(int minSize)
Sets the minimal size of this column.
|
AbstractColumn<M,I,S> |
AbstractColumn.setReorderable(boolean reorderable)
Sets whether the user will be able to drag and reorder this column (true by default).
|
AbstractColumn<M,I,S> |
AbstractColumn.setResizable(boolean resizable)
Sets whether the user will be able to resize this column (true by default).
|
AbstractColumn<M,I,S> |
AbstractColumn.setSizeUnit(SizeUnit sizeUnit)
Sets the size unit for this column.
|
AbstractColumn<M,I,S> |
AbstractColumn.setWrapText(boolean wrapText)
Sets whether the text in column will be wrapped when it is too long to fit the column (
false by default). |
Modifier and Type | Class and Description |
---|---|
class |
AddDeleteColumn<M,I,S>
Column that Displays Confirm, Cancel and Delete buttons
|
class |
DropDownChoiceColumn<M,I,T,S>
Property column that uses a
DropDownChoicePanel as cell component
when the item is selected. |
class |
EditableCheckBoxColumn<M,I,S>
Property column that uses a
CheckBoxPanel as cell component
when the item is selected. |
class |
EditableDateColumn<M,I,S>
Property column that uses a
DateTextFieldPanel as cell component
when the item is selected. |
class |
EditablePropertyColumn<M,I,P,S>
Property column that uses a
TextFieldPanel as cell component when the item is selected. |
class |
EditablePropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P,S>
Tree column that allows to edit the property when item is selected.
|
class |
SubmitCancelColumn<M,I,S> |
Modifier and Type | Method and Description |
---|---|
AbstractColumn<M,I,S> |
EditableCellPanel.getColumn() |
Constructor and Description |
---|
CheckBoxPanel(String id,
org.apache.wicket.model.IModel<Boolean> model,
org.apache.wicket.model.IModel<I> rowModel,
AbstractColumn<M,I,S> column)
Constructor
|
DateTextFieldPanel(String id,
org.apache.wicket.model.IModel<Date> date,
org.apache.wicket.model.IModel<I> rowModel,
AbstractColumn<M,I,S> column,
org.apache.wicket.datetime.DateConverter dc)
Constructor
|
DropDownChoicePanel(String id,
org.apache.wicket.model.IModel<P> model,
org.apache.wicket.model.IModel<I> rowModel,
AbstractColumn<M,I,S> column,
org.apache.wicket.model.IModel<? extends List<P>> choices,
org.apache.wicket.markup.html.form.IChoiceRenderer<P> renderer)
Constructor
|
EditableCellPanel(String id,
AbstractColumn<M,I,S> column,
org.apache.wicket.model.IModel<I> rowModel) |
TextFieldPanel(String id,
org.apache.wicket.model.IModel<P> model,
org.apache.wicket.model.IModel<I> rowModel,
AbstractColumn<M,I,S> column)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S>
Base class for
TreeGrid column that contains the actual tree. |
class |
PropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P,S>
Simple tree column that displays a property of
TreeNode instance specified by the
property expression. |
Modifier and Type | Class and Description |
---|---|
class |
BaseTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S>
INTERNAL
|
Copyright © 2015. All rights reserved.