public interface GridColumnType
| Modifier and Type | Method and Description |
|---|---|
String |
drawColumnJs(String propertyName,
int colIndex,
Map colmap,
info.magnolia.cms.i18n.Messages msgs)
Gets the javascript object for the column model of the grid.
|
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.
|
void |
processColumnOnLoad(String[] column,
info.magnolia.cms.core.Content colConfig)
Possibly transforms the column values on grid load.
|
void |
processColumnOnSave(String[] column,
info.magnolia.cms.core.Content colConfig,
String propertyName,
info.magnolia.cms.core.Content parentNode)
Possibly transforms the column values on grid save.
|
String getHeadSnippet()
String drawSupportHtml(String propertyName, int colIndex, Map colmap, info.magnolia.cms.i18n.Messages msgs)
propertyName - colIndex - colmap - msgs - String drawColumnJs(String propertyName, int colIndex, Map colmap, info.magnolia.cms.i18n.Messages msgs)
propertyName - colIndex - colmap - msgs - void processColumnOnLoad(String[] column, info.magnolia.cms.core.Content colConfig)
column - colConfig - void processColumnOnSave(String[] column, info.magnolia.cms.core.Content colConfig, String propertyName, info.magnolia.cms.core.Content parentNode) throws javax.jcr.RepositoryException, info.magnolia.cms.security.AccessDeniedException
column - colConfig - propertyName - parentNode - javax.jcr.RepositoryExceptioninfo.magnolia.cms.security.AccessDeniedExceptionCopyright © 2008-2012 Openmind. All Rights Reserved.