public class FreemarkerRendering extends Object implements TableRendering<String>
| Constructor and Description |
|---|
FreemarkerRendering() |
public String description(String d)
description in interface Rendering<String>public String addFieldName(String field, String value)
addFieldName in interface Rendering<String>public String renderUserDropdown(Variable variable, String optionLocation, String optionKey, String optionValue, boolean editable)
renderUserDropdown in interface Rendering<String>public String renderDropdown(Variable variable, String variableKey, String choiceLocation, String choiceKey, String choiceValue, boolean editable)
renderDropdown in interface Rendering<String>public String renderDropdown(Variable variable, String variableKey, Map<String,String> options, boolean editable)
renderDropdown in interface Rendering<String>public String collection(Type t, Variable v, Variable i, String in, boolean editable)
collection in interface Rendering<String>public String table(Variable variable, String headers, String body)
table in interface TableRendering<String>public String tableCell(Map<String,String> attributes, String content)
tableCell in interface TableRendering<String>public String tableRow(Variable variable, Variable subVar, List<String> cells)
tableRow in interface TableRendering<String>public String tableHeaderRow(List<String> contents)
tableHeaderRow in interface TableRendering<String>public String tableRowCheckBox(Variable variable, Variable subVar)
tableRowCheckBox in interface TableRendering<String>public String tableRowEditButton(Variable variable, Variable subVar)
tableRowEditButton in interface TableRendering<String>public String userDisplay(Variable v)
userDisplay in interface Rendering<String>Copyright © 2022 Finos. All rights reserved.