public class TableScrollCollapseAttrProcessor extends AbstractTableAttrProcessor
Attribute processor applied to the table and associated with the
DatatableOptions.FEATURE_SCROLLCOLLAPSE option.
| Constructor and Description |
|---|
TableScrollCollapseAttrProcessor(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)
Actually performs the processing of the table attribute.
|
int |
getPrecedence()
Returns the precedence of the table attribute processor.
|
processAttributedoProcess, getMatcherpublic TableScrollCollapseAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher)
public int getPrecedence()
AbstractTableAttrProcessorgetPrecedence in class AbstractTableAttrProcessorprotected void doProcessAttribute(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
Map<Option<?>,Object> stagingConf)
AbstractTableAttrProcessordoProcessAttribute in class AbstractTableAttrProcessorarguments - Thymeleaf arguments.element - Element holding the attribute to process.attributeName - Name of the attribute to process.stagingConf - Map containing the table local configuration.Copyright © 2013–2015 Dandelion Project. All rights reserved.