public interface ReportItem<T> extends Item<ReportContext<T>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled(ReportContext<T> context)
Indicates, whether this item is enabled wrt. the given context.
|
boolean |
isVisible(ReportContext<T> context)
Indicates the visibility of this item wrt. the given context.
|
boolean isVisible(@NotNull ReportContext<T> context)
isVisible in interface Item<ReportContext<T>>context - The context to be considered for deciding upon visibility.true, if visible, false, else.boolean isEnabled(@NotNull ReportContext<T> context)
isEnabled in interface Item<ReportContext<T>>context - The context to be considered for deciding upon the item being enabled.true, if enabled, false, else.Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408