com.vaadin.shared.ui.ui
Class UIState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.TabIndexState
              extended by com.vaadin.shared.ui.ui.UIState
All Implemented Interfaces:
java.io.Serializable

public class UIState
extends TabIndexState

See Also:
Serialized Form

Nested Class Summary
static class UIState.LoadingIndicatorConfigurationState
           
static class UIState.LocaleData
           
static class UIState.LocaleServiceState
           
static class UIState.NotificationTypeConfiguration
           
static class UIState.PushConfigurationState
           
static class UIState.TooltipConfigurationState
           
 
Field Summary
 UIState.LoadingIndicatorConfigurationState loadingIndicatorConfiguration
           
 UIState.LocaleServiceState localeServiceState
          State related to the LocaleService class.
 java.util.Map<java.lang.String,UIState.NotificationTypeConfiguration> notificationConfigurations
           
 java.lang.String overlayContainerLabel
           
 PageState pageState
          State related to the Page class.
 int pollInterval
           
 UIState.PushConfigurationState pushConfiguration
          Configuration for the push channel
 java.lang.String theme
          Currently used theme.
 UIState.TooltipConfigurationState tooltipConfiguration
           
 
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
UIState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tooltipConfiguration

public UIState.TooltipConfigurationState tooltipConfiguration

loadingIndicatorConfiguration

public UIState.LoadingIndicatorConfigurationState loadingIndicatorConfiguration

pollInterval

public int pollInterval

overlayContainerLabel

public java.lang.String overlayContainerLabel

notificationConfigurations

public java.util.Map<java.lang.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 java.lang.String theme
Currently used theme.

Since:
7.3
Constructor Detail

UIState

public UIState()


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.