A B C D E F G H I L M N O P R S T U V W Z

T

title - Variable in class eu.livotov.tpt.gui.blocks.TPTHeadingPanel.HeadingPanelNotification
 
titleLabel - Variable in class eu.livotov.tpt.gui.blocks.TPTHeadingPanel
 
TM - Class in eu.livotov.tpt.i18n
Translation manager - a front-end for toolkit-enabled application for getting locale-dependant strings for application messages.
TM() - Constructor for class eu.livotov.tpt.i18n.TM
 
toolButtonPressed(String) - Method in interface eu.livotov.tpt.gui.blocks.TPTHeadingPanel.HeadingPanelActionListener
 
TPTApplication - Class in eu.livotov.tpt
This is the abstract class to be used instead of regular Vaadin Application in order to get some extended features, that TPT provides.
TPTApplication() - Constructor for class eu.livotov.tpt.TPTApplication
Default application constructor.
TPTApplication.TPTRunnable - Class in eu.livotov.tpt
 
TPTApplication.TPTRunnable(TPTApplication, Runnable) - Constructor for class eu.livotov.tpt.TPTApplication.TPTRunnable
 
TPTCaptcha - Class in eu.livotov.tpt.gui.widgets
This component represents a captcha image that can be displayed for some form validations.
TPTCaptcha() - Constructor for class eu.livotov.tpt.gui.widgets.TPTCaptcha
Creates a captcha component with random 5-letter code generated
TPTCaptcha(String) - Constructor for class eu.livotov.tpt.gui.widgets.TPTCaptcha
Creates a captcha component with the specified text to be used as captcha code
TPTCaptcha.CaptchaImageProvider - Interface in eu.livotov.tpt.gui.widgets
API for connecting custom image generators.
TPTCaptcha.DefaultCaptchaImageGenerator - Class in eu.livotov.tpt.gui.widgets
 
TPTCaptcha.DefaultCaptchaImageGenerator() - Constructor for class eu.livotov.tpt.gui.widgets.TPTCaptcha.DefaultCaptchaImageGenerator
 
TPTHeadingPanel - Class in eu.livotov.tpt.gui.blocks
 
TPTHeadingPanel() - Constructor for class eu.livotov.tpt.gui.blocks.TPTHeadingPanel
 
TPTHeadingPanel.HeadingPanelActionListener - Interface in eu.livotov.tpt.gui.blocks
 
TPTHeadingPanel.HeadingPanelNotification - Class in eu.livotov.tpt.gui.blocks
 
TPTHeadingPanel.HeadingPanelNotification(Resource, String, String, boolean) - Constructor for class eu.livotov.tpt.gui.blocks.TPTHeadingPanel.HeadingPanelNotification
 
