Package com.vaadin.shared.ui.ui
Class UIState
-
- All Implemented Interfaces:
Serializable
public class UIState extends AbstractSingleComponentContainerState
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIState.LoadingIndicatorConfigurationStatestatic classUIState.LocaleDatastatic classUIState.LocaleServiceStatestatic classUIState.NotificationTypeConfigurationstatic classUIState.PushConfigurationStatestatic classUIState.ReconnectDialogConfigurationStatestatic classUIState.TooltipConfigurationState
-
Field Summary
Fields Modifier and Type Field Description booleanenableMobileHTML5DnDEnable Mobile HTML5 DnD support.longlatestDelayedCallbackIDThe latest ID for a delayed callback.UIState.LoadingIndicatorConfigurationStateloadingIndicatorConfigurationUIState.LocaleServiceStatelocaleServiceStateState related to the LocaleService class.Map<String,UIState.NotificationTypeConfiguration>notificationConfigurationsStringoverlayContainerLabelPageStatepageStateState related to the Page class.intpollIntervalUIState.PushConfigurationStatepushConfigurationConfiguration for the push channel.UIState.ReconnectDialogConfigurationStatereconnectDialogConfigurationinttabIndexThe tabulator index of the field.StringthemeCurrently used theme.booleanthoroughSizeCheckShould the more thorough size check be in use in LayoutManager calculations.UIState.TooltipConfigurationStatetooltipConfiguration-
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 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 tofalse, 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
-
latestDelayedCallbackID
public long latestDelayedCallbackID
The latest ID for a delayed callback.- Since:
- 8.18
-
-