Serialized Form


Package org.apertereports

Class org.apertereports.AbstractLazyLoaderComponent extends com.vaadin.ui.CustomComponent implements Serializable

Class org.apertereports.AbstractReportingApplication extends eu.livotov.tpt.TPTApplication implements Serializable

Serialized Fields

user

com.liferay.portal.model.User user
Liferay user.


locale

Locale locale
User locale.

Class org.apertereports.CyclicReportsApplication extends AbstractReportingApplication implements Serializable

Class org.apertereports.DashboardPortletApplication extends AbstractReportingApplication implements Serializable

Serialized Fields

viewMode

AbstractDashboardComponent viewMode
Dashboard display view.


editMode

AbstractDashboardComponent editMode
Dashboard edit view.


helpMode

HelpComponent helpMode
Displays help view.

Class org.apertereports.InvokerApplication extends AbstractReportingApplication implements Serializable

Class org.apertereports.ManagerApplication extends AbstractReportingApplication implements Serializable

Class org.apertereports.ReportOrderApplication extends AbstractReportingApplication implements Serializable


Package org.apertereports.components

Class org.apertereports.components.AperteInvokerComponent extends com.vaadin.ui.Panel implements Serializable

Serialized Fields

reportList

PaginatedPanelList<O,W extends com.vaadin.ui.Panel> reportList

Class org.apertereports.components.CyclicReportsComponent extends com.vaadin.ui.Panel implements Serializable

Serialized Fields

list

PaginatedPanelList<O,W extends com.vaadin.ui.Panel> list

Class org.apertereports.components.HelpButton extends com.vaadin.ui.Button implements Serializable

Class org.apertereports.components.HelpComponent extends com.vaadin.ui.CustomComponent implements Serializable

Class org.apertereports.components.HelpLayout extends com.vaadin.ui.HorizontalLayout implements Serializable

Class org.apertereports.components.HelpWindow extends eu.livotov.tpt.gui.windows.TPTWindow implements Serializable

Serialized Fields

tabs

com.vaadin.ui.TabSheet tabs

Class org.apertereports.components.ModalWindow extends com.vaadin.ui.Window implements Serializable

Class org.apertereports.components.PaginatedPanelList extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

filter

String filter

pageSize

int pageSize

listSize

int listSize

pageNumber

int pageNumber

Class org.apertereports.components.Popup extends com.vaadin.ui.Window implements Serializable

Serialized Fields

form

com.vaadin.ui.Form form

Class org.apertereports.components.RefreshButton extends com.vaadin.ui.Button implements Serializable

Class org.apertereports.components.ReportEditorForm extends Object implements Serializable

Class org.apertereports.components.ReportManagerComponent extends com.vaadin.ui.Panel implements Serializable

Serialized Fields

list

PaginatedPanelList<O,W extends com.vaadin.ui.Panel> list

newReportReceiver

org.apertereports.components.ReportManagerComponent.ReportReceiver newReportReceiver

Class org.apertereports.components.ReportOrderBrowserComponent extends com.vaadin.ui.Panel implements Serializable

Serialized Fields

list

PaginatedPanelList<O,W extends com.vaadin.ui.Panel> list

Class org.apertereports.components.ReportParametersComponent extends AbstractLazyLoaderComponent implements Serializable

Serialized Fields

form

com.vaadin.ui.Form form

filters

HashMap<K,V> filters

fields

List<E> fields

format

com.vaadin.ui.ComboBox format

reportMaster

ReportMaster reportMaster

reportSource

String reportSource

cacheId

Integer cacheId

reportParameters

List<E> reportParameters

includeReportFormat

boolean includeReportFormat

readonly

boolean readonly

Class org.apertereports.components.ReportParamPanel extends com.vaadin.ui.Panel implements Serializable

Serialized Fields

reportParametersComponent

ReportParametersComponent reportParametersComponent

buttons

com.vaadin.ui.HorizontalLayout buttons

Class org.apertereports.components.ReportParamWindow extends Object implements Serializable

Class org.apertereports.components.ReportPropertiesForm extends com.vaadin.ui.Form implements Serializable

Serialized Fields

