public class UIState extends TabIndexState
| 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 |
|---|---|
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 |
String |
theme
Currently used theme.
|
UIState.TooltipConfigurationState |
tooltipConfiguration |
tabIndexcaption, captionAsHtml, description, errorLevel, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, widthenabled, registeredEventListeners, resources| Constructor and Description |
|---|
UIState() |
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
Copyright © 2018 Vaadin Ltd. All rights reserved.