Serialized Form


Package eu.livotov.tpt

Class eu.livotov.tpt.TPTApplication extends com.vaadin.Application implements Serializable

Serialized Fields

internationalizationDictionary

Dictionary internationalizationDictionary

Package eu.livotov.tpt.gui.blocks

Class eu.livotov.tpt.gui.blocks.TPTHeadingPanel extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

titleLabel

com.vaadin.ui.Label titleLabel

versionLabel

com.vaadin.ui.Label versionLabel

btnExit

com.vaadin.ui.Button btnExit

notificationBar

com.vaadin.ui.HorizontalLayout notificationBar

buttonsBar

com.vaadin.ui.HorizontalLayout buttonsBar

userToolButtons

java.util.Map<K,V> userToolButtons

listener

TPTHeadingPanel.HeadingPanelActionListener listener

Class eu.livotov.tpt.gui.blocks.TPTHeadingPanel.HeadingPanelNotification extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

title

java.lang.String title

icon

com.vaadin.terminal.Resource icon

details

java.lang.String details

autoremove

boolean autoremove

Package eu.livotov.tpt.gui.dialogs

Class eu.livotov.tpt.gui.dialogs.AbstractDialog extends TPTWindow implements Serializable

Serialized Fields

parentWindow

com.vaadin.ui.Window parentWindow

Class eu.livotov.tpt.gui.dialogs.DownloadDialog extends AbstractDialog implements Serializable

Serialized Fields

buttonsArea

DownloadDialogButtonsComponent buttonsArea

resultReceiver

DownloadDialog.DownloadDialogResultListener resultReceiver

Class eu.livotov.tpt.gui.dialogs.InputDialog extends AbstractDialog implements Serializable

Serialized Fields

buttonsArea

InputDialogButtonsComponent buttonsArea

resultReceiver

InputDialog.InputDialogResultListener resultReceiver

Class eu.livotov.tpt.gui.dialogs.OptionDialog extends AbstractDialog implements Serializable

Serialized Fields

parentWindow

com.vaadin.ui.Window parentWindow

buttonsArea

OptionDialogButtonsComponent buttonsArea

resultReceiver

OptionDialog.OptionDialogResultListener resultReceiver

Package eu.livotov.tpt.gui.dialogs.ui

Class eu.livotov.tpt.gui.dialogs.ui.DownloadDialogButtonsComponent extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

layout

com.vaadin.ui.CustomLayout layout

message

com.vaadin.ui.Label message

link

com.vaadin.ui.Link link

btnClose

com.vaadin.ui.Button btnClose

appReference

com.vaadin.Application appReference

Class eu.livotov.tpt.gui.dialogs.ui.InputDialogButtonsComponent extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

layout

com.vaadin.ui.CustomLayout layout

message

com.vaadin.ui.Label message

input

com.vaadin.ui.TextField input

btnOk

com.vaadin.ui.Button btnOk

btnCancel

com.vaadin.ui.Button btnCancel

Class eu.livotov.tpt.gui.dialogs.ui.OptionDialogButtonsComponent extends com.vaadin.ui.CustomComponent implements Serializable

Serialized Fields

layout

com.vaadin.ui.CustomLayout layout

message

com.vaadin.ui.Label message

btnOk

com.vaadin.ui.Button btnOk

btnCancel

com.vaadin.ui.Button btnCancel

btnYes

com.vaadin.ui.Button btnYes

btnNo

com.vaadin.ui.Button btnNo

Package eu.livotov.tpt.gui.vdv

Class eu.livotov.tpt.gui.vdv.DocumentViewer extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

document

DocumentRasterProvider document

zoomFactor

float zoomFactor

rotationFactor

int rotationFactor

viewMode

PageMode viewMode

currentPage

int currentPage

viewController

TPTMultiView viewController

Package eu.livotov.tpt.gui.vdv.core

Class eu.livotov.tpt.gui.vdv.core.DocumentViewerToolbar extends com.vaadin.ui.HorizontalLayout implements Serializable

Serialized Fields

zoomUp

com.vaadin.ui.Button zoomUp

zoomDown

com.vaadin.ui.Button zoomDown

currentPage

com.vaadin.ui.TextField currentPage

currentPageLabel

com.vaadin.ui.Label currentPageLabel

Class eu.livotov.tpt.gui.vdv.core.PageRenderer extends com.vaadin.ui.VerticalLayout implements Serializable

