public interface Previewable
| Modifier and Type | Method and Description |
|---|---|
void |
addVariable(String name,
Variable value) |
Set<String> |
getInactiveAssets() |
String |
getName()
Gets the name of a previewable object
|
List<List<Element>> |
getRows()
Gets the rows of this previewable
|
Map<String,Variable> |
getVariables()
Gets the variables used when previewing this previewable
|
void |
removeVariable(String variableName) |
String getName()
Map<String,Variable> getVariables()
void removeVariable(String variableName) throws NotFoundException
NotFoundExceptionCopyright © 2021. All rights reserved.