public class ComboGridColumnType extends AbstractGridColumnType
| Constructor and Description |
|---|
ComboGridColumnType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addColumnData(Map<String,String> column,
String propertyName,
int colIndex,
Map colMap,
info.magnolia.cms.i18n.Messages msgs)
Adds custom data to the javascript object for the column model (e.g.
|
String |
drawSupportHtml(String propertyName,
int colIndex,
Map colmap,
info.magnolia.cms.i18n.Messages msgs)
Adds extra markup to be used by the column, if needed.
|
String |
getHeadSnippet()
Gets the html code for Including scripts and styles for the column.
|
drawColumnJs, processColumnOnLoad, processColumnOnSavepublic String getHeadSnippet()
getHeadSnippet in interface GridColumnTypegetHeadSnippet in class AbstractGridColumnTypepublic String drawSupportHtml(String propertyName, int colIndex, Map colmap, info.magnolia.cms.i18n.Messages msgs)
drawSupportHtml in interface GridColumnTypedrawSupportHtml in class AbstractGridColumnTypeprotected void addColumnData(Map<String,String> column, String propertyName, int colIndex, Map colMap, info.magnolia.cms.i18n.Messages msgs)
addColumnData in class AbstractGridColumnTypeCopyright © 2008-2012 Openmind. All Rights Reserved.