public class SortLinkCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.thymeleaf.Arguments |
arguments |
protected String |
attributeName |
protected org.thymeleaf.context.IWebContext |
context |
protected PagesDialect |
dialect |
protected org.thymeleaf.dom.Element |
element |
| Constructor and Description |
|---|
SortLinkCommand(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
PagesDialect dialect) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSortLink(String field,
Boolean desc)
Add a sort link to provided element.
|
void |
execute() |
protected Boolean |
getSortType(String sortField) |
protected org.thymeleaf.Arguments arguments
protected org.thymeleaf.dom.Element element
protected String attributeName
protected PagesDialect dialect
protected org.thymeleaf.context.IWebContext context
public SortLinkCommand(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element,
String attributeName,
PagesDialect dialect)
Copyright © 2013. All rights reserved.