Serialized Form
internationalizationDictionary
Dictionary internationalizationDictionary
Package eu.livotov.tpt.gui.blocks |
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
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 |
parentWindow
com.vaadin.ui.Window parentWindow
buttonsArea
DownloadDialogButtonsComponent buttonsArea
resultReceiver
DownloadDialog.DownloadDialogResultListener resultReceiver
buttonsArea
InputDialogButtonsComponent buttonsArea
resultReceiver
InputDialog.InputDialogResultListener resultReceiver
parentWindow
com.vaadin.ui.Window parentWindow
buttonsArea
OptionDialogButtonsComponent buttonsArea
resultReceiver
OptionDialog.OptionDialogResultListener resultReceiver
Package eu.livotov.tpt.gui.dialogs.ui |
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
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
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 |
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 |
zoomUp
com.vaadin.ui.Button zoomUp
zoomDown
com.vaadin.ui.Button zoomDown
currentPage
com.vaadin.ui.TextField currentPage
currentPageLabel
com.vaadin.ui.Label currentPageLabel
source
DocumentRasterProvider source
currentZoom
float currentZoom
currentRotationLevel
int currentRotationLevel
currentPage
int currentPage
pagesTable
com.vaadin.ui.Table pagesTable
Package eu.livotov.tpt.gui.widgets |
imageProvider
TPTCaptcha.CaptchaImageProvider imageProvider
- Image provider for captcha
captchaCode
java.lang.String captchaCode
- Current captcha code
loader
TPTLazyLoadingLayout.LazyLoader loader
progressBar
com.vaadin.ui.ProgressIndicator progressBar
loadingLabel
com.vaadin.ui.Label loadingLabel
errorLabel
com.vaadin.ui.Label errorLabel
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
Package eu.livotov.tpt.gui.windows |
layout
TranslatableCustomLayout layout
currentMainContent
com.vaadin.ui.Component currentMainContent
controller
TPTMultiView controller
enterKeyAction
com.vaadin.event.Action enterKeyAction
escapeKeyAction
com.vaadin.event.Action escapeKeyAction
actions
com.vaadin.event.Action[] actions
Package eu.livotov.tpt.i18n |
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.
Package eu.livotov.tpt.util |