public class ThCssCellClassAttrProcessor extends AbstractColumnAttrProcessor
Attribute processor applied to the th
and associated with the
DatatableOptions.CSSCELLCLASS
option.
Constructor and Description |
---|
ThCssCellClassAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
protected void |
doProcessAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
Map<Option<?>,Object> stagingConf,
Map<Option<?>,Extension> stagingExt)
Actually performs the processing of the column attribute.
|
int |
getPrecedence()
Returns the precedence of the column attribute processor.
|
processAttribute
doProcess, getMatcher
public ThCssCellClassAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher)
public int getPrecedence()
AbstractColumnAttrProcessor
getPrecedence
in class AbstractColumnAttrProcessor
protected void doProcessAttribute(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName, Map<Option<?>,Object> stagingConf, Map<Option<?>,Extension> stagingExt)
AbstractColumnAttrProcessor
doProcessAttribute
in class AbstractColumnAttrProcessor
arguments
- Thymeleaf arguments.element
- Element holding the attribute to process.attributeName
- Name of the attribute to process.stagingConf
- Map containing the column local configuration.stagingExt
- Map containing the column local extension.Copyright © 2013–2015 Dandelion Project. All rights reserved.