Serialized Form
-
Package software.xdev.vaadin.grid_exporter.components.wizard.buttonbar
-
Class software.xdev.vaadin.grid_exporter.components.wizard.buttonbar.AbstractWizardButtonBar
class AbstractWizardButtonBar extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.HorizontalLayout> implements Serializable-
Serialized Fields
-
btnCancel
com.vaadin.flow.component.button.Button btnCancel
-
btnDone
com.vaadin.flow.component.button.Button btnDone
-
btnNext
com.vaadin.flow.component.button.Button btnNext
-
btnPrevious
com.vaadin.flow.component.button.Button btnPrevious
-
hlEndButtons
com.vaadin.flow.component.orderedlayout.HorizontalLayout hlEndButtons
-
-
-
Class software.xdev.vaadin.grid_exporter.components.wizard.buttonbar.WizardButtonBar
-
Class software.xdev.vaadin.grid_exporter.components.wizard.buttonbar.WizardButtonBarWithAnchor
class WizardButtonBarWithAnchor extends AbstractWizardButtonBar<WizardButtonBarWithAnchor> implements Serializable-
Serialized Fields
-
anchorDone
com.vaadin.flow.component.html.Anchor anchorDone
-
-
-
-
Package software.xdev.vaadin.grid_exporter.components.wizard.panel
-
Class software.xdev.vaadin.grid_exporter.components.wizard.panel.WizardPanel
class WizardPanel extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.orderedlayout.VerticalLayout> implements Serializable-
Serialized Fields
-
curState
S extends WizardState curState
-
lstSteps
List<com.vaadin.flow.component.Component> lstSteps
-
progress
com.vaadin.flow.component.progressbar.ProgressBar progress
-
stepIndex
int stepIndex
-
tabsStep
com.vaadin.flow.component.tabs.Tabs tabsStep
-
tabStepMap
Map<com.vaadin.flow.component.tabs.Tab,
com.vaadin.flow.component.Component> tabStepMap -
vlContent
com.vaadin.flow.component.orderedlayout.VerticalLayout vlContent
-
-
-
-
Package software.xdev.vaadin.grid_exporter.components.wizard.step
-
Class software.xdev.vaadin.grid_exporter.components.wizard.step.WizardPanelStepChangedEvent
class WizardPanelStepChangedEvent extends com.vaadin.flow.component.ComponentEvent<WizardPanel<S extends WizardState>> implements Serializable-
Serialized Fields
-
stepState
WizardStepState stepState
-
-
-
Class software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepComposite
class WizardStepComposite extends com.vaadin.flow.component.Composite<C extends com.vaadin.flow.component.Component> implements Serializable-
Serialized Fields
-
state
S extends WizardState state
-
stepName
String stepName
-
-
-
-
Package software.xdev.vaadin.grid_exporter.format
-
Class software.xdev.vaadin.grid_exporter.format.SpecificConfigComponent
class SpecificConfigComponent extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.formlayout.FormLayout> implements Serializable-
Serialized Fields
-
binder
com.vaadin.flow.data.binder.Binder<T extends SpecificConfig> binder
-
header
String header
-
newConfigSupplier
Supplier<T extends SpecificConfig> newConfigSupplier
-
translator
Translator translator
-
-
-
-
Package software.xdev.vaadin.grid_exporter.jasper.config.encoding
-
Class software.xdev.vaadin.grid_exporter.jasper.config.encoding.EncodingConfigComponent
class EncodingConfigComponent extends SpecificConfigComponent<EncodingConfig> implements Serializable-
Serialized Fields
-
cbExportEncoding
com.vaadin.flow.component.combobox.ComboBox<ExportEncoding> cbExportEncoding
-
chbxUseBom
com.vaadin.flow.component.checkbox.Checkbox chbxUseBom
-
-
-
-
Package software.xdev.vaadin.grid_exporter.jasper.config.header
-
Class software.xdev.vaadin.grid_exporter.jasper.config.header.HeaderConfigComponent
-
Serialized Fields
-
chbxExportHeader
com.vaadin.flow.component.checkbox.Checkbox chbxExportHeader
-
-
-
-
Package software.xdev.vaadin.grid_exporter.jasper.config.highlight
-
Class software.xdev.vaadin.grid_exporter.jasper.config.highlight.HighlightConfigComponent
class HighlightConfigComponent extends SpecificConfigComponent<HighlightConfig> implements Serializable-
Serialized Fields
-
chbxExportHeader
com.vaadin.flow.component.checkbox.Checkbox chbxExportHeader
-
-
-
-
Package software.xdev.vaadin.grid_exporter.jasper.config.page
-
Class software.xdev.vaadin.grid_exporter.jasper.config.page.PageConfigComponent
-
Serialized Fields
-
cbPageOrientation
com.vaadin.flow.component.combobox.ComboBox<software.xdev.dynamicreports.report.constant.PageOrientation> cbPageOrientation
-
cbPageType
com.vaadin.flow.component.combobox.ComboBox<software.xdev.dynamicreports.report.constant.PageType> cbPageType
-
chbxPageNumbering
com.vaadin.flow.component.checkbox.Checkbox chbxPageNumbering
-
intfPageMargin
com.vaadin.flow.component.textfield.IntegerField intfPageMargin
-
-
-
-
Package software.xdev.vaadin.grid_exporter.jasper.config.separator
-
Class software.xdev.vaadin.grid_exporter.jasper.config.separator.CSVSeparatorConfigComponent
class CSVSeparatorConfigComponent extends SpecificConfigComponent<CSVSeparatorConfig> implements Serializable-
Serialized Fields
-
txtSeparator
com.vaadin.flow.component.textfield.TextField txtSeparator
-
-
-
-
Package software.xdev.vaadin.grid_exporter.jasper.config.title
-
Class software.xdev.vaadin.grid_exporter.jasper.config.title.TitleConfigComponent
-
Serialized Fields
-
txtTitle
com.vaadin.flow.component.textfield.TextField txtTitle
-
-
-
-
Package software.xdev.vaadin.grid_exporter.wizard
-
Class software.xdev.vaadin.grid_exporter.wizard.GridExporterWizard
class GridExporterWizard extends com.vaadin.flow.component.dialog.Dialog implements Serializable-
Serialized Fields
-
buttonBar
WizardButtonBarWithAnchor buttonBar
-
closeButton
com.vaadin.flow.component.button.Button closeButton
-
localizationConfig
GridExportLocalizationConfig localizationConfig
-
previewStep
PreviewStep<T> previewStep
-
wizardPanel
WizardPanel<GridExporterWizardState<T>> wizardPanel
-
-
-
-
Package software.xdev.vaadin.grid_exporter.wizard.steps
-
Class software.xdev.vaadin.grid_exporter.wizard.steps.AbstractGridExportWizardStepComposite
class AbstractGridExportWizardStepComposite extends WizardStepComposite<C extends com.vaadin.flow.component.Component,GridExporterWizardState<T>> implements Serializable -
Serialized Fields
-
translator
Translator translator
-
-
-
Class software.xdev.vaadin.grid_exporter.wizard.steps.FormatStep
class FormatStep extends AbstractGridExportWizardStepComposite<com.vaadin.flow.component.orderedlayout.VerticalLayout,T> implements Serializable -
Serialized Fields
-
binder
com.vaadin.flow.data.binder.Binder<GridExporterWizardState<T>> binder
-
cbFormats
com.vaadin.flow.component.combobox.ComboBox<Format> cbFormats
-
configComponents
List<? extends SpecificConfigComponent<? extends SpecificConfig>> configComponents
-
vlConfigs
com.vaadin.flow.component.orderedlayout.VerticalLayout vlConfigs
-
-
-
Class software.xdev.vaadin.grid_exporter.wizard.steps.GeneralStep
class GeneralStep extends AbstractGridExportWizardStepComposite<com.vaadin.flow.component.formlayout.FormLayout,T> implements Serializable -
Serialized Fields
-
binder
com.vaadin.flow.data.binder.Binder<GridExporterWizardState<T>> binder
-
columnBinders
Map<ColumnConfiguration<T>,
com.vaadin.flow.data.binder.Binder<ColumnConfiguration<T>>> columnBinders -
gridColumns
com.vaadin.flow.component.grid.Grid<ColumnConfiguration<T>> gridColumns
-
gridSelectionChanged
com.vaadin.flow.shared.Registration gridSelectionChanged
-
txtFileName
com.vaadin.flow.component.textfield.TextField txtFileName
-
-
-
Class software.xdev.vaadin.grid_exporter.wizard.steps.PreviewStep
class PreviewStep extends AbstractGridExportWizardStepComposite<com.vaadin.flow.component.orderedlayout.VerticalLayout,T> implements Serializable -
Serialized Fields
-
resViewer
com.vaadin.flow.component.html.HtmlObject resViewer
-
-
-
Class software.xdev.vaadin.grid_exporter.wizard.steps.PreviewStep.StreamResourceGeneratedEvent
class StreamResourceGeneratedEvent extends com.vaadin.flow.component.ComponentEvent<PreviewStep<T>> implements Serializable-
Serialized Fields
-
resource
com.vaadin.flow.server.StreamResource resource
-
-
-