com.vaadin.shared.ui.ui.
Class UIState
-
All Implemented Interfaces:
public class UIState extends AbstractSingleComponentContainerState
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
UIState.LoadingIndicatorConfigurationState
static class
UIState.LocaleData
static class
UIState.LocaleServiceState
static class
UIState.NotificationTypeConfiguration
static class
UIState.PushConfigurationState
static class
UIState.ReconnectDialogConfigurationState
static class
UIState.TooltipConfigurationState
-
Field Summary
Fields Modifier and Type Field and Description boolean
enableMobileHTML5DnD
Enable Mobile HTML5 DnD support.
UIState.LoadingIndicatorConfigurationState
loadingIndicatorConfiguration
UIState.LocaleServiceState
localeServiceState
State related to the LocaleService class.
Map<String,UIState.NotificationTypeConfiguration>
notificationConfigurations
String
overlayContainerLabel
PageState
pageState
State related to the Page class.
int
pollInterval
UIState.PushConfigurationState
pushConfiguration
Configuration for the push channel.
UIState.ReconnectDialogConfigurationState
reconnectDialogConfiguration
int
tabIndex
The tabulator index of the field.
String
theme
Currently used theme.
boolean
thoroughSizeCheck
Should the more thorough size check be in use in LayoutManager calculations.
UIState.TooltipConfigurationState
tooltipConfiguration
-
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
-
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
-
Constructor Summary
Constructors Constructor and Description UIState()
-
-
-
Field Detail
-
tabIndex
@NoLayout public int tabIndex
The tabulator index of the field.
-
tooltipConfiguration
public UIState.TooltipConfigurationState tooltipConfiguration
-
loadingIndicatorConfiguration
public UIState.LoadingIndicatorConfigurationState loadingIndicatorConfiguration
-
pollInterval
public int pollInterval
-
overlayContainerLabel
public String overlayContainerLabel
-
notificationConfigurations
public Map<String,UIState.NotificationTypeConfiguration> notificationConfigurations
-
pageState
public PageState pageState
State related to the Page class.
-
localeServiceState
public UIState.LocaleServiceState localeServiceState
State related to the LocaleService class.
-
pushConfiguration
public UIState.PushConfigurationState pushConfiguration
Configuration for the push channel.
-
theme
public String theme
Currently used theme.
Since:
7.3
-
reconnectDialogConfiguration
public UIState.ReconnectDialogConfigurationState reconnectDialogConfiguration
-
enableMobileHTML5DnD
public boolean enableMobileHTML5DnD
Enable Mobile HTML5 DnD support.
Since:
8.1
-
thoroughSizeCheck
public boolean thoroughSizeCheck
Should the more thorough size check be in use in LayoutManager calculations. If this value is changed to
false
, the size calculations can result in incorrect values if they are triggered while a transform animation is ongoing. This can happen e.g. when a PopupView is opened.Since:
8.13
-
-