public class UIState extends AbstractSingleComponentContainerState
| 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 |
| 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 |
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
UIState() |
@NoLayout public int tabIndex
public UIState.TooltipConfigurationState tooltipConfiguration
public UIState.LoadingIndicatorConfigurationState loadingIndicatorConfiguration
public int pollInterval
public String overlayContainerLabel
public Map<String,UIState.NotificationTypeConfiguration> notificationConfigurations
public PageState pageState
public UIState.LocaleServiceState localeServiceState
public UIState.PushConfigurationState pushConfiguration
public String theme
public UIState.ReconnectDialogConfigurationState reconnectDialogConfiguration
public boolean enableMobileHTML5DnD
public boolean thoroughSizeCheck
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.Copyright © 2021 Vaadin Ltd. All rights reserved.