Package ro.sync.document
Interface ReportableDocumentPositionedInfo
-
@API(type=EXTENDABLE, src=PUBLIC) public interface ReportableDocumentPositionedInfo
Interface used to mark theDocumentPositionedInfo
that can be reported as a problem by using the "Report Problem" oXygen dialog. If the selection contains at least oneDocumentPositionedInfo
that implements this interface, the contextual menu will contain the "Report problem..." action. The text returned by thegetReport()
method will be set ad the problem description in the report problem dialog.- Since:
- 19.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getReport()
Get the text to be used when reporting the problems associated with thisDocumentPositionedInfo
.
-
-
-
Method Detail
-
getReport
java.lang.String getReport()
Get the text to be used when reporting the problems associated with thisDocumentPositionedInfo
.- Returns:
- The report text.
-
-