Modifier and Type | Method and Description |
---|---|
protected ReportResult |
collectionTypesAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> detailPanels)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Modifier and Type | Class and Description |
---|---|
class |
CollectionTypesReportResult<T extends Serializable>
ReportResult specific to Inventory |
Modifier and Type | Method and Description |
---|---|
protected ReportResult |
inventoryAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> detailPanels)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Modifier and Type | Class and Description |
---|---|
class |
InventoryReportResult<T extends Serializable>
ReportResult specific to Inventory |
Modifier and Type | Method and Description |
---|---|
protected ReportResult |
promotionAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> detailPanels)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
protected ReportResult |
orderAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> detailPanels)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
protected ReportResult |
customerDataAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> customerDetailsPanels)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Modifier and Type | Class and Description |
---|---|
class |
CustomerDataReportResult<T extends Serializable>
ReportResult specific to Customer User Data |
class |
OrderReportResult<T extends Serializable>
ReportResult specific to Order |
class |
PromotionReportResult<T extends Serializable>
ReportResult specific to Order |
Modifier and Type | Method and Description |
---|---|
protected ReportResult |
userListAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> adminUserDetailsPanels)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Modifier and Type | Class and Description |
---|---|
class |
PostListingReportResult<T extends Serializable>
ReportResult specific to Order |
Modifier and Type | Method and Description |
---|---|
protected ReportResult |
PostListingPanel.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> recordDetailsContainers) |
Modifier and Type | Method and Description |
---|---|
protected abstract ReportResult |
ReportingAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> recordDetailsContainers)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Modifier and Type | Method and Description |
---|---|
protected void |
ReportingAdmin.onReportChange(ReportResult reportResultContainer,
ReporterInput inputSection,
org.apache.wicket.model.IModel selectedReporterMetaModel,
org.apache.wicket.ajax.AjaxRequestTarget target)
Action on A report change selection on interface
|
Modifier and Type | Class and Description |
---|---|
class |
GenericPoppableReportResult<T extends Serializable>
Implementation of
PoppableReportResult for generic purpose. |
class |
PoppableReportResult<T extends Serializable,RM extends ReporterMeta>
TODO: Shift to a base layer or Modules
More advanced version of
ReportResult which allows Ordering of Grid and opening a record from the Grid in a PopUp / Dedicated Record details Panel |
Modifier and Type | Method and Description |
---|---|
protected abstract ReportResult |
ReportingAdminPanel.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> recordDetailsContainers)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Modifier and Type | Method and Description |
---|---|
protected abstract ReportResult |
reportingAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> recordDetailsContainers)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Modifier and Type | Class and Description |
---|---|
class |
VisitorDataReportResult<T extends Serializable>
ReportResult specific to Customer User Data |
Modifier and Type | Method and Description |
---|---|
protected ReportResult |
visitorDataAdmin.getReportResult(List<org.apache.wicket.markup.html.WebMarkupContainer> customerDetailsPanels)
Define a
ReportResult ; and hook it up with Container to handle Record Details in the Report |
Copyright © 2018. All rights reserved.