com.vaadin.shared.ui.ui
Class UIState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
com.vaadin.shared.ui.TabIndexState
com.vaadin.shared.ui.ui.UIState
- All Implemented Interfaces:
- java.io.Serializable
public class UIState
- extends TabIndexState
- See Also:
- Serialized Form
| Fields inherited from class com.vaadin.shared.AbstractComponentState |
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
UIState
public UIState()
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.