public interface ISummarisable
| Modifier and Type | Method and Description |
|---|---|
String |
getSummaryBody()
This method will be called to get the summary of this class which should be placed
in the SummaryPanel.
|
String |
getSummaryCaption()
This method will be called to get the caption for this class which should be placed in
the SummaryPanel.
|
boolean |
isVisited()
Checks if the panel has been visited during the input process or not.
|
String getSummaryBody()
null
returns, no summary for this panel will be generated. Default behaviour is to return
null.String getSummaryCaption()
null returns, no summary for this panel will be
generated. Default behaviour is to return the string given by langpack for the
key <current class name>.summaryCaption> if exist, else the string
"summaryCaption.<ClassName>".boolean isVisited()
true if the panel was displayed, false otherwiseCopyright © 2001–2025. All rights reserved.