Package com.inmethod.grid.column
Class PageLinkColumn<M,I,S>
- java.lang.Object
-
- com.inmethod.grid.column.AbstractColumn<M,I,S>
-
- com.inmethod.grid.column.LinkColumn<M,I,S>
-
- com.inmethod.grid.column.PageLinkColumn<M,I,S>
-
- All Implemented Interfaces:
IGridColumn<M,I,S>,Serializable,IDetachable,IClusterable
public class PageLinkColumn<M,I,S> extends LinkColumn<M,I,S>
Displays a Link in the DataGrid to an Internal Wicket Page- Author:
- Tom Burton
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageLinkColumn(String columnId, String propertyLabel, IModel<String> headerModel, PageReference page)PageLinkColumn(String columnId, String propertyLabel, IModel<String> headerModel, S sortProperty, PageReference page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonClick(IModel<I> rowModel)Called when a link is clicked.-
Methods inherited from class com.inmethod.grid.column.LinkColumn
getPropertyLabel, newCell, newCell, setPropertyLabel
-
Methods inherited from class com.inmethod.grid.column.AbstractColumn
cellClicked, detach, getCellCssClass, getColSpan, getGrid, getHeaderCssClass, getHeaderModel, getHeaderTooltipModel, getId, getInitialSize, getMaxSize, getMinSize, getSizeUnit, getSortProperty, getWrapText, isLightWeight, isReorderable, isResizable, newHeader, setGrid, setHeaderTooltipModel, setInitialSize, setMaxSize, setMinSize, setReorderable, setResizable, setSizeUnit, setWrapText
-
-
-
-
Method Detail
-
onClick
public void onClick(IModel<I> rowModel)
Description copied from class:LinkColumnCalled when a link is clicked.- Specified by:
onClickin classLinkColumn<M,I,S>- Parameters:
rowModel- Model Object for the DataGridRow being passed to the link- See Also:
Link.onClick()
-
-