public interface FieldDisplayResult
textual result as configured by the administrator
or an error
.Modifier and Type | Method and Description |
---|---|
String |
getDisplay() |
List<String> |
getDisplays()
Deprecated.
use
getDisplay() to get the formatted (with header and footer) and concatenated result of the display list. |
String |
getError() |
boolean |
hasError() |
List<String> getDisplays()
getDisplay()
to get the formatted (with header and footer) and concatenated result of the display list.String getDisplay()
String getError()
boolean hasError()
true
if an error occurred during display generation, false
otherwise.Copyright © 2019 Elements. All rights reserved.