com.inmethod.grid.column
Class PageLinkColumn<M,I>
java.lang.Object
com.inmethod.grid.column.AbstractColumn<M,I>
com.inmethod.grid.column.LinkColumn<M,I>
com.inmethod.grid.column.PageLinkColumn<M,I>
- All Implemented Interfaces:
- IGridColumn<M,I>, Serializable, IClusterable, IDetachable
public class PageLinkColumn<M,I>
- extends LinkColumn<M,I>
Created by IntelliJ IDEA.
User: Tom Burton
Date: 1/3/12
Time: 3:50 PM
- Author:
- Tom Burton
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageLinkColumn
public PageLinkColumn(String columnId,
String propertyLabel,
IModel<String> headerModel,
Page page)
PageLinkColumn
public PageLinkColumn(String columnId,
String propertyLabel,
IModel<String> headerModel,
String sortProperty,
Page page)
onClick
public void onClick(IModel<I> rowModel)
- Specified by:
onClick in class LinkColumn<M,I>
Copyright © 2007-2012 inMethod s.r.o.. All Rights Reserved.