Uses of Interface
com.inmethod.grid.IGridColumn

Packages that use IGridColumn
com.inmethod.grid.column   
com.inmethod.grid.column.editable   
com.inmethod.grid.column.tree   
com.inmethod.grid.common   
com.inmethod.grid.datagrid   
com.inmethod.grid.toolbar   
com.inmethod.grid.treegrid   
 

Uses of IGridColumn in com.inmethod.grid.column
 

Classes in com.inmethod.grid.column that implement IGridColumn
 class AbstractColumn<M,I,S>
          Convenience implementation of IGridColumn.
 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.
 

Methods in com.inmethod.grid.column that return types with arguments of type IGridColumn
static
<T,M,I,S> List<IGridColumn<M,I,S>>
WicketColumnAdapter.wrapColumns(IColumn<I,S>[] columns)
          Returns the specified IColumn array as list of WicketColumnAdapters that can be given to an AbstractGrid.
static
<M,I,S> List<IGridColumn<M,I,S>>
WicketColumnAdapter.wrapColumns(List<IColumn<I,S>> columns)
          Returns the specified IColumn list as list of WicketColumnAdapters that can be given to an AbstractGrid.
 

Uses of IGridColumn in com.inmethod.grid.column.editable
 

Classes in com.inmethod.grid.column.editable that implement IGridColumn
 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>
           
 

Uses of IGridColumn in com.inmethod.grid.column.tree
 

Classes in com.inmethod.grid.column.tree that implement IGridColumn
 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.
 

Uses of IGridColumn in com.inmethod.grid.common
 

Methods in com.inmethod.grid.common that return IGridColumn
 IGridColumn<M,I,S> AbstractGrid.getLastClickedColumn()
           
 

Methods in com.inmethod.grid.common that return types with arguments of type IGridColumn
protected abstract  Collection<IGridColumn<M,I,S>> AbstractGridRow.getActiveColumns()
           
 Collection<IGridColumn<M,I,S>> AbstractGrid.getActiveColumns()
          Returns collection of currently visible columns.
 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 given IGridColumn collection leaving only the columns with visibility set to true.
 

Methods in com.inmethod.grid.common with parameters of type IGridColumn
protected  void AbstractGrid.columnSanityCheck(IGridColumn<M,I,S> column)
          Checks whether the column is a valid grid column
protected  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 IGridColumn
<M,I,S> Collection<IGridColumn<M,I,S>>
ColumnsState.getVisibleColumns(Collection<IGridColumn<M,I,S>> allColumns)
          Filters the given IGridColumn collection leaving only the columns with visibility set to true.
 

Constructor parameters in com.inmethod.grid.common with type arguments of type IGridColumn
AbstractGrid(String id, IModel<M> model, List<IGridColumn<M,I,S>> columns)
          Creates new AbstractGrid instance
ColumnsState(Collection<IGridColumn<M,I,S>> columns)
          Creates new ColumnsState instance.
 

Uses of IGridColumn in com.inmethod.grid.datagrid
 

Methods in com.inmethod.grid.datagrid that return types with arguments of type IGridColumn
protected abstract  Collection<IGridColumn<D,T,S>> DataGridBody.getActiveColumns()
           
 

Constructor parameters in com.inmethod.grid.datagrid with type arguments of type IGridColumn
DataGrid(String id, D dataSource, List<IGridColumn<D,T,S>> columns)
          Crates a new DataGrid instance.
DataGrid(String id, IModel<D> model, List<IGridColumn<D,T,S>> columns)
          Crates a new DataGrid instance.
DefaultDataGrid(String id, D dataSource, List<IGridColumn<D,T,S>> columns)
          Crates a new DefaultDataGrid instance.
DefaultDataGrid(String id, IModel<D> model, List<IGridColumn<D,T,S>> columns)
          Crates a new DefaultDataGrid instance.
 

Uses of IGridColumn in com.inmethod.grid.toolbar
 

Methods in com.inmethod.grid.toolbar that return types with arguments of type IGridColumn
 Collection<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 IGridColumn
 class BaseTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S>
          INTERNAL
 

Methods in com.inmethod.grid.treegrid that return types with arguments of type IGridColumn
protected abstract  Collection<IGridColumn<T,I,S>> TreeGridBody.getActiveColumns()
           
 

Constructor parameters in com.inmethod.grid.treegrid with type arguments of type IGridColumn
TreeGrid(String id, IModel<T> model, List<IGridColumn<T,I,S>> columns)
          Creates a new TreeGrid instance.
TreeGrid(String id, T model, List<IGridColumn<T,I,S>> columns)
          Creates a new TreeGrid instance.
 



Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.