Interface ReportItem<T>
- All Superinterfaces:
Item<ReportContext<T>>
- All Known Subinterfaces:
ClientScriptProvidingReportItem<T>,JavaClientExecutableReportItem<T>,WebeditExecutableReportItem<T>
Item for report plugin providing an executable operation.
- Since:
- 5.1.19
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEnabled(@NotNull ReportContext<T> context) Indicates, whether this item is enabled wrt. the given context.booleanisVisible(@NotNull ReportContext<T> context) Indicates the visibility of this item wrt. the given context.
-
Method Details
-
isVisible
Indicates the visibility of this item wrt. the given context. -
isEnabled
Indicates, whether this item is enabled wrt. the given context.
-