com.inmethod.grid.column
Class PageLinkColumn<M,I>

java.lang.Object
  extended by com.inmethod.grid.column.AbstractColumn<M,I>
      extended by com.inmethod.grid.column.LinkColumn<M,I>
          extended by 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

Constructor Summary
PageLinkColumn(String columnId, String propertyLabel, IModel<String> headerModel, Page page)
           
PageLinkColumn(String columnId, String propertyLabel, IModel<String> headerModel, String sortProperty, Page page)
           
 
Method Summary
 void onClick(IModel<I> rowModel)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.