Class UIState

    • Field Detail

      • tabIndex

        @NoLayout
        public int tabIndex
        The tabulator index of the field.
      • pollInterval

        public int pollInterval
      • overlayContainerLabel

        public String overlayContainerLabel
      • pageState

        public PageState pageState
        State related to the Page class.
      • theme

        public String theme
        Currently used theme.
        Since:
        7.3
      • enableMobileHTML5DnD

        public boolean enableMobileHTML5DnD
        Enable Mobile HTML5 DnD support.
        Since:
        8.1
      • thoroughSizeCheck

        public boolean thoroughSizeCheck
        Should the more thorough size check be in use in LayoutManager calculations. If this value is changed to 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.
        Since:
        8.13
      • latestDelayedCallbackID

        public long latestDelayedCallbackID
        The latest ID for a delayed callback.
        Since:
        8.18
    • Constructor Detail

      • UIState

        public UIState()