reportTemplate

ReportTemplate reportTemplate

listeners

List<E> listeners

Class org.apertereports.components.ReportUploader extends Object implements Serializable

Class org.apertereports.components.SimpleHorizontalLayout extends com.vaadin.ui.HorizontalLayout implements Serializable


Package org.apertereports.context

Class org.apertereports.context.ContextReloadListener extends Object implements Serializable

Serialized Fields

handler

ContextReloadHandler handler
Context reload delegate.

Class org.apertereports.context.PortletContextHolder extends Object implements Serializable

Serialized Fields

windowId

String windowId

preferences

javax.portlet.PortletPreferences preferences

session

javax.portlet.PortletSession session

mode

javax.portlet.PortletMode mode

Package org.apertereports.dashboard

Class org.apertereports.dashboard.AbstractDashboardComponent extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

reportConfigs

List<E> reportConfigs

template

String template

preferences

javax.portlet.PortletPreferences preferences

session

javax.portlet.PortletSession session

portletId

String portletId

cache

MapCache cache
An instance of a MapCache for general caching purposes.

See Also:
MapCache

Class org.apertereports.dashboard.EditDashboardComponent extends AbstractDashboardComponent implements Serializable

Serialized Fields

richTextArea

com.vaadin.ui.RichTextArea richTextArea
Text areas.


simpleTextArea

com.vaadin.ui.TextArea simpleTextArea

textPanel

com.vaadin.ui.Panel textPanel

isRichTextEnabled

boolean isRichTextEnabled

saveButton

com.vaadin.ui.Button saveButton
Buttons.


cancelButton

com.vaadin.ui.Button cancelButton

showSourceButton

com.vaadin.ui.Button showSourceButton

addReportButton

com.vaadin.ui.Button addReportButton

mainPanel

com.vaadin.ui.Panel mainPanel

reportsTable

com.vaadin.ui.Table reportsTable

reportDetailsWindow

com.vaadin.ui.Window reportDetailsWindow
Displays report details.

Class org.apertereports.dashboard.EditDashboardComponentNew extends AbstractDashboardComponent implements Serializable

Serialized Fields

mainPanel

com.vaadin.ui.Panel mainPanel

params

ReportParamPanel params

save

com.vaadin.ui.Button save

config

ReportConfig config

form

com.vaadin.ui.Form form

datasource

com.vaadin.data.Item datasource

Class org.apertereports.dashboard.ReportDetailsComponent extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

reportTemplate

ReportTemplate reportTemplate
Current report template.


reportConfig

ReportConfig reportConfig
Current report config.


selectedItem

Object selectedItem
Table selected item.


saveButton

com.vaadin.ui.Button saveButton
Common buttons.


cancelButton

com.vaadin.ui.Button cancelButton

openCyclicReportsButton

com.vaadin.ui.Button openCyclicReportsButton

mainPanel

com.vaadin.ui.VerticalLayout mainPanel

reportDetailsPanel

com.vaadin.ui.VerticalLayout reportDetailsPanel

reportSelect

com.vaadin.ui.Select reportSelect

reportParametersComponent

ReportParametersComponent reportParametersComponent

reportParametersPanel

com.vaadin.ui.Panel reportParametersPanel

cacheTimeoutField

com.vaadin.ui.TextField cacheTimeoutField

allowRefreshField

com.vaadin.ui.CheckBox allowRefreshField

formatsMap

Map<K,V> formatsMap

readonly

boolean readonly

cyclicReportsPanel

CyclicReportsPanel cyclicReportsPanel

Class org.apertereports.dashboard.ReportViewComponent extends AbstractLazyLoaderComponent implements Serializable

Serialized Fields

reportPanel

com.vaadin.ui.Panel reportPanel

reportMap

Map<K,V> reportMap
Internal caches of configs, templates and cyclic orders.


configMap

Map<K,V> configMap

cyclicReportMap

Map<K,V> cyclicReportMap

template

String template

cache

MapCache cache

application

com.vaadin.Application application

Class org.apertereports.dashboard.ViewDashboardComponent extends AbstractDashboardComponent implements Serializable

