Uses of Interface
com.inmethod.grid.IRenderable
-
Packages that use IRenderable Package Description com.inmethod.grid com.inmethod.grid.column com.inmethod.grid.column.tree -
-
Uses of IRenderable in com.inmethod.grid
Methods in com.inmethod.grid that return IRenderable Modifier and Type Method Description IRenderable<I>IGridColumn. newCell(IModel<I> rowModel)Creates a newIRenderableinstance that is used to render to render the output of cell for given row. -
Uses of IRenderable in com.inmethod.grid.column
Methods in com.inmethod.grid.column that return IRenderable Modifier and Type Method Description IRenderable<I>AbstractColumn. newCell(IModel<I> rowModel)Creates a newIRenderableinstance that is used to render to render the output of cell for given row.abstract IRenderable<I>AbstractLightWeightColumn. newCell(IModel<I> rowModel)Creates a newIRenderableinstance that is used to render to render the output of cell for given row.IRenderable<I>LinkColumn. newCell(IModel<I> rowModel)IRenderable<I>PropertyColumn. newCell(IModel<I> rowModel)Creates a newIRenderableinstance that is used to render to render the output of cell for given row. -
Uses of IRenderable in com.inmethod.grid.column.tree
Methods in com.inmethod.grid.column.tree that return IRenderable Modifier and Type Method Description IRenderable<I>AbstractTreeColumn. newCell(IModel<I> rowModel)Creates a newIRenderableinstance that is used to render to render the output of cell for given row.
-