Uses of Class
com.inmethod.grid.column.AbstractColumn

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,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 AbstractColumn
 AbstractColumn<M,I,S> AbstractColumn.setHeaderTooltipModel(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).
 

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

Subclasses of AbstractColumn in com.inmethod.grid.column.editable
 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>
           
 

Methods in com.inmethod.grid.column.editable that return AbstractColumn
 AbstractColumn<M,I,S> EditableCellPanel.getColumn()
           
 

Constructors in com.inmethod.grid.column.editable with parameters of type AbstractColumn
CheckBoxPanel(String id, IModel<Boolean> model, IModel<I> rowModel, AbstractColumn<M,I,S> column)
          Constructor
DateTextFieldPanel(String id, IModel<Date> date, IModel<I> rowModel, AbstractColumn<M,I,S> column, DateConverter dc)
          Constructor
DropDownChoicePanel(String id, IModel<P> model, IModel<I> rowModel, AbstractColumn<M,I,S> column, IModel<? extends List<P>> choices, IChoiceRenderer<P> renderer)
          Constructor
EditableCellPanel(String id, AbstractColumn<M,I,S> column, IModel<I> rowModel)
           
TextFieldPanel(String id, IModel<P> model, IModel<I> rowModel, AbstractColumn<M,I,S> 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,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 AbstractColumn in com.inmethod.grid.treegrid
 

Subclasses of AbstractColumn in com.inmethod.grid.treegrid
 class BaseTreeColumn<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S>
          INTERNAL
 



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