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<com.github.dandelion.core.option.Option<?>,Object> stagingOptions,
Map<com.github.dandelion.core.option.Option<?>,Extension> stagingExt)
Actually performs the processing of the column attribute.
|
int |
getPrecedence() |
processAttributedoProcess, getMatcherpublic ThCssCellClassAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher)
public int getPrecedence()
getPrecedence in class AbstractColumnAttrProcessorprotected void doProcessAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
Map<com.github.dandelion.core.option.Option<?>,Object> stagingOptions,
Map<com.github.dandelion.core.option.Option<?>,Extension> stagingExt)
AbstractColumnAttrProcessorActually performs the processing of the column attribute.
doProcessAttribute in class AbstractColumnAttrProcessorarguments - Thymeleaf arguments.element - Element holding the attribute to process.attributeName - Name of the attribute to process.stagingOptions - Map containing the staging options to be applied to the table at
the end of the tag processing.stagingExt - Map containing the staging extensions to be applied to the table
at the end of the tag processing.Copyright © 2013–2015 Dandelion Project. All rights reserved.