Class UIPageControlBackgroundStyle


  • public final class UIPageControlBackgroundStyle
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Automatic
      The default background style that adapts based on the current interaction state.
      static long Minimal
      The background style that shows a minimal background regardless of the interaction
      static long Prominent
      The background style that shows a full background regardless of the interaction
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Automatic

        public static final long Automatic
        The default background style that adapts based on the current interaction state.
        See Also:
        Constant Field Values
      • Prominent

        public static final long Prominent
        The background style that shows a full background regardless of the interaction
        See Also:
        Constant Field Values
      • Minimal

        public static final long Minimal
        The background style that shows a minimal background regardless of the interaction
        See Also:
        Constant Field Values