|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractColumn | |
|---|---|
| com.inmethod.grid.column | |
| com.inmethod.grid.column.editable | |
| com.inmethod.grid.column.tree | |
| com.inmethod.grid.treegrid | |
| Uses of AbstractColumn in com.inmethod.grid.column |
|---|
| Subclasses of AbstractColumn in com.inmethod.grid.column | |
|---|---|
class |
AbstractLightWeightColumn<M,I>
Convenience implementation of IGridColumn. |
class |
CheckBoxColumn<M,I>
Column that allows a row in grid to be selected. |
class |
LinkColumn<M,I>
Column to display links in the DataGrid Created by IntelliJ IDEA. |
class |
PageLinkColumn<M,I>
Created by IntelliJ IDEA. |
class |
PropertyColumn<M,I,P>
A lightweight column that displays a property of row object specified by an property expression. |
class |
WicketColumnAdapter<M,I>
Adapter that allows using DataTable columns from wicket extensions in an
AbstractGrid. |
| Methods in com.inmethod.grid.column that return AbstractColumn | |
|---|---|
AbstractColumn<M,I> |
AbstractColumn.setHeaderTooltipModel(IModel<String> headerTooltipModel)
Sets the model for header tooltip. |
AbstractColumn<M,I> |
AbstractColumn.setInitialSize(int initialSize)
Sets the initial size for this column. |
AbstractColumn<M,I> |
AbstractColumn.setMaxSize(int maxSize)
Sets the maximal size of this column. |
AbstractColumn<M,I> |
AbstractColumn.setMinSize(int minSize)
Sets the minimal size of this column. |
AbstractColumn<M,I> |
AbstractColumn.setReorderable(boolean reorderable)
Sets whether the user will be able to drag and reorder this column (true by default). |
AbstractColumn<M,I> |
AbstractColumn.setResizable(boolean resizable)
Sets whether the user will be able to resize this column (true by default). |
AbstractColumn<M,I> |
AbstractColumn.setSizeUnit(SizeUnit sizeUnit)
Sets the size unit for this column. |
AbstractColumn<M,I> |
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). |
| Uses of AbstractColumn in com.inmethod.grid.column.editable |
|---|
| Subclasses of AbstractColumn in com.inmethod.grid.column.editable | |
|---|---|
class |
AddDeleteColumn<M,I>
Created by IntelliJ IDEA. |
class |
CheckBoxPropertyColumn<M,I>
Property column that uses a CheckBoxPanel as cell component
when the item is selected. |
class |
DatePropertyColumn<M,I>
Property column that uses a DateTextFieldPanel as cell component
when the item is selected. |
class |
DropDownChoiceColumn<M,I,T>
Property column that uses a DropDownChoicePanel as cell component
when the item is selected. |
class |
EditablePropertyColumn<M,I,P>
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>
Tree column that allows to edit the property when item is selected. |
class |
SubmitCancelColumn<M,I>
|
| Methods in com.inmethod.grid.column.editable that return AbstractColumn | |
|---|---|
AbstractColumn<M,I> |
EditableCellPanel.getColumn()
|
| Constructors in com.inmethod.grid.column.editable with parameters of type AbstractColumn | |
|---|---|
CheckBoxPanel(String id,
IModel<Boolean> model,
IModel<I> rowModel,
AbstractColumn column)
Constructor |
|
DateTextFieldPanel(String id,
IModel model,
IModel rowModel,
AbstractColumn column,
DateConverter dc)
Constructor |
|
DropDownChoicePanel(String id,
IModel<P> model,
IModel<I> rowModel,
AbstractColumn column,
IModel<? extends List<P>> choices,
IChoiceRenderer<P> renderer)
Constructor |
|
EditableCellPanel(String id,
AbstractColumn<M,I> column,
IModel<I> rowModel)
|
|
TextFieldPanel(String id,
IModel<P> model,
IModel<I> rowModel,
AbstractColumn<M,I> column)
Constructor |
|
| Uses of AbstractColumn in com.inmethod.grid.column.tree |
|---|
| Subclasses of AbstractColumn in com.inmethod.grid.column.tree | |
|---|---|
class |
AbstractTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable>
Base class for TreeGrid column that contains the actual tree. |
class |
PropertyTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,P>
Simple tree column that displays a property of TreeNode instance specified by the
property expression. |
| Uses of AbstractColumn in com.inmethod.grid.treegrid |
|---|
| Subclasses of AbstractColumn in com.inmethod.grid.treegrid | |
|---|---|
class |
BaseTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable>
INTERNAL |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||