Uses of Interface
com.inmethod.grid.IGridColumn
Packages that use IGridColumn
Package
Description
-
Uses of IGridColumn in com.inmethod.grid.column
Classes in com.inmethod.grid.column that implement IGridColumnModifier and TypeClassDescriptionclass
AbstractColumn<M,
I, S> Convenience implementation ofIGridColumn
.class
AbstractLightWeightColumn<M,
I, S> Convenience implementation ofIGridColumn
.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 aDataGrid
class
PageLinkColumn<M,
I, S> Displays a Link in the DataGrid to an Internal Wicket Pageclass
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 usingDataTable
columns from wicket extensions in anAbstractGrid
.Methods in com.inmethod.grid.column that return types with arguments of type IGridColumnModifier and TypeMethodDescriptionstatic <M,
I, S> List<IGridColumn<M, I, S>> WicketColumnAdapter.wrapColumns
(List<IColumn<I, S>> columns) Returns the specifiedIColumn
list as list ofWicketColumnAdapter
s that can be given to anAbstractGrid
.static <T,
M, I, S> List<IGridColumn<M, I, S>> WicketColumnAdapter.wrapColumns
(IColumn<I, S>[] columns) Returns the specifiedIColumn
array as list ofWicketColumnAdapter
s that can be given to anAbstractGrid
. -
Uses of IGridColumn in com.inmethod.grid.column.editable
Classes in com.inmethod.grid.column.editable that implement IGridColumnModifier and TypeClassDescriptionclass
AddDeleteColumn<M,
I, S> Column that Displays Confirm, Cancel and Delete buttonsclass
DropDownChoiceColumn<M,
I, T, S> Property column that uses aDropDownChoicePanel
as cell component when the item is selected.class
EditableCheckBoxColumn<M,
I, S> Property column that uses aCheckBoxPanel
as cell component when the item is selected.class
EditableLocalDateColumn<M,
I, S> Property column that uses aLocalDateTextFieldPanel
as cell component when the item is selected.class
EditablePropertyColumn<M,
I, P, S> Property column that uses aTextFieldPanel
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> -
Uses of IGridColumn in com.inmethod.grid.column.tree
Classes in com.inmethod.grid.column.tree that implement IGridColumnModifier and TypeClassDescriptionclass
AbstractTreeColumn<T extends TreeModel & Serializable,
I extends TreeNode & Serializable, S> Base class forTreeGrid
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 ofTreeNode
instance specified by the property expression. -
Uses of IGridColumn in com.inmethod.grid.common
Methods in com.inmethod.grid.common that return IGridColumnMethods in com.inmethod.grid.common that return types with arguments of type IGridColumnModifier and TypeMethodDescriptionCollection<IGridColumn<M,
I, S>> AbstractGrid.getActiveColumns()
Returns collection of currently visible columns.protected abstract Collection<IGridColumn<M,
I, S>> AbstractGridRow.getActiveColumns()
List<IGridColumn<M,
I, S>> AbstractGrid.getAllColumns()
Returns the list of all columns in this grid.<M,
I, S> Collection<IGridColumn<M, I, S>> ColumnsState.getVisibleColumns
(Collection<IGridColumn<M, I, S>> allColumns) Filters the givenIGridColumn
collection leaving only the columns with visibility set totrue
.Methods in com.inmethod.grid.common with parameters of type IGridColumnModifier and TypeMethodDescriptionprotected void
AbstractGrid.columnSanityCheck
(IGridColumn<M, I, S> column) Checks whether the column is a valid grid columnprotected boolean
AbstractGrid.onCellClicked
(AjaxRequestTarget target, IModel<I> rowModel, IGridColumn<M, I, S> column) Method parameters in com.inmethod.grid.common with type arguments of type IGridColumnModifier and TypeMethodDescription<M,
I, S> Collection<IGridColumn<M, I, S>> ColumnsState.getVisibleColumns
(Collection<IGridColumn<M, I, S>> allColumns) Filters the givenIGridColumn
collection leaving only the columns with visibility set totrue
.Constructor parameters in com.inmethod.grid.common with type arguments of type IGridColumnModifierConstructorDescriptionAbstractGrid
(String id, IModel<M> model, List<IGridColumn<M, I, S>> columns) Creates newAbstractGrid
instanceColumnsState
(Collection<IGridColumn<M, I, S>> columns) Creates newColumnsState
instance. -
Uses of IGridColumn in com.inmethod.grid.datagrid
Methods in com.inmethod.grid.datagrid that return types with arguments of type IGridColumnModifier and TypeMethodDescriptionprotected abstract Collection<IGridColumn<D,
T, S>> DataGridBody.getActiveColumns()
Constructor parameters in com.inmethod.grid.datagrid with type arguments of type IGridColumnModifierConstructorDescriptionCrates a newDataGrid
instance.Crates a newDataGrid
instance.DefaultDataGrid
(String id, D dataSource, List<IGridColumn<D, T, S>> columns) Crates a newDefaultDataGrid
instance.DefaultDataGrid
(String id, IModel<D> model, List<IGridColumn<D, T, S>> columns) Crates a newDefaultDataGrid
instance. -
Uses of IGridColumn in com.inmethod.grid.toolbar
Methods in com.inmethod.grid.toolbar that return types with arguments of type IGridColumnModifier and TypeMethodDescriptionCollection<IGridColumn<M,
I, S>> AbstractToolbar.getActiveColumns()
Returns the collection of currently displayed columns in grid. -
Uses of IGridColumn in com.inmethod.grid.treegrid
Classes in com.inmethod.grid.treegrid that implement IGridColumnModifier and TypeClassDescriptionclass
BaseTreeColumn<T extends TreeModel & Serializable,
I extends TreeNode & Serializable, S> INTERNALMethods in com.inmethod.grid.treegrid that return types with arguments of type IGridColumnModifier and TypeMethodDescriptionprotected abstract Collection<IGridColumn<T,
I, S>> TreeGridBody.getActiveColumns()
Constructor parameters in com.inmethod.grid.treegrid with type arguments of type IGridColumn