com.hp.lft.sdk.web

Enum FullScreenMode

  • java.lang.Object
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<FullScreenMode>


    public enum FullScreenMode
    extends java.lang.Enum<FullScreenMode>
    • Enum Constant Summary

      Enum Constant and Description
      OFF Exits Full Screen mode. Does nothing if the browser is already in normal mode.
      ON Sets the browser to full screen mode. Does nothing if the browser is already in full screen mode.
      TOGGLE Switches a full screen browser to normal mode or a normal mode browser to full screen.
    • Method Summary

      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • OFF

        public static final FullScreenMode OFF
        Exits Full Screen mode. Does nothing if the browser is already in normal mode.
      • ON

        public static final FullScreenMode ON
        Sets the browser to full screen mode. Does nothing if the browser is already in full screen mode.
      • TOGGLE

        public static final FullScreenMode TOGGLE
        Switches a full screen browser to normal mode or a normal mode browser to full screen.