Interface FullScreenSupportable

All Known Implementing Classes:
Demo

public interface FullScreenSupportable
Used to hide/show ohter components when entered/exit fullscreen mode Copyright Stimulsoft
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    switchFullScreen(Boolean isFullScreen)
    Invoke when entered/exit fullscreen mode.
  • Method Details

    • switchFullScreen

      void switchFullScreen(Boolean isFullScreen)
      Invoke when entered/exit fullscreen mode. Used to remove unnessesory components
      Parameters:
      isFullScreen - is fullscreen or not