Package com.inmethod.grid
Interface IRenderable<T>
-
- Type Parameters:
T- row/item model object type
public interface IRenderable<T>Lightweight columns return an implementation of this interface to render cell output.- Author:
- Matej Knopp
- See Also:
IGridColumn.isLightWeight(IModel)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(IModel<T> rowModel, Response response)Renders the output for given cell model.
-