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.
|
processAttribute
doProcess, getMatcher
public TableScrollCollapseAttrProcessor(org.thymeleaf.processor.IAttributeNameProcessorMatcher matcher)
public int getPrecedence()
AbstractTableAttrProcessor
getPrecedence
in class AbstractTableAttrProcessor
protected void doProcessAttribute(org.thymeleaf.Arguments arguments, org.thymeleaf.dom.Element element, String attributeName, Map<Option<?>,Object> stagingConf)
AbstractTableAttrProcessor
doProcessAttribute
in class AbstractTableAttrProcessor
arguments
- 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.