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