TPTHtmlWindow - Class in eu.livotov.tpt.gui.windows
A Window, that contains an HTML code as its background, with an actual dynamic compoment, inserted at the specified location.
TPTHtmlWindow(String, String) - Constructor for class eu.livotov.tpt.gui.windows.TPTHtmlWindow
Constructs window
TPTHtmlWindow(String, String, Component) - Constructor for class eu.livotov.tpt.gui.windows.TPTHtmlWindow
Constructs window also providing the content
TPTHtmlWindow(String, InputStream) - Constructor for class eu.livotov.tpt.gui.windows.TPTHtmlWindow
Constructs window
TPTHtmlWindow(String, InputStream, Component) - Constructor for class eu.livotov.tpt.gui.windows.TPTHtmlWindow
Constructs window also providing the content
TPTLazyLoadingLayout - Class in eu.livotov.tpt.gui.widgets
This layout allows easy implementation of heavy components initialization or data loading.
TPTLazyLoadingLayout(TPTLazyLoadingLayout.LazyLoader, boolean) - Constructor for class eu.livotov.tpt.gui.widgets.TPTLazyLoadingLayout
Constructs lazy loadig layout
TPTLazyLoadingLayout.LazyLoader - Interface in eu.livotov.tpt.gui.widgets
Implement this interface in your long initialing component and move all lenghty stuff into the lazyLoad method, returning the fully initializing component at the end
TPTMessagePanel - Class in eu.livotov.tpt.gui.widgets
Message panel allow you quickly construct an empty panel with 100% width and height with the message text or any Vaadin widget at the panel center.
TPTMessagePanel() - Constructor for class eu.livotov.tpt.gui.widgets.TPTMessagePanel
Constructs an empty (with no message) panel.
TPTMessagePanel(String) - Constructor for class eu.livotov.tpt.gui.widgets.TPTMessagePanel
Constructs a panel with a specified message at the center
TPTMessagePanel(Resource, String) - Constructor for class eu.livotov.tpt.gui.widgets.TPTMessagePanel
Constructs a panel with the specified message and an icon
TPTMessagePanel(Component) - Constructor for class eu.livotov.tpt.gui.widgets.TPTMessagePanel
Constructs a panel with the arbitrary Vaadin widget at the center.
TPTMultiView - Class in eu.livotov.tpt.gui.widgets
Provides lightweight multi-view component, that can hold an unlimited number of actual UI components, each associated with it's unique name and only one component can be displayed at a time, providing also fast switching between views.
TPTMultiView() - Constructor for class eu.livotov.tpt.gui.widgets.TPTMultiView
Creates a multiview with uri manager disabled.
TPTMultiView(boolean) - Constructor for class eu.livotov.tpt.gui.widgets.TPTMultiView
Creates a multiview, optionaly activating or deactivating the uri manager.
TPTMultiView.TPTView - Interface in eu.livotov.tpt.gui.widgets
An optional interface, your component representing a single view may implement.
TPTSizer - Class in eu.livotov.tpt.gui.widgets
This is a dummy component, based on a Label (because it is most lightweight and does not perform any JS computations), which can be used for quick insertions of a gaps between components.
TPTSizer(String, String) - Constructor for class eu.livotov.tpt.gui.widgets.TPTSizer
Main and only constructor.
TPTViewabeWindow - Class in eu.livotov.tpt.gui.windows
 
TPTViewabeWindow() - Constructor for class eu.livotov.tpt.gui.windows.TPTViewabeWindow
 
TPTViewabeWindow(String, boolean) - Constructor for class eu.livotov.tpt.gui.windows.TPTViewabeWindow
 
TPTWindow - Class in eu.livotov.tpt.gui.windows
Extends regular ITMill Window with some small but sometimes useful features, such as simplified methods for quick invoke of various types of notifications and so on.
TPTWindow() - Constructor for class eu.livotov.tpt.gui.windows.TPTWindow
 
TPTWindow(String) - Constructor for class eu.livotov.tpt.gui.windows.TPTWindow
 
transactionEnd(Application, Object) - Method in class eu.livotov.tpt.TPTApplication
Once thread finishes, removes the application instance reference from it.
transactionStart(Application, Object) - Method in class eu.livotov.tpt.TPTApplication
Adds a reference to the application instance into the current thread.
TranslatableCustomLayout - Class in eu.livotov.tpt.i18n
This is a wrapper for standard CustomLayout class, that will use the internationalized layout file, based on a current application locale.
TranslatableCustomLayout(String) - Constructor for class eu.livotov.tpt.i18n.TranslatableCustomLayout
Creates a CustomLayout, trying to load the appropriate layout file for the current application locale.
TranslatableCustomLayout(Application, String) - Constructor for class eu.livotov.tpt.i18n.TranslatableCustomLayout
Creates a CustomLayout, trying to load the appropriate layout file for the given application locale.
TranslatableCustomLayout(InputStream) - Constructor for class eu.livotov.tpt.i18n.TranslatableCustomLayout
This constructor cannot be interbationalized because the pre-open input stream is provided.
translationDictionaries - Static variable in class eu.livotov.tpt.i18n.TM
Repository of dictionaries for all applications that are running.
tris - Static variable in class eu.livotov.tpt.util.RandomPasswordGenerator.GpwData
 
tris1 - Static variable in class eu.livotov.tpt.util.RandomPasswordGenerator.GpwDataInit1
 
tris2 - Static variable in class eu.livotov.tpt.util.RandomPasswordGenerator.GpwDataInit2
 

A B C D E F G H I L M N O P R S T U V W Z