Class eu.livotov.tpt.gui.vdv.core.SinglePageDocumentRenderer extends PageRenderer implements Serializable

Serialized Fields

source

DocumentRasterProvider source

currentZoom

float currentZoom

currentRotationLevel

int currentRotationLevel

currentPage

int currentPage

pagesTable

com.vaadin.ui.Table pagesTable

Package eu.livotov.tpt.gui.widgets

Class eu.livotov.tpt.gui.widgets.TPTCaptcha extends com.vaadin.ui.Embedded implements Serializable

Serialized Fields

imageProvider

TPTCaptcha.CaptchaImageProvider imageProvider
Image provider for captcha


captchaCode

java.lang.String captchaCode
Current captcha code

Class eu.livotov.tpt.gui.widgets.TPTLazyLoadingLayout extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

loader

TPTLazyLoadingLayout.LazyLoader loader

progressBar

com.vaadin.ui.ProgressIndicator progressBar

loadingLabel

com.vaadin.ui.Label loadingLabel

errorLabel

com.vaadin.ui.Label errorLabel

Class eu.livotov.tpt.gui.widgets.TPTMessagePanel extends com.vaadin.ui.VerticalLayout implements Serializable

Class eu.livotov.tpt.gui.widgets.TPTMultiView extends com.vaadin.ui.VerticalLayout implements Serializable

Serialized Fields

views

java.util.Map<K,V> views
Internal map, where we'll store all registered views


delayedViews

java.util.Map<K,V> delayedViews
Map to store lazy-loading views. If actual view instance is not present in the "views" map, TPTView will try to find and instantiate it on activation from delayedViews map.


currentView

java.lang.String currentView
Name of currently displayed view


uriManager

com.vaadin.ui.UriFragmentUtility uriManager
URI manager, that tracks browser address bar changes and automatically switches the view, if enabled.


uriManagerEnabled

boolean uriManagerEnabled
URI manager activation flag. When set to false, uri changes will not cause the current view to switch.


lastChangedFragment

java.lang.String lastChangedFragment
Last fragment, which was set by an URI Fragment Utility. Used to track and eliminate duplicate view activation events


failsafeView

java.lang.String failsafeView
Contains a failsafe view, to which view manager should switch in case actual view name will be invalid or view will not exists. If failsafe view is null - an IllegalArgumentException will be thrown on attempt to switch to non existing view. When a failsafe view is activated, the non-existed view name is passed there as a view parameter. Original parameter (if were present) will be passed slash-separated after the view name: nonexview/param

Class eu.livotov.tpt.gui.widgets.TPTSizer extends com.vaadin.ui.Label implements Serializable


Package eu.livotov.tpt.gui.windows

Class eu.livotov.tpt.gui.windows.TPTHtmlWindow extends TPTWindow implements Serializable

Serialized Fields

layout

TranslatableCustomLayout layout

currentMainContent

com.vaadin.ui.Component currentMainContent

Class eu.livotov.tpt.gui.windows.TPTViewabeWindow extends com.vaadin.ui.Window implements Serializable

Serialized Fields

controller

TPTMultiView controller

Class eu.livotov.tpt.gui.windows.TPTWindow extends com.vaadin.ui.Window implements Serializable

Serialized Fields

enterKeyAction

com.vaadin.event.Action enterKeyAction

escapeKeyAction

com.vaadin.event.Action escapeKeyAction

actions

com.vaadin.event.Action[] actions

Package eu.livotov.tpt.i18n

Class eu.livotov.tpt.i18n.Dictionary extends java.lang.Object implements Serializable

Serialized Fields

languages

java.util.HashMap<K,V> languages
Contains references to loaded properties files for the set of languages


countries

java.util.HashMap<K,V> countries
Contains references to loaded properties files for the set of countries


defaultLanguage

java.lang.String defaultLanguage
Default language. If translation key for the specified language is not found, a default language will be tried and only if it also fails, a key name is returned instead.

Class eu.livotov.tpt.i18n.TM extends java.lang.Object implements Serializable

Class eu.livotov.tpt.i18n.TranslatableCustomLayout extends com.vaadin.ui.CustomLayout implements Serializable


Package eu.livotov.tpt.util

Class eu.livotov.tpt.util.RandomPasswordGenerator extends java.lang.Object implements Serializable