Serialized Fields

mainPanel

com.vaadin.ui.VerticalLayout mainPanel

contentPanel

com.vaadin.ui.Panel contentPanel

Package org.apertereports.dashboard.cyclic

Class org.apertereports.dashboard.cyclic.CyclicReportBrowserComponent extends AbstractLazyLoaderComponent implements Serializable

Serialized Fields

reportsTable

com.vaadin.ui.Table reportsTable

mainPanel

com.vaadin.ui.VerticalLayout mainPanel

reportOrderMap

Map<K,V> reportOrderMap

Class org.apertereports.dashboard.cyclic.CyclicReportDetailsComponent extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

cyclicReport

CyclicReportOrder cyclicReport
Current cyclic report.


mainPanel

com.vaadin.ui.VerticalLayout mainPanel

reportDetailsPanel

com.vaadin.ui.VerticalLayout reportDetailsPanel

parametersComponent

ReportParametersComponent parametersComponent

reportParametersPanel

com.vaadin.ui.Panel reportParametersPanel

reportSelect

com.vaadin.ui.Select reportSelect
Report template select.


report

ReportTemplate report
Currently selected report template.


descriptionField

com.vaadin.ui.TextField descriptionField
The cyclic report detail fields.


statusField

com.vaadin.ui.TextField statusField

cronExpressionField

com.vaadin.ui.TextField cronExpressionField

enabledCheckBox

com.vaadin.ui.CheckBox enabledCheckBox

emailField

com.vaadin.ui.TextField emailField

outputFormatSelect

com.vaadin.ui.Select outputFormatSelect

saveButton

com.vaadin.ui.Button saveButton
Buttons.


cancelButton

com.vaadin.ui.Button cancelButton

downloadButton

com.vaadin.ui.Button downloadButton

downloadFormatSelect

com.vaadin.ui.Select downloadFormatSelect

Class org.apertereports.dashboard.cyclic.CyclicReportsPanel extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

reportOrderMap

Map<K,V> reportOrderMap
Cyclic reports map from database.


mainPanel

com.vaadin.ui.Panel mainPanel

browserComponent

CyclicReportBrowserComponent browserComponent
Report browser table.


saveButton

com.vaadin.ui.Button saveButton
Self-explanatory buttons.


cancelButton

com.vaadin.ui.Button cancelButton

addButton

com.vaadin.ui.Button addButton

detailsPanel

com.vaadin.ui.VerticalLayout detailsPanel

browserPanel

com.vaadin.ui.VerticalLayout browserPanel

Package org.apertereports.generators

Class org.apertereports.generators.CheckBoxColumnGenerator extends Object implements Serializable

serialVersionUID: -2879841558851774016L

Class org.apertereports.generators.ReportBeanFieldFactory extends com.vaadin.ui.DefaultFieldFactory implements Serializable

Serialized Fields

notifier

ReportBeanFieldFactory.FieldChangeNotifier notifier
A notifier for handling field value changes.


report

ReportTemplate report
Current bean.


visibleFields

Object[] visibleFields
Visible bean properties.

Class org.apertereports.generators.ReportStatusColumn extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

reportOrder

ReportOrder reportOrder

source

com.vaadin.ui.Table source

Package org.apertereports.util

Class org.apertereports.util.CronExpressionValidator extends Object implements Serializable

Serialized Fields

message

String message

Class org.apertereports.util.OnClickOpenMessageInNewWindow extends Object implements Serializable

Serialized Fields

content

String content

sourceComponent

com.vaadin.ui.Component sourceComponent

title

String title

contentMode

int contentMode

Package org.apertereports.util.servlet

Class org.apertereports.util.servlet.ClearCacheServlet extends javax.servlet.http.HttpServlet implements Serializable


Package org.apertereports.util.validators

Class org.apertereports.util.validators.CronValidator extends com.vaadin.data.validator.AbstractStringValidator implements Serializable


Package org.apertereports.util.wrappers

Class org.apertereports.util.wrappers.FilterContainer extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

levels

HashMap<K,V> levels

items

List<E> items



Copyright © 2011-2012. All Rights Reserved.