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.
|
UIState.TooltipConfigurationState |
tooltipConfiguration |
caption, captionAsHtml, description, descriptionContentMode, 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
Copyright © 2017 Vaadin Ltd. All rights